xocialize commited on
Commit
2470aca
·
verified ·
1 Parent(s): 7e4686c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ at the real defaults (`sample_512.png` is this checkpoint's).
31
 
32
  ```bash
33
  hf download microsoft/Mage-Flow-Edit-Base --local-dir Mage-Flow-Edit-Base
34
- hf download microsoft/Mage-Flow-Edit-Turbo --include "text_encoder/*" "vae/*" --local-dir Mage-Flow-Edit-Base # shared components (byte-identical family-wide)
35
  hf download xocialize/Mage-Flow-Edit-Base-mlx folded_adaln.safetensors --local-dir Mage-Flow-Edit-Base
36
  swift run -c release mage-flow-edit --repo Mage-Flow-Edit-Base --ref dog.jpg --prompt "make the background a snowy forest" --out out.png --steps 30 --cfg 5.0
37
  ```
 
31
 
32
  ```bash
33
  hf download microsoft/Mage-Flow-Edit-Base --local-dir Mage-Flow-Edit-Base
34
+ hf download microsoft/Mage-Flow-Edit-Turbo --include "text_encoder/*" --include "vae/*" --local-dir Mage-Flow-Edit-Base # shared components (byte-identical family-wide)
35
  hf download xocialize/Mage-Flow-Edit-Base-mlx folded_adaln.safetensors --local-dir Mage-Flow-Edit-Base
36
  swift run -c release mage-flow-edit --repo Mage-Flow-Edit-Base --ref dog.jpg --prompt "make the background a snowy forest" --out out.png --steps 30 --cfg 5.0
37
  ```