nynxz commited on
Commit
1f92848
Β·
verified Β·
1 Parent(s): 5ca5831

add readme

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: apache-2.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ license_link: https://huggingface.co/Photoroom/prxpixel-t2i/blob/main/LICENSE
4
+ tags:
5
+ - comfyui
6
  ---
7
+
8
+ # PRXPixel
9
+
10
+ Repackaged model files for ComfyUI.
11
+
12
+ Original model repository: <https://huggingface.co/Photoroom/prxpixel-t2i>
13
+
14
+ Place the files in the following folders:
15
+
16
+ ```
17
+ πŸ“‚ ComfyUI/
18
+ β”œβ”€β”€ πŸ“‚ models/
19
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
20
+ β”‚ β”‚ └── prxpixel_t2i.safetensors
21
+ β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
22
+ β”‚ β”‚ └── prxpixel_qwen3vl.safetensors
23
+ ```