add readme
Browse files
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 |
+
```
|