SeeSee21 commited on
Commit
7262fd6
·
verified ·
1 Parent(s): 13e5c13

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -9
README.md CHANGED
@@ -23,6 +23,13 @@ widget:
23
  # ERNIE AIO for ComfyUI
24
  **All-in-One Checkpoints • Base + Turbo • BF16 & FP8 • Integrated Text Encoder + VAE**
25
 
 
 
 
 
 
 
 
26
  ### ERNIE-AIO-Base
27
  ![ERNIE-AIO-Base preview](./images/ernie-aio-base.png)
28
 
@@ -35,16 +42,20 @@ This repository provides **AIO (All-in-One)** checkpoint versions of **ERNIE-Ima
35
  These AIO releases are designed for users who prefer a classic **single-checkpoint workflow**.
36
  Each checkpoint already contains the **image model**, **text encoder**, and **VAE**, so no separate text encoder or VAE loading is required.
37
 
38
- ## Included Models
39
- This repository includes:
40
 
41
- - **ERNIE-AIO-Base**
42
- - **ERNIE-AIO-Turbo**
 
 
 
 
 
43
 
44
- Each version is provided in:
 
45
 
46
- - **BF16**
47
- - **FP8**
48
 
49
  ## What “AIO” means here
50
  The AIO checkpoints are packaged so they can be placed directly in:
@@ -104,6 +115,13 @@ For these FP8 AIO checkpoints:
104
 
105
  This setup was chosen to reduce size and improve practicality while keeping decoding stable.
106
 
 
 
 
 
 
 
 
107
  ## Prompting
108
  These models work well with **natural language prompts**.
109
 
@@ -150,8 +168,8 @@ is required for the AIO versions.
150
  ## Repository Structure
151
 
152
  - Main AIO checkpoints for **ERNIE-AIO-Base** and **ERNIE-AIO-Turbo**
153
- - `Workflow/` contains the ComfyUI workflow JSON
154
- - `prompt-enhancer/` contains the ERNIE prompt enhancer files used by the workflow
155
  - `images/` contains the preview / title images for the Base and Turbo releases
156
 
157
  ## Civitai Releases
 
23
  # ERNIE AIO for ComfyUI
24
  **All-in-One Checkpoints • Base + Turbo • BF16 & FP8 • Integrated Text Encoder + VAE**
25
 
26
+ This repository provides **AIO (All-in-One)** checkpoint versions of **ERNIE-Image** and **ERNIE-Image-Turbo** for **ComfyUI**.
27
+
28
+ A ready-to-use **ComfyUI workflow** is included in the **`Workflow/`** folder, and the optional **Prompt Enhancer** files are included in the **`prompt-enhancer/`** folder.
29
+
30
+ These AIO releases are designed for users who prefer a classic **single-checkpoint workflow**.
31
+ Each checkpoint already contains the **image model**, **text encoder**, and **VAE**, so no separate text encoder or VAE loading is required.
32
+
33
  ### ERNIE-AIO-Base
34
  ![ERNIE-AIO-Base preview](./images/ernie-aio-base.png)
35
 
 
42
  These AIO releases are designed for users who prefer a classic **single-checkpoint workflow**.
43
  Each checkpoint already contains the **image model**, **text encoder**, and **VAE**, so no separate text encoder or VAE loading is required.
44
 
 
 
45
 
46
+ ## Available Files
47
+
48
+ ### Main checkpoints
49
+ - `ERNIE-AIO-Base-bf16.safetensors`
50
+ - `ERNIE-AIO-Base-fp8.safetensors`
51
+ - `ERNIE-AIO-Turbo-bf16.safetensors`
52
+ - `ERNIE-AIO-Turbo-fp8.safetensors`
53
 
54
+ ### Workflow
55
+ - `Workflow/ERNIE-AIO-Upscale.json`
56
 
57
+ ### Prompt Enhancer
58
+ - `prompt-enhancer/` contains the optional ERNIE Prompt Enhancer files used by the workflow
59
 
60
  ## What “AIO” means here
61
  The AIO checkpoints are packaged so they can be placed directly in:
 
115
 
116
  This setup was chosen to reduce size and improve practicality while keeping decoding stable.
117
 
118
+ ## Prompt Enhancer
119
+
120
+ This repository also includes an optional **Prompt Enhancer** in the `prompt-enhancer/` folder.
121
+
122
+ It can be used with the included workflow to automatically expand short prompts into richer and more descriptive prompts.
123
+ This is optional, but useful if you want more detailed prompt wording or a more guided workflow experience.
124
+
125
  ## Prompting
126
  These models work well with **natural language prompts**.
127
 
 
168
  ## Repository Structure
169
 
170
  - Main AIO checkpoints for **ERNIE-AIO-Base** and **ERNIE-AIO-Turbo**
171
+ - `Workflow/` contains the ready-to-use ComfyUI workflow JSON
172
+ - `prompt-enhancer/` contains the optional Prompt Enhancer files used by the workflow
173
  - `images/` contains the preview / title images for the Base and Turbo releases
174
 
175
  ## Civitai Releases