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
Generating Images takes too much time
#171
by maxwell60701 - opened
I generate images nearly about 10min,is it related to my graphic card?my machine is RTX3060,CUDA 11.6
you need more VRAM. typically stable diffusion models work best if you have a card with 24GB VRAM for consumer use.
thanks