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
Delete scheduler
Browse files
scheduler/scheduler_config.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "EulerDiscreteScheduler",
|
| 3 |
-
"_diffusers_version": "0.26.3",
|
| 4 |
-
"beta_end": 0.012,
|
| 5 |
-
"beta_schedule": "scaled_linear",
|
| 6 |
-
"beta_start": 0.00085,
|
| 7 |
-
"interpolation_type": "linear",
|
| 8 |
-
"num_train_timesteps": 1000,
|
| 9 |
-
"prediction_type": "epsilon",
|
| 10 |
-
"rescale_betas_zero_snr": false,
|
| 11 |
-
"sample_max_value": 1.0,
|
| 12 |
-
"set_alpha_to_one": false,
|
| 13 |
-
"sigma_max": null,
|
| 14 |
-
"sigma_min": null,
|
| 15 |
-
"skip_prk_steps": true,
|
| 16 |
-
"steps_offset": 1,
|
| 17 |
-
"timestep_spacing": "leading",
|
| 18 |
-
"timestep_type": "discrete",
|
| 19 |
-
"trained_betas": null,
|
| 20 |
-
"use_karras_sigmas": false
|
| 21 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|