Kijai commited on
Commit
7a59484
Β·
verified Β·
1 Parent(s): 744d782

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - comfyui
5
+ ---
6
+
7
+ # PixelDiT
8
+
9
+ Repackaged model files for ComfyUI.
10
+
11
+ Original model repository:
12
+
13
+ - https://huggingface.co/nvidia/PixelDiT-1300M-1024px
14
+
15
+ Place the files in the following folders:
16
+
17
+ ```
18
+ πŸ“‚ ComfyUI/
19
+ β”œβ”€β”€ πŸ“‚ models/
20
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
21
+ β”‚ β”‚ └── pixeldit_1300m_1024px_bf16.safetensors
22
+ β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
23
+ β”‚ β”‚ └── gemma-2-2b-it_elm_bf16.safetensors
24
+ ```