Update README.md
Browse files
README.md
CHANGED
|
@@ -1,27 +1,29 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
β
|
| 22 |
-
β βββ
|
| 23 |
-
β β
|
| 24 |
-
β
|
| 25 |
-
β
|
| 26 |
-
β
|
|
|
|
|
|
|
| 27 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- comfyui
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# ERNIE-Image
|
| 8 |
+
|
| 9 |
+
Repackaged model files for ComfyUI.
|
| 10 |
+
|
| 11 |
+
Original model repository:
|
| 12 |
+
|
| 13 |
+
- https://huggingface.co/baidu/ERNIE-Image
|
| 14 |
+
- https://huggingface.co/baidu/ERNIE-Image-Turbo
|
| 15 |
+
|
| 16 |
+
Place the files in the following folders:
|
| 17 |
+
|
| 18 |
+
```
|
| 19 |
+
π ComfyUI/
|
| 20 |
+
βββ π models/
|
| 21 |
+
β βββ π diffusion_models/
|
| 22 |
+
β β βββ ernie-image.safetensors
|
| 23 |
+
β β βββ ernie-image-turbo.safetensors
|
| 24 |
+
β βββ π text_encoders/
|
| 25 |
+
β β βββ ernie-image-prompt-enhancer.safetensors
|
| 26 |
+
β β βββ ministral-3-3b.safetensors
|
| 27 |
+
β βββ π vae/
|
| 28 |
+
β βββ flux2-vae.safetensors
|
| 29 |
```
|