These are the parameters available when using the SD1.5 model.
Available Controlet for only SD1.5
SD1.5 Models (prompthero/openjourney-v4
):
lllyasviel/control_v11f1p_sd15_depth
: Depth-based guidance for spatial structure preservation
lllyasviel/control_v11f1e_sd15_tile
: Tile-based pattern control for texture preservation
lllyasviel/control_v11p_sd15_canny
: Canny edge detection for detailed outline preservation
Available Parameters for only SD1.5
Parameters are also loaded with these values as default when creating a new stream on this specific pipeline.
"params": {
"seed": 789,
"delta": 0.7,
"width": 512,
"height": 512,
"prompt": "blooming flower",
"model_id": "varb15/PerfectPhotonV2.1",
"lora_dict": null,
"ip_adapter": {
"scale": 0.5,
"enabled": true
},
"controlnets": [
{
"enabled": true,
"model_id": "lllyasviel/control_v11f1p_sd15_depth",
"preprocessor": "depth_tensorrt",
"conditioning_scale": 0,
"preprocessor_params": {}
},
{
"enabled": true,
"model_id": "lllyasviel/control_v11f1e_sd15_tile",
"preprocessor": "feedback",
"conditioning_scale": 0.1,
"preprocessor_params": {},
"control_guidance_end": 1,
"control_guidance_start": 0
}
],
"lcm_lora_id": "latent-consistency/lcm-lora-sdv1-5",
"acceleration": "tensorrt",
"do_add_noise": true,
"t_index_list": [
5,
15,
32
],
"use_lcm_lora": true,
"guidance_scale": 1,
"negative_prompt": "blurry, low quality, flat, 2d",
"num_inference_steps": 50,
"use_denoising_batch": true,
"normalize_seed_weights": true,
"normalize_prompt_weights": true,
"seed_interpolation_method": "linear",
"ip_adapter_style_image_url": "https://upload.wikimedia.org/wikipedia/commons/f/f0/Fractal_Xaos_psychedelic.png",
"enable_similar_image_filter": false,
"prompt_interpolation_method": "slerp",
"similar_image_filter_threshold": 0.98,
"similar_image_filter_max_skip_frame": 10
}