Update README.md
Browse files
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_qwen_image_edit_inscene_lora.safetensors")
|
86 |
```
|
87 |
|
88 |
### 🎨 Edit Image with Qwen-Image-Edit Inscene LoRA
|