Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General
Anime
Art
Girl
Photorealistic
Realistic
Semi-Realistic
3D
zoidbb
XpucT
SG_161222
osi1880vr
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/DeliberateRealisticWoop with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/DeliberateRealisticWoop with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/DeliberateRealisticWoop", 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
Update scheduler/scheduler_config.json
Browse files
scheduler/scheduler_config.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
"_class_name": "
|
| 3 |
"_diffusers_version": "0.18.0.dev0",
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
|
|
|
| 6 |
"clip_sample": false,
|
| 7 |
"clip_sample_range": 1.0,
|
| 8 |
"dynamic_thresholding_ratio": 0.995,
|
| 9 |
-
"interpolation_type": "linear",
|
| 10 |
"num_train_timesteps": 1000,
|
| 11 |
"prediction_type": "epsilon",
|
| 12 |
"rescale_betas_zero_snr": false,
|
|
@@ -18,4 +18,4 @@
|
|
| 18 |
"timestep_spacing": "leading",
|
| 19 |
"trained_betas": null,
|
| 20 |
"use_karras_sigmas": false
|
| 21 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_class_name": "HeunDiscreteScheduler",
|
| 3 |
"_diffusers_version": "0.18.0.dev0",
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
+
"beta_start": 0.00085,
|
| 7 |
"clip_sample": false,
|
| 8 |
"clip_sample_range": 1.0,
|
| 9 |
"dynamic_thresholding_ratio": 0.995,
|
|
|
|
| 10 |
"num_train_timesteps": 1000,
|
| 11 |
"prediction_type": "epsilon",
|
| 12 |
"rescale_betas_zero_snr": false,
|
|
|
|
| 18 |
"timestep_spacing": "leading",
|
| 19 |
"trained_betas": null,
|
| 20 |
"use_karras_sigmas": false
|
| 21 |
+
}
|