Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
|
| 21 |
|
| 22 |
## Trigger words
|
| 23 |
|
| 24 |
-
|
| 25 |
|
| 26 |
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
| 27 |
|
|
@@ -36,7 +36,7 @@ from diffusers import AutoPipelineForText2Image
|
|
| 36 |
import torch
|
| 37 |
|
| 38 |
pipeline = AutoPipelineForText2Image.from_pretrained('Qwen/Qwen-Image-Edit-2509', torch_dtype=torch.bfloat16).to('cuda')
|
| 39 |
-
pipeline.load_lora_weights('Zlikwid/zlikwid_qwen_image_edit-lora', weight_name='
|
| 40 |
image = pipeline('a beautiful landscape').images[0]
|
| 41 |
image.save("my_image.png")
|
| 42 |
```
|
|
|
|
| 21 |
|
| 22 |
## Trigger words
|
| 23 |
|
| 24 |
+
No trigger words defined.
|
| 25 |
|
| 26 |
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
| 27 |
|
|
|
|
| 36 |
import torch
|
| 37 |
|
| 38 |
pipeline = AutoPipelineForText2Image.from_pretrained('Qwen/Qwen-Image-Edit-2509', torch_dtype=torch.bfloat16).to('cuda')
|
| 39 |
+
pipeline.load_lora_weights('Zlikwid/zlikwid_qwen_image_edit-lora', weight_name='zlikwid_qwen_image_edit_000002430.safetensors')
|
| 40 |
image = pipeline('a beautiful landscape').images[0]
|
| 41 |
image.save("my_image.png")
|
| 42 |
```
|