Instructions to use furaidosu/casivaras-qwen-image-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use furaidosu/casivaras-qwen-image-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("furaidosu/casivaras-qwen-image-lora") prompt = "a concert poster with a teal background, bold jagged text at the top reads “Los Perros Muertos”, the artwork features five large illustrated dogs with tan fur and black snouts, arranged in a group portrait, with star-like shapes and diagonal white beams around them, event info at the bottom says “English Masteers · Morel Cur Moblpiet · Elliidos”, signed “Beboneerangs”" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Choquin commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -47,6 +47,8 @@ You can enjoy his wonderful art pieces and support him here:
|
|
| 47 |
* https://www.instagram.com/casivaras
|
| 48 |
* https://casivaras.empretienda.com.ar/
|
| 49 |
|
|
|
|
|
|
|
| 50 |
|
| 51 |
<Gallery />
|
| 52 |
|
|
|
|
| 47 |
* https://www.instagram.com/casivaras
|
| 48 |
* https://casivaras.empretienda.com.ar/
|
| 49 |
|
| 50 |
+
--------
|
| 51 |
+
# Gallery
|
| 52 |
|
| 53 |
<Gallery />
|
| 54 |
|