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
Full fp32 weight?
#8
by MonikaDreamer - opened
Where
use stochastic rounding on bf16 to train fp16 weights, should work fine
pipe = StableDiffusion3Pipeline.from_pretrained(
model,
low_cpu_mem_usage=False,
...
torch_dtype=torch.float32
)