Xinjie-Q commited on
Commit
28a645f
·
verified ·
1 Parent(s): 7c5fc33

README: add MageFlowPipeline import to image-editing example

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -284,6 +284,8 @@ imgs = pipe.generate(
284
  **Image editing:**
285
 
286
  ```python
 
 
287
  pipe = MageFlowPipeline.from_pretrained("microsoft/Mage-Flow-Edit", device="cuda")
288
 
289
  # single reference (path or PIL image)
 
284
  **Image editing:**
285
 
286
  ```python
287
+ from mage_flow import MageFlowPipeline
288
+
289
  pipe = MageFlowPipeline.from_pretrained("microsoft/Mage-Flow-Edit", device="cuda")
290
 
291
  # single reference (path or PIL image)