Instructions to use xocialize/Mage-Flow-Edit-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use xocialize/Mage-Flow-Edit-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Mage-Flow-Edit-mlx xocialize/Mage-Flow-Edit-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -31,9 +31,9 @@ at the real defaults (`sample_512.png` is this checkpoint's).
|
|
| 31 |
|
| 32 |
```bash
|
| 33 |
hf download microsoft/Mage-Flow-Edit --local-dir Mage-Flow-Edit
|
| 34 |
-
hf download microsoft/Mage-Flow-Edit-Turbo --include "text_encoder/*" "vae/*" --local-dir Mage-Flow-Edit # shared components (byte-identical family-wide)
|
| 35 |
hf download xocialize/Mage-Flow-Edit-mlx folded_adaln.safetensors --local-dir Mage-Flow-Edit
|
| 36 |
-
swift run -c release mage-flow-edit --repo Mage-Flow-Edit --ref dog.jpg --prompt "make the background a snowy forest" --out out.png --steps 20 --cfg 5.0
|
| 37 |
```
|
| 38 |
|
| 39 |
Notes: the mandatory upstream RAI content filter is wired in (fail-closed); the
|
|
|
|
| 31 |
|
| 32 |
```bash
|
| 33 |
hf download microsoft/Mage-Flow-Edit --local-dir Mage-Flow-Edit
|
| 34 |
+
hf download microsoft/Mage-Flow-Edit-Turbo --include "text_encoder/*" --include "vae/*" --local-dir Mage-Flow-Edit # shared components (byte-identical family-wide)
|
| 35 |
hf download xocialize/Mage-Flow-Edit-mlx folded_adaln.safetensors --local-dir Mage-Flow-Edit
|
| 36 |
+
swift run -c release mage-flow-edit --repo Mage-Flow-Edit --ref dog.jpg --prompt "make the background a snowy forest" --out out.png --steps 20 --cfg 5.0
|
| 37 |
```
|
| 38 |
|
| 39 |
Notes: the mandatory upstream RAI content filter is wired in (fail-closed); the
|