How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("digiplay/Juggernaut_final", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Models info :

https://civitai.com/models/46422?modelVersionId=114770

Sample image I made thru huggingface's API:

1396153a-5288-40f0-a52a-1e3b8cd9ad29.jpeg

Original Author's DEMO images :

Downloads last month
321
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ 1 Ask for provider support

Model tree for digiplay/Juggernaut_final

Adapters
1 model

Spaces using digiplay/Juggernaut_final 58