linoyts HF Staff commited on
Commit
e84b04b
·
verified ·
1 Parent(s): db0b440

fix diffusers code example :)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("./flymy_qwen_image_edit_inscene_lora.safetensors")
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