Diffusion Single File
comfyui
Lexius commited on
Commit
56f8b71
Β·
1 Parent(s): d6b680b

Add ComfyUI model installation guide

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -6,3 +6,21 @@ tags:
6
  - diffusion-single-file
7
  - comfyui
8
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - diffusion-single-file
7
  - comfyui
8
  ---
9
+
10
+ # NewBie-image-Exp0.1_repackaged
11
+
12
+ Repackaged model files for ComfyUI.
13
+
14
+ Original model repository: https://huggingface.co/NewBie-AI/NewBie-image-Exp0.1
15
+
16
+ Place the files in the following folders:
17
+
18
+ ```text
19
+ ComfyUI/
20
+ └── models/
21
+ β”œβ”€β”€ diffusion_models/
22
+ β”‚ └── NewBie-Image-Exp0.1-bf16.safetensors
23
+ └── text_encoders/
24
+ β”œβ”€β”€ gemma_3_4b_it_bf16.safetensors
25
+ └── jina_clip_v2_bf16.safetensors
26
+ ```