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
Checkpoint loading issue
#4
by leemeng - opened
This is due to checkpoints that are not being downloaded completely. Download the full weight and this should be solved. Closing.
leemeng changed discussion status to closed
@WaveCut Yes I'm using the latest ComfyUI and was doing some internal testing to make sure everything worked as expected.
For those who encountered the same issue when loading checkpoints, please run
git lfs pull
to make sure you have the actual checkpoints but not only git-lf pointers, enjoy!
