Add model card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# ERNIE-Image 1.0
|
| 6 |
+
|
| 7 |
+
Repackaged model files for ComfyUI.
|
| 8 |
+
|
| 9 |
+
The original model repository is: https://huggingface.co/baidu/ERNIE-Image-1.0
|
| 10 |
+
|
| 11 |
+
Place the files in the following folders:
|
| 12 |
+
|
| 13 |
+
```
|
| 14 |
+
π ComfyUI/
|
| 15 |
+
βββ π models/
|
| 16 |
+
β βββ π diffusion_models/
|
| 17 |
+
β β βββ ernie-image-v1.0.safetensors
|
| 18 |
+
β βββ π text_encoders/
|
| 19 |
+
β β βββ ministral-3-3b.safetensors
|
| 20 |
+
β βββ π vae/
|
| 21 |
+
β βββ flux2-vae.safetensors
|
| 22 |
+
```
|