Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,8 @@ tags:
|
|
| 19 |
- depth
|
| 20 |
- sam3.1
|
| 21 |
- inpainting
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Anima, Krea-2, Qwen-Image 2.1 & YuE2 INT8 Workflows Collection
|
|
@@ -27,6 +29,8 @@ This repository provides optimized ComfyUI workflows for the **Anima**, **Krea-2
|
|
| 27 |
|
| 28 |
The image-generation workflows utilize **INT8** quantized variants for efficient Text-to-Image generation with a low VRAM footprint. Anima provides advanced structural control and image editing capabilities, while Qwen-Image 2.1 provides image generation and editing with mask-based local editing, reference images, and native RGBA support.
|
| 29 |
|
|
|
|
|
|
|
| 30 |
The repository also includes a **YuE2** music-generation workflow for generating complete songs from style prompts and lyrics.
|
| 31 |
|
| 32 |
---
|
|
@@ -41,7 +45,7 @@ The repository contains the following production-ready workflow files.
|
|
| 41 |
|---|---|---|---|
|
| 42 |
| 1 | **Anima_int8-javanoYYMM.x.json** | **Anima Text-to-Image (INT8)** | INT8 image generation with VNCCS, LLLite-based Pose/Canny/Depth control, SAM 3.1 automatic masking, and inpainting. |
|
| 43 |
| 2 | **Krea2_int8_t2i-javanoYYMM.x.json** | **Krea-2 Text-to-Image (INT8)** | Highly optimized INT8 workflow for Krea-2, designed for fast and efficient image generation. |
|
| 44 |
-
| 3 | **QwenImage2.1_int8-javanoYYMM.x.json** | **Qwen-Image 2.1 Text-to-Image / Image Editing (INT8)** | INT8 workflow with sampling preview, Face Detailer, mask-based editing, reference image editing, and Ollama-optimized prompt rewriting based on Alibaba's official Qwen-Image prompt skills. |
|
| 45 |
| 4 | **YuE2-javanoYYMM.x.json** | **YuE2 Music Generation** | Generates complete songs from style prompts and lyrics using the YuE2-3B model, with vocals and instrumental accompaniment. |
|
| 46 |
|
| 47 |
---
|
|
@@ -103,16 +107,23 @@ A dedicated **INT8 ComfyUI workflow** for **Qwen-Image 2.1**, optimized for effi
|
|
| 103 |
* **Image Editing:** Supports Qwen-Image 2.1 image-editing capabilities.
|
| 104 |
* **Reference Images:** Supports reference-based image generation and editing.
|
| 105 |
* **Native RGBA:** Supports native RGBA image generation and transparent backgrounds.
|
|
|
|
|
|
|
| 106 |
* **Ollama Prompt Optimization:** Uses an Ollama-based prompt rewriting workflow optimized around Alibaba's official Qwen-Image prompt-rewriting skills.
|
| 107 |
* **Official Prompt Skills:** The prompt optimization follows the structure and principles of Qwen-Image 2.1's official prompt-rewriting system prompts for Text-to-Image and Image-to-Image editing.
|
| 108 |
|
|
|
|
|
|
|
| 109 |
**Qwen-Image 2.1:**
|
| 110 |
https://huggingface.co/Comfy-Org/Qwen-Image-2.1
|
| 111 |
|
| 112 |
**Qwen-Image 2.1 Project:**
|
| 113 |
https://github.com/QwenLM/Qwen-Image-2.1
|
| 114 |
|
| 115 |
-
|
|
|
|
|
|
|
|
|
|
| 116 |
|
| 117 |
- Text-to-Image
|
| 118 |
- Image-to-Image
|
|
@@ -120,6 +131,8 @@ Supported editing workflows include:
|
|
| 120 |
- Face Detailer
|
| 121 |
- Reference image editing
|
| 122 |
- Native RGBA / transparent image generation
|
|
|
|
|
|
|
| 123 |
|
| 124 |
---
|
| 125 |
|
|
|
|
| 19 |
- depth
|
| 20 |
- sam3.1
|
| 21 |
- inpainting
|
| 22 |
+
- spectrum
|
| 23 |
+
- easycache
|
| 24 |
---
|
| 25 |
|
| 26 |
# Anima, Krea-2, Qwen-Image 2.1 & YuE2 INT8 Workflows Collection
|
|
|
|
| 29 |
|
| 30 |
The image-generation workflows utilize **INT8** quantized variants for efficient Text-to-Image generation with a low VRAM footprint. Anima provides advanced structural control and image editing capabilities, while Qwen-Image 2.1 provides image generation and editing with mask-based local editing, reference images, and native RGBA support.
|
| 31 |
|
| 32 |
+
The Qwen-Image 2.1 workflow also includes optional **Spectrum acceleration** and **native Easy Cache** for faster inference.
|
| 33 |
+
|
| 34 |
The repository also includes a **YuE2** music-generation workflow for generating complete songs from style prompts and lyrics.
|
| 35 |
|
| 36 |
---
|
|
|
|
| 45 |
|---|---|---|---|
|
| 46 |
| 1 | **Anima_int8-javanoYYMM.x.json** | **Anima Text-to-Image (INT8)** | INT8 image generation with VNCCS, LLLite-based Pose/Canny/Depth control, SAM 3.1 automatic masking, and inpainting. |
|
| 47 |
| 2 | **Krea2_int8_t2i-javanoYYMM.x.json** | **Krea-2 Text-to-Image (INT8)** | Highly optimized INT8 workflow for Krea-2, designed for fast and efficient image generation. |
|
| 48 |
+
| 3 | **QwenImage2.1_int8-javanoYYMM.x.json** | **Qwen-Image 2.1 Text-to-Image / Image Editing (INT8)** | INT8 workflow with sampling preview, Face Detailer, mask-based editing, reference image editing, Spectrum acceleration, native Easy Cache, and Ollama-optimized prompt rewriting based on Alibaba's official Qwen-Image prompt skills. |
|
| 49 |
| 4 | **YuE2-javanoYYMM.x.json** | **YuE2 Music Generation** | Generates complete songs from style prompts and lyrics using the YuE2-3B model, with vocals and instrumental accompaniment. |
|
| 50 |
|
| 51 |
---
|
|
|
|
| 107 |
* **Image Editing:** Supports Qwen-Image 2.1 image-editing capabilities.
|
| 108 |
* **Reference Images:** Supports reference-based image generation and editing.
|
| 109 |
* **Native RGBA:** Supports native RGBA image generation and transparent backgrounds.
|
| 110 |
+
* **Spectrum Acceleration:** Includes optional acceleration using `Comfyui-Spectrum-Qwen2.1`.
|
| 111 |
+
* **Native Easy Cache:** Includes the native ComfyUI Easy Cache node as an alternative inference acceleration method.
|
| 112 |
* **Ollama Prompt Optimization:** Uses an Ollama-based prompt rewriting workflow optimized around Alibaba's official Qwen-Image prompt-rewriting skills.
|
| 113 |
* **Official Prompt Skills:** The prompt optimization follows the structure and principles of Qwen-Image 2.1's official prompt-rewriting system prompts for Text-to-Image and Image-to-Image editing.
|
| 114 |
|
| 115 |
+
> **Note:** Spectrum and Easy Cache can technically be used simultaneously, but simultaneous use is **not recommended**. Use either Spectrum or Easy Cache as the acceleration method.
|
| 116 |
+
|
| 117 |
**Qwen-Image 2.1:**
|
| 118 |
https://huggingface.co/Comfy-Org/Qwen-Image-2.1
|
| 119 |
|
| 120 |
**Qwen-Image 2.1 Project:**
|
| 121 |
https://github.com/QwenLM/Qwen-Image-2.1
|
| 122 |
|
| 123 |
+
**Spectrum for Qwen-Image 2.1:**
|
| 124 |
+
https://github.com/awdqwdasdg/Comfyui-Spectrum-Qwen2.1
|
| 125 |
+
|
| 126 |
+
Supported editing and acceleration workflows include:
|
| 127 |
|
| 128 |
- Text-to-Image
|
| 129 |
- Image-to-Image
|
|
|
|
| 131 |
- Face Detailer
|
| 132 |
- Reference image editing
|
| 133 |
- Native RGBA / transparent image generation
|
| 134 |
+
- Spectrum acceleration
|
| 135 |
+
- Native Easy Cache acceleration
|
| 136 |
|
| 137 |
---
|
| 138 |
|