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
Support for Diffusers?
No support for Diffusers?
Coming in hours.
: )
Or minutes? :D
omar being spicy. i love it
Entry Not Found for url: https://huggingface.co/stabilityai/stable-diffusion-3-medium/resolve/main/model_index.json.
For anyone else as impatient as myself - you can download pull requests as "revisions", for example the below pulls from the PR with diffusers weights and starts downloading the model:
pipe = StableDiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-3-medium", revision="refs/pr/26")
Not sure if this will work, but let's see ;)
Will this model work well with the StableDiffusionInpaintPipeline?
Any updates guys?
diffusers support is up: https://huggingface.co/stabilityai/stable-diffusion-3-medium-diffusers
Still getting this issue: cannot import name 'StableDiffusion3Pipeline' from 'diffusers' even though I did update diffusers.
A diffusers release is incoming!
The unet config is still missing in the repo
probably because it's....a..... wait for it.... Transformer! not a u-net.
ahh.... wait for it..... Thanks a lot for the clarification 🤗.
If you could explain how can I fine tune it because following this guide https://huggingface.co/docs/diffusers/v0.30.0/training/text2image fails with unet config missing would be great help.
using a better tool most likely - those are just examples meant for developers to help understand how the library works.
here is a quickstart guide: https://github.com/bghira/SimpleTuner/blob/main/documentation/quickstart/SD3.md