| --- |
| license: cc-by-nc-4.0 |
| pipeline_tag: text-to-image |
| tags: |
| - comfyui |
| --- |
| |
| # SeFi-Image (ComfyUI) |
|
|
| Repackaged model files for ComfyUI. Requires the **ComfyUI_SeFi** custom node. |
| |
| ## Original Repositories |
| |
| **Base Models:** |
| - https://huggingface.co/SeFi-Image/SeFi-Image-1B-Base |
| - https://huggingface.co/SeFi-Image/SeFi-Image-2B-Base |
| - https://huggingface.co/SeFi-Image/SeFi-Image-5B-Base |
| |
| **RL Model:** |
| - https://huggingface.co/SeFi-Image/SeFi-Image-5B-RL |
| |
| **Turbo Models:** |
| - https://huggingface.co/SeFi-Image/SeFi-Image-1B-turbo |
| - https://huggingface.co/SeFi-Image/SeFi-Image-2B-turbo |
| - https://huggingface.co/SeFi-Image/SeFi-Image-5B-turbo |
| |
| ## File Structure |
| |
| ``` |
| π ComfyUI/ |
| βββ π models/ |
| β βββ π diffusion_models/ |
| β β βββ sefi_image_1b_base.safetensors |
| β β βββ sefi_image_2b_base.safetensors |
| β β βββ sefi_image_5b_base.safetensors |
| β β βββ sefi_image_5b_rl.safetensors |
| β β βββ sefi_image_1b_turbo.safetensors |
| β β βββ sefi_image_2b_turbo.safetensors |
| β β βββ sefi_image_5b_turbo.safetensors |
| β βββ π text_encoders/ |
| β β βββ qwen3vl_2b.safetensors # 1B / 2B checkpoints |
| β β βββ qwen3vl_4b.safetensors # 5B checkpoints |
| β βββ π vae/ |
| β β βββ flux2_vae.safetensors |
| ``` |
| |