Update README.md
Browse files
README.md
CHANGED
@@ -72,6 +72,53 @@ image.save("output.png")
|
|
72 |
|
73 |

|
74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
## 🤝 Support
|
77 |
|
|
|
72 |
|
73 |

|
74 |
|
75 |
+
## 🎛️ Using with ComfyUI
|
76 |
+
|
77 |
+
We provide a ready-to-use ComfyUI workflow that works with our trained LoRA models. Follow these steps to set up and use the workflow:
|
78 |
+
|
79 |
+
### Setup Instructions
|
80 |
+
|
81 |
+
1. **Download the latest ComfyUI**:
|
82 |
+
- Visit the [ComfyUI GitHub repository](https://github.com/comfyanonymous/ComfyUI)
|
83 |
+
- Clone or download the latest version
|
84 |
+
|
85 |
+
2. **Install ComfyUI**:
|
86 |
+
- Follow the installation instructions from the [ComfyUI repository](https://github.com/comfyanonymous/ComfyUI?tab=readme-ov-file#installing)
|
87 |
+
- Make sure all dependencies are properly installed
|
88 |
+
|
89 |
+
3. **Download Qwen-Image model weights**:
|
90 |
+
- Go to [Qwen-Image ComfyUI weights](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/tree/main)
|
91 |
+
- Download all the model files
|
92 |
+
|
93 |
+
4. **Place Qwen-Image weights in ComfyUI**:
|
94 |
+
- Copy the downloaded Qwen-Image model files to the appropriate folders in `ComfyUI/models/`
|
95 |
+
- Follow the folder structure as specified in the model repository
|
96 |
+
|
97 |
+
5. **Download our pre-trained LoRA weights**:
|
98 |
+
- Visit [flymy-ai/qwen-image-lora](https://huggingface.co/flymy-ai/qwen-image-lora)
|
99 |
+
- Download the LoRA `.safetensors` files
|
100 |
+
|
101 |
+
6. **Place LoRA weights in ComfyUI**:
|
102 |
+
- Copy the LoRA file `flymy-ai/qwen-image-lora/pytorch_lora_weights.safetensors` to `ComfyUI/models/loras/`
|
103 |
+
|
104 |
+
7. **Load the workflow**:
|
105 |
+
- Open ComfyUI in your browser
|
106 |
+
- Load the workflow file `qwen_image_lora_example.json` located in this repository
|
107 |
+
- The workflow is pre-configured to work with our LoRA models
|
108 |
+
|
109 |
+
### Workflow Features
|
110 |
+
|
111 |
+
- ✅ Pre-configured for Qwen-Image + LoRA inference
|
112 |
+
- ✅ Optimized settings for best quality output
|
113 |
+
- ✅ Easy prompt and parameter adjustment
|
114 |
+
- ✅ Compatible with all our trained LoRA models
|
115 |
+
|
116 |
+
The ComfyUI workflow provides a user-friendly interface for generating images with our trained LoRA models without needing to write Python code.
|
117 |
+
|
118 |
+
### 🖼️ Workflow Screenshot
|
119 |
+
|
120 |
+

|
121 |
+
|
122 |
|
123 |
## 🤝 Support
|
124 |
|