comfyui
Lexius commited on
Commit
a5ae558
Β·
verified Β·
1 Parent(s): fd41fa7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -26
README.md CHANGED
@@ -1,27 +1,29 @@
1
- ---
2
- license: apache-2.0
3
- ---
4
-
5
- # ERNIE-Image
6
-
7
- Repackaged model files for ComfyUI.
8
-
9
- Original model repository:
10
-
11
- - https://huggingface.co/baidu/ERNIE-Image
12
- - https://huggingface.co/baidu/ERNIE-Image-Turbo
13
-
14
- Place the files in the following folders:
15
-
16
- ```
17
- πŸ“‚ ComfyUI/
18
- β”œβ”€β”€ πŸ“‚ models/
19
- β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
20
- β”‚ β”‚ β”œβ”€β”€ ernie-image.safetensors
21
- β”‚ β”‚ └── ernie-image-turbo.safetensors
22
- β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
23
- β”‚ β”‚ β”œβ”€β”€ ernie-image-prompt-enhancer.safetensors
24
- β”‚ β”‚ └── ministral-3-3b.safetensors
25
- β”‚ └── πŸ“‚ vae/
26
- β”‚ └── flux2-vae.safetensors
 
 
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
  ```