Instructions to use stabilityai/stable-diffusion-3-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use stabilityai/stable-diffusion-3-medium 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
- Inference
- Notebooks
- Google Colab
- Kaggle
AttributeError: module 'torch' has no attribute 'float8_e4m3fn'
#84
by wuzhonghui - opened
When I load this model“sd3_medium_incl_clips_t5xxlfp8.safetensors”, this prompt appears. How to solve it?
i had the same problem. others gave various ways of solving this, but (due to my hardware being older - a 3060) i had to use the base medium model without the t5xxlfp8 included because my machine doesn't have the ability to process the fp8 data
so to solve it, i downloaded the medium model, the clip_l, the clip_g, and the xxlfp16 models from the files section and then used the comfyUI workflow to plug those in. it worked for me.
Please upgrade your torch to >=2.2 for fp8 support , or try the t5 fp16 version.
huoju changed discussion status to closed
