--- license: other license_name: nsclv1 tags: - comfyui --- # PixelDiT and PiD Repackaged model files for ComfyUI. Original model repository: - https://huggingface.co/nvidia/PixelDiT-1300M-1024px - https://huggingface.co/nvidia/PiD Place the files in the following folders: ``` 📂 ComfyUI/ ├── 📂 models/ │ ├── 📂 diffusion_models/ │ │ ├── pid_1.5_flux1_1024_to_4096_4step_bf16.safetensors │ │ ├── pid_1.5_flux1_1024_to_4096_4step_int8_convrot.safetensors │ │ ├── pid_1.5_flux1_1024_to_4096_bf16.safetensors │ │ ├── pid_1.5_flux1_1024_to_4096_int8_convrot.safetensors │ │ ├── pid_1.5_flux2_1024_to_4096_4step_bf16.safetensors │ │ ├── pid_1.5_flux2_1024_to_4096_4step_int8_convrot.safetensors │ │ ├── pid_1.5_flux2_1024_to_4096_bf16.safetensors │ │ ├── pid_1.5_flux2_1024_to_4096_int8_convrot.safetensors │ │ ├── pid_1.5_qwenimage_1024_to_4096_4step_bf16.safetensors │ │ ├── pid_1.5_qwenimage_1024_to_4096_4step_int8_convrot.safetensors │ │ ├── pid_1.5_qwenimage_1024_to_4096_bf16.safetensors │ │ ├── pid_1.5_qwenimage_1024_to_4096_int8_convrot.safetensors │ │ ├── pid_flux1_1024_to_4096_4step_bf16.safetensors │ │ ├── pid_flux1_1024_to_4096_4step_mxfp8.safetensors │ │ ├── pid_flux1_512_to_2048_4step_bf16.safetensors │ │ ├── pid_flux1_512_to_2048_4step_mxfp8.safetensors │ │ ├── pid_flux2_1024_to_4096_4step_2606_bf16.safetensors │ │ ├── pid_flux2_1024_to_4096_4step_bf16.safetensors │ │ ├── pid_flux2_1024_to_4096_4step_mxfp8.safetensors │ │ ├── pid_flux2_512_to_2048_4step_bf16.safetensors │ │ ├── pid_flux2_512_to_2048_4step_mxfp8.safetensors │ │ ├── pid_qwenimage_1024_to_4096_4step_bf16.safetensors │ │ ├── pid_sd3_1024_to_4096_4step_bf16.safetensors │ │ ├── pid_sd3_512_to_2048_4step_bf16.safetensors │ │ ├── pid_sdxl_1024_to_4096_4step_bf16.safetensors │ │ ├── pixeldit_1300m_1024px_bf16.safetensors │ │ └── pixeldit_1300m_1024px_mxfp8.safetensors │ ├── 📂 text_encoders/ │ │ ├── gemma_2_2b_it_elm_bf16.safetensors │ │ └── gemma_2_2b_it_elm_fp8_scaled.safetensors ```