fix diffusers code example :)
#2
by
linoyts
HF Staff
- opened
README.md
CHANGED
@@ -82,7 +82,7 @@ pipeline.to("cuda")
|
|
82 |
|
83 |
```python
|
84 |
# Load trained LoRA weights for in-scene editing
|
85 |
-
pipeline.load_lora_weights("
|
86 |
```
|
87 |
|
88 |
### 🎨 Edit Image with Qwen-Image-Edit Inscene LoRA
|
|
|
82 |
|
83 |
```python
|
84 |
# Load trained LoRA weights for in-scene editing
|
85 |
+
pipeline.load_lora_weights("flymy-ai/qwen-image-edit-inscene-lora",weight_name="flymy_qwen_image_edit_inscene_lora.safetensors")
|
86 |
```
|
87 |
|
88 |
### 🎨 Edit Image with Qwen-Image-Edit Inscene LoRA
|