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
why its larger then dev file which is 12b
#3
by Ai11Ali - opened
look like have included the text encoder in main file too .
contains the text encoders/CLIP built in.
whats best way to strip them out dont want to waste disk space i've got the gguf's for the encoders.
whats best way to strip them out dont want to waste disk space i've got the gguf's for the encoders.
To get the unet out of the file is very simple:
Just put sd3.5_large_fp8_scaled.safetensors into "checkpoints" folder and load like in the image, left side node. When you run that, the unet without text encoder will be saved into "output/diffusion_models" folder.
