Instructions to use stabilityai/sd-x2-latent-upscaler with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stabilityai/sd-x2-latent-upscaler with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/sd-x2-latent-upscaler", 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
Update README.md
#13 opened almost 2 years ago
by
Sensei13k
How i use it , im so confuse about these file bruhhhh
1
#12 opened about 2 years ago
by
yinquest
How i use this upscaler
1
#11 opened about 2 years ago
by
yinquest
Keep getting black images
#10 opened over 2 years ago
by
pavankay
real image upscaler?
#9 opened over 2 years ago
by
rainsoul
how much time is needed to train this model?
2
#8 opened about 3 years ago
by
scf
How can I finetune the model?
#6 opened about 3 years ago
by
eeyrw