Para2Bath / config.json
coeusk's picture
Upload 2 files
1c0578b verified
{
"model_type": "StableDiffusionXLPipeline",
"pretrained_model_name_or_path": "paradox-2-sdxl",
"scheduler": {
"_class_name": "EulerDiscreteScheduler",
"_diffusers_version": "0.19.0.dev0",
"beta_end": 0.012,
"beta_schedule": "scaled_linear",
"beta_start": 0.00085,
"clip_sample": false,
"interpolation_type": "linear",
"num_train_timesteps": 1000,
"prediction_type": "epsilon",
"sample_max_value": 1.0,
"set_alpha_to_one": false,
"skip_prk_steps": true,
"steps_offset": 1,
"timestep_spacing": "leading",
"trained_betas": null,
"use_karras_sigmas": false
},
"safety_checker": "No",
"requires_safety_checker": false,
"dtype": "float16"
}