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
Image cropping issue on text2im
#186
by melengojakarta - opened
I have image cropping issue when using text2im on SD3. Actually this issue already solved on SDXL with parameter negative_crops_coords_top_left, I think its better to apply this parameter too on SD to obtain better result.
Thanks