Instructions to use Comfy-Org/PixelDiT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/PixelDiT with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Create README.md
Browse files
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 |
+
```
|