Instructions to use Comfy-Org/Mage-Flow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/Mage-Flow with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 976 Bytes
e5d4e17 5d6c6ea e5d4e17 5d6c6ea | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | ---
license: mit
base_model:
- microsoft/Mage-Flow
tags:
- comfyui
- diffusion-single-file
---
# Mage-Flow
Repackaged model files for ComfyUI.
Original model repository: https://huggingface.co/microsoft/Mage-Flow
Place the files in the following folders:
```
π ComfyUI/
βββ π models/
β βββ π diffusion_models/
β β βββ mage_flow_bf16.safetensors
β β βββ mage_flow_int8_convrot.safetensors
β β βββ mage_flow_turbo_bf16.safetensors
β β βββ mage_flow_turbo_int8_convrot.safetensors
β β βββ mage_flow_edit_bf16.safetensors
β β βββ mage_flow_edit_int8_convrot.safetensors
β β βββ mage_flow_edit_turbo_bf16.safetensors
β β βββ mage_flow_edit_turbo_int8_convrot.safetensors
β βββ π text_encoders/
β β βββ qwen3vl_4b_bf16.safetensors
β βββ π vae/
β β βββ mage_flow_vae_bf16.safetensors
```
|