Text-to-Image
Diffusers
English
StableDiffusionXLPipeline
art
people
diffusion
Cinematic
Photography
Landscape
Interior
Food
Car
Wildlife
Architecture
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("RunDiffusion/Juggernaut-XL-v8", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Juggernaut XL v8 + RunDiffusion Photo v1 Official
Juggernaut v9 is here! Juggernaut v9 + RunDiffusion Photo v2
This model is not permitted to be used behind API services. Please contact [email protected] for business inquires, commercial licensing, custom models, and consultation.
Juggernaut is available on the new Auto1111 Forge on RunDiffusion
A big thanks for Version 8 goes to RunDiffusion (Photo Model) and Adam, who diligently helped me test :) (Leave some love for them ;) )
For business inquires, commercial licensing, custom models, and consultation contact me under [email protected]
- Downloads last month
- 2,899