cloud.comfy.org. Runs workflows on Cloud GPUs, uses pre-installed models, and searches the full template library.
generate\_image, generate\_video, generate\_3d, and more tools across 30+ partner providers.
Download text-to-image.json
After downloading, use menu **Workflows** -> **Open** to load the JSON file.The most powerful open source node-based application for generative AI
Written by comfyanonymous and other contributors.
Download for MacOS
## Install via Homebrew ComfyUI Desktop can also be installed via [Homebrew](https://brew.sh/): ``` brew install comfyui ``` ## ComfyUI Desktop Installation Steps Double-click the downloaded installation package file. As shown in the image, drag the **ComfyUI** application into the **Applications** folder following the arrowDownload for Windows
## ComfyUI Desktop Installation Steps Double-click the downloaded installation package file, which will first perform an automatic installation and create a **ComfyUI Desktop** shortcut on the desktopRun on Comfy Cloud
### 1. Workflow Please download the images below and drag into ComfyUI to load the workflow.  Download the images below we will use them as input images.   Run on Comfy Cloud
### 1. Workflow Please download the images below and drag into ComfyUI to load the workflow.  Download the images below we will use them as input images.   ### 2. Manual Model Installation Download the model below and save it to the corresponding ComfyUI folder * hunyuan3d-dit-v2-mv-turbo: [model.fp16.safetensors](https://huggingface.co/tencent/Hunyuan3D-2mv/resolve/main/hunyuan3d-dit-v2-mv-turbo/model.fp16.safetensors?download=true) - after downloading, you can rename it to `hunyuan3d-dit-v2-mv-turbo.safetensors` ``` ComfyUI/ ├── models/ │ ├── checkpoints/ │ │ └── hunyuan3d-dit-v2-mv-turbo.safetensors // renamed file ``` ### 3. Steps to Run the WorkflowRun on Comfy Cloud
### 1. Workflow Please download the image below and drag it into ComfyUI to load the workflow.  Download the image below we will use it as input image.  ### 2. Manual Model Installation Download the model below and save it to the corresponding ComfyUI folder * hunyuan3d-dit-v2-0: [model.fp16.safetensors](https://huggingface.co/tencent/Hunyuan3D-2/resolve/main/hunyuan3d-dit-v2-0/model.fp16.safetensors?download=true) - after downloading, you can rename it to `hunyuan3d-dit-v2.safetensors` ``` ComfyUI/ ├── models/ │ ├── checkpoints/ │ │ └── hunyuan3d-dit-v2.safetensors // renamed file ``` ### 3. Steps to Run the WorkflowRun on Comfy Cloud
### 1. Workflow and Asset Please download the workflow image below and drag it into ComfyUI to load the workflow  Please download the image below, which we will use as the input image  ### 2. Manual Models InstallationRun on Comfy Cloud
The LoRA version workflow builds on the complete version by adding the LoRA model. Compared to the [complete version of the Flux workflow](/tutorials/flux/flux-1-text-to-image), it adds nodes for loading and using the corresponding LoRA model. ### 1. Workflow and Asset Please download the workflow image below and drag it into ComfyUI to load the workflow  Please download the image below, which we will use as the input image  ### 2. Manual Model DownloadDownload Workflow Image
Run on Comfy Cloud
Please download the image below and drag it into ComfyUI to load the corresponding workflow  Please download the image below, we will use it as the input image Run on Comfy Cloud
This workflow uses the `Load Image(from output)` node to load the image to be edited, making it more convenient for you to access the edited image for multiple rounds of editing. ### 1. Workflow and Input Image Download Download the following files and drag them into ComfyUI to load the corresponding workflow  **Input Image**  ### 2. Complete the workflow step by stepRun on Comfy Cloud
#### 2. Manual Model InstallationRun on Comfy Cloud
#### 2. Manual Models InstallationRun on Comfy Cloud
Please download [flux1-dev-fp8.safetensors](https://huggingface.co/Comfy-Org/flux1-dev/resolve/main/flux1-dev-fp8.safetensors?download=true) and save it to the `ComfyUI/models/checkpoints/` directory. Ensure that the corresponding `Load Checkpoint` node loads `flux1-dev-fp8.safetensors`, and you can try to run the workflow. ### Flux.1 Schnell Please download the image below and drag it into ComfyUI to load the workflow.  Please download [flux1-schnell-fp8.safetensors](https://huggingface.co/Comfy-Org/flux1-schnell/resolve/main/flux1-schnell-fp8.safetensors?download=true) and save it to the `ComfyUI/models/checkpoints/` directory. Ensure that the corresponding `Load Checkpoint` node loads `flux1-schnell-fp8.safetensors`, and you can try to run the workflow. # ByteDance USO ComfyUI Native Workflow example Source: https://docs.comfy.org/tutorials/flux/flux-1-uso Unified Style and Subject-Driven Generation with ByteDance's USO model **USO (Unified Style-Subject Optimized)** is a model developed by ByteDance's UXO Team that unifies style-driven and subject-driven generation tasks. Built on FLUX.1-dev architecture, the model achieves both style similarity and subject consistency through disentangled learning and style reward learning (SRL). USO supports three main approaches: * **Subject-Driven**: Place subjects into new scenes while maintaining identity consistency * **Style-Driven**: Apply artistic styles to new content based on reference images * **Combined**: Use both subject and style references simultaneously **Related Links** * [Project Page](https://bytedance.github.io/USO/) * [GitHub](https://github.com/bytedance/USO) * [Model Weights](https://huggingface.co/bytedance-research/USO) ## ByteDance USO ComfyUI Native WorkflowDownload JSON Workflow
Run on Comfy Cloud
Use the image below as an input image.  ### 2. Model links **checkpoints** * [flux1-dev-fp8.safetensors](https://huggingface.co/Comfy-Org/flux1-dev/resolve/main/flux1-dev-fp8.safetensors) **loras** * [uso-flux1-dit-lora-v1.safetensors](https://huggingface.co/Comfy-Org/USO_1.0_Repackaged/resolve/main/split_files/loras/uso-flux1-dit-lora-v1.safetensors) **model\_patches** * [uso-flux1-projector-v1.safetensors](https://huggingface.co/Comfy-Org/USO_1.0_Repackaged/resolve/main/split_files/model_patches/uso-flux1-projector-v1.safetensors) **clip\_visions** * [sigclip\_vision\_patch14\_384.safetensors](https://huggingface.co/Comfy-Org/sigclip_vision_384/resolve/main/sigclip_vision_patch14_384.safetensors) Please download all models and place them in the following directories: ``` 📂 ComfyUI/ ├── 📂 models/ │ ├── 📂 checkpoints/ │ │ └── flux1-dev-fp8.safetensors │ ├── 📂 loras/ │ │ └── uso-flux1-dit-lora-v1.safetensors │ ├── 📂 model_patches/ │ │ └── uso-flux1-projector-v1.safetensors │ ├── 📂 clip_visions/ │ │ └── sigclip_vision_patch14_384.safetensors ``` ### 3. Workflow instructionsDownload JSON Workflow
Run on Comfy Cloud
#### 2. Manual Model Installation Please download the following model files: **Diffusion model** * [flux1-krea-dev\_fp8\_scaled.safetensors](https://huggingface.co/Comfy-Org/FLUX.1-Krea-dev_ComfyUI/blob/main/split_files/diffusion_models/flux1-krea-dev_fp8_scaled.safetensors) If you want to pursue higher quality and have enough VRAM, you can try the original model weights * [flux1-krea-dev.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev/resolve/main/flux1-krea-dev.safetensors)Run on Comfy Cloud
E1 is a model released on April 28, 2025. This model only supports 768\*768 resolution.Run on Comfy Cloud
#### 1. Model File Download Please select the appropriate version based on your hardware. Click the link and download the corresponding model file to save it to the `ComfyUI/models/diffusion_models/` folder. * FP8 version: [hidream\_i1\_full\_fp8.safetensors](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/diffusion_models/hidream_i1_full_fp8.safetensors?download=true) requires more than 16GB of VRAM * Full version: [hidream\_i1\_full\_f16.safetensors](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/diffusion_models/hidream_i1_full_fp16.safetensors?download=true) requires more than 27GB of VRAM #### 2. Workflow File Download Please download the image below and drag it into ComfyUI to load the corresponding workflow  #### 3. Complete the Workflow Step by StepRun on Comfy Cloud
#### 1. Model File Download Please select the appropriate version based on your hardware, click the link and download the corresponding model file to save to the `ComfyUI/models/diffusion_models/` folder. * FP8 version: [hidream\_i1\_dev\_fp8.safetensors](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/diffusion_models/hidream_i1_dev_fp8.safetensors?download=true) requires more than 16GB of VRAM * Full version: [hidream\_i1\_dev\_bf16.safetensors](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/diffusion_models/hidream_i1_dev_bf16.safetensors?download=true) requires more than 27GB of VRAM #### 2. Workflow File Download Please download the image below and drag it into ComfyUI to load the corresponding workflow  #### 3. Complete the Workflow Step by StepRun on Comfy Cloud
#### 1. Model File Download Please select the appropriate version based on your hardware, click the link and download the corresponding model file to save to the `ComfyUI/models/diffusion_models/` folder. * FP8 version: [hidream\_i1\_fast\_fp8.safetensors](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/diffusion_models/hidream_i1_fast_fp8.safetensors?download=true) requires more than 16GB of VRAM * Full version: [hidream\_i1\_fast\_bf16.safetensors](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/diffusion_models/hidream_i1_fast_bf16.safetensors?download=true) requires more than 27GB of VRAM #### 2. Workflow File Download Please download the image below and drag it into ComfyUI to load the corresponding workflow  #### 3. Complete the Workflow Step by Stepmodels/diffusion\_models/
models/diffusion\_models/
models/text\_encoders/
models/text\_encoders/
models/vae/
Download JSON Workflow File
Run on ComfyUI Cloud