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
Revert "Add diffusion-single-file tag to README (#10)"
Browse filesThis reverts commit 8ce12de0d25e5a6af3da0a5ae4bbdf00b100a9cd.
README.md
CHANGED
|
@@ -1 +1,53 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: nsclv1
|
| 4 |
+
tags:
|
| 5 |
+
- comfyui
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# PixelDiT and PiD
|
| 9 |
+
|
| 10 |
+
Repackaged model files for ComfyUI.
|
| 11 |
+
|
| 12 |
+
Original model repository:
|
| 13 |
+
|
| 14 |
+
- https://huggingface.co/nvidia/PixelDiT-1300M-1024px
|
| 15 |
+
- https://huggingface.co/nvidia/PiD
|
| 16 |
+
|
| 17 |
+
Place the files in the following folders:
|
| 18 |
+
|
| 19 |
+
```
|
| 20 |
+
π ComfyUI/
|
| 21 |
+
βββ π models/
|
| 22 |
+
β βββ π diffusion_models/
|
| 23 |
+
β β βββ pid_1.5_flux1_1024_to_4096_4step_bf16.safetensors
|
| 24 |
+
β β βββ pid_1.5_flux1_1024_to_4096_4step_int8_convrot.safetensors
|
| 25 |
+
β β βββ pid_1.5_flux1_1024_to_4096_bf16.safetensors
|
| 26 |
+
β β βββ pid_1.5_flux1_1024_to_4096_int8_convrot.safetensors
|
| 27 |
+
β β βββ pid_1.5_flux2_1024_to_4096_4step_bf16.safetensors
|
| 28 |
+
β β βββ pid_1.5_flux2_1024_to_4096_4step_int8_convrot.safetensors
|
| 29 |
+
β β βββ pid_1.5_flux2_1024_to_4096_bf16.safetensors
|
| 30 |
+
β β βββ pid_1.5_flux2_1024_to_4096_int8_convrot.safetensors
|
| 31 |
+
β β βββ pid_1.5_qwenimage_1024_to_4096_4step_bf16.safetensors
|
| 32 |
+
β β βββ pid_1.5_qwenimage_1024_to_4096_4step_int8_convrot.safetensors
|
| 33 |
+
β β βββ pid_1.5_qwenimage_1024_to_4096_bf16.safetensors
|
| 34 |
+
β β βββ pid_1.5_qwenimage_1024_to_4096_int8_convrot.safetensors
|
| 35 |
+
β β βββ pid_flux1_1024_to_4096_4step_bf16.safetensors
|
| 36 |
+
β β βββ pid_flux1_1024_to_4096_4step_mxfp8.safetensors
|
| 37 |
+
β β βββ pid_flux1_512_to_2048_4step_bf16.safetensors
|
| 38 |
+
β β βββ pid_flux1_512_to_2048_4step_mxfp8.safetensors
|
| 39 |
+
β β βββ pid_flux2_1024_to_4096_4step_2606_bf16.safetensors
|
| 40 |
+
β β βββ pid_flux2_1024_to_4096_4step_bf16.safetensors
|
| 41 |
+
β β βββ pid_flux2_1024_to_4096_4step_mxfp8.safetensors
|
| 42 |
+
β β βββ pid_flux2_512_to_2048_4step_bf16.safetensors
|
| 43 |
+
β β βββ pid_flux2_512_to_2048_4step_mxfp8.safetensors
|
| 44 |
+
β β βββ pid_qwenimage_1024_to_4096_4step_bf16.safetensors
|
| 45 |
+
β β βββ pid_sd3_1024_to_4096_4step_bf16.safetensors
|
| 46 |
+
β β βββ pid_sd3_512_to_2048_4step_bf16.safetensors
|
| 47 |
+
β β βββ pid_sdxl_1024_to_4096_4step_bf16.safetensors
|
| 48 |
+
β β βββ pixeldit_1300m_1024px_bf16.safetensors
|
| 49 |
+
β β βββ pixeldit_1300m_1024px_mxfp8.safetensors
|
| 50 |
+
β βββ π text_encoders/
|
| 51 |
+
β β βββ gemma_2_2b_it_elm_bf16.safetensors
|
| 52 |
+
β β βββ gemma_2_2b_it_elm_fp8_scaled.safetensors
|
| 53 |
+
```
|