Instructions to use chendelong/stable-diffusion-3-medium-vae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use chendelong/stable-diffusion-3-medium-vae with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("chendelong/stable-diffusion-3-medium-vae", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 8f98d3b18a9d5ca1b363c41211d708ee972766200d560d657991bc3cff92af0b
- Size of remote file:
- 335 MB
- SHA256:
- 61a7dab491193da4dc5741fad9cb6ec961f57a105686f8a618fab9faafe7a958
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.