Text-to-Image
Diffusers
English
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-xl
sdxl
photorealistic
photography
cinematic
portrait
juggernaut
rundiffusion
kandooai
Instructions to use RunDiffusion/Juggernaut-X-v10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RunDiffusion/Juggernaut-X-v10 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("RunDiffusion/Juggernaut-X-v10", 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
Is there a SFW version available for download and local use for non-commercial use
#3
by ryg81 - opened
Is there a SFW version available for download and local use for non-commercial use
Unfortunately there's not. We have it available on the RunDiffusion platform. This may change so check back often.
RunDiffusion changed discussion status to closed
Unfortunately there's not. We have it available on the RunDiffusion platform. This may change so check back often.
So the version released here is NSFW version?
Yes that is correct. Reach out to "[email protected]" to see if there's anything we can do. We just need to know what your use case is. Happy to try and make something work with you.