Instructions to use stablediffusionapi/juggernaut-reborn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stablediffusionapi/juggernaut-reborn with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/juggernaut-reborn", 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
- Local Apps
- Draw Things
- DiffusionBee
File size: 134 Bytes
503c10e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:60f42dc8e8f922be3255336fe7958caee93dc5ef91c5ea54022a5da9643a7373
size 167404866
|