Instructions to use Comfy-Org/stable-diffusion-3.5-fp8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/stable-diffusion-3.5-fp8 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
File size: 1,244 Bytes
a6316a3 914324f a6316a3 05a7e90 c3af6b0 a6316a3 2c8a09c b4c354a 46bd633 39c6a80 b4c354a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | ---
license: other
license_name: stabilityai-ai-community
license_link: https://huggingface.co/stabilityai/stable-diffusion-3.5-large/blob/main/LICENSE.md
tags:
- comfyui
- diffusion-single-file
base_model:
- stabilityai/stable-diffusion-3.5-large
- stabilityai/stable-diffusion-3.5-medium
---
# Stable Diffusion 3.5 FP8
Repackaged model files for ComfyUI.
Original model repository: https://huggingface.co/stabilityai/stable-diffusion-3.5-large
Place the files in the following folders:
```
π ComfyUI/
βββ π models/
β βββ π checkpoints/
β β βββ sd3.5_large_fp8_scaled.safetensors
β β βββ sd3.5_medium_incl_clips_t5xxlfp8scaled.safetensors
β βββ π text_encoders/
β β βββ clip_g.safetensors
β β βββ clip_l.safetensors
β β βββ t5xxl_fp16.safetensors
β β βββ t5xxl_fp8_e4m3fn.safetensors
β β βββ t5xxl_fp8_e4m3fn_scaled.safetensors
```
---
This is a smaller checkpoint for [SD3.5 Large](https://huggingface.co/stabilityai/stable-diffusion-3.5-large) that contains the text encoders/CLIP built in.
Read our [blog](https://blog.comfy.org/sd3-5-comfyui/) for instructions on how to use SD3.5 with ComfyUI.
|