sdxl-based/realvisxl-v3-multi-controlnet-lora
RealVisXl V3 with multi-controlnet, lora loading, img2img, inpainting
Capabilities
Cost
Community model (estimated from hardware time)
Input Parameters
| Name | Type | Description | Default | Constraints |
|---|---|---|---|---|
apply_watermark | boolean | Applies a watermark to enable determining if an image is generated in downstream applications. If you have other provisions for generating or deploying images safely, you can use this to disable watermarking. | false | — |
controlnet_1 | string | Controlnet | "none" | noneedge_cannyillusiondepth_leresdepth_midassoft_edge_pidisoft_edge_hedlineartlineart_animeopenpose |
controlnet_1_conditioning_scale | number | How strong the controlnet conditioning is | 0.75 | min: 0, max: 4 |
controlnet_1_end | number | When controlnet conditioning ends | 1 | min: 0, max: 1 |
controlnet_1_image | string(uri) | Input image for first controlnet | — | — |
controlnet_1_start | number | When controlnet conditioning starts | 0 | min: 0, max: 1 |
controlnet_2 | string | Controlnet | "none" | noneedge_cannyillusiondepth_leresdepth_midassoft_edge_pidisoft_edge_hedlineartlineart_animeopenpose |
controlnet_2_conditioning_scale | number | How strong the controlnet conditioning is | 0.75 | min: 0, max: 4 |
controlnet_2_end | number | When controlnet conditioning ends | 1 | min: 0, max: 1 |
controlnet_2_image | string(uri) | Input image for second controlnet | — | — |
controlnet_2_start | number | When controlnet conditioning starts | 0 | min: 0, max: 1 |
controlnet_3 | string | Controlnet | "none" | noneedge_cannyillusiondepth_leresdepth_midassoft_edge_pidisoft_edge_hedlineartlineart_animeopenpose |
controlnet_3_conditioning_scale | number | How strong the controlnet conditioning is | 0.75 | min: 0, max: 4 |
controlnet_3_end | number | When controlnet conditioning ends | 1 | min: 0, max: 1 |
controlnet_3_image | string(uri) | Input image for third controlnet | — | — |
controlnet_3_start | number | When controlnet conditioning starts | 0 | min: 0, max: 1 |
disable_safety_checker | boolean | Disable safety checker for generated images. This feature is only available through the API. | false | — |
guidance_scale | number | Scale for classifier-free guidance | 7.5 | min: 1, max: 50 |
height | integer | Height of output image | 768 | — |
image | string(uri) | Input image for img2img or inpaint mode | — | — |
lora_scale | number | LoRA additive scale. Only applicable on trained models. | 0.6 | min: 0, max: 1 |
lora_weights | string | Replicate LoRA weights to use. Leave blank to use the default weights. | — | — |
mask | string(uri) | Input mask for inpaint mode. Black areas will be preserved, white areas will be inpainted. | — | — |
negative_prompt | string | Negative Prompt | "" | — |
num_inference_steps | integer | Number of denoising steps | 30 | min: 1, max: 500 |
num_outputs | integer | Number of images to output | 1 | min: 1, max: 4 |
prompt | string | Input prompt | "An astronaut riding a rainbow unicorn" | — |
prompt_strength | number | Prompt strength when using img2img / inpaint. 1.0 corresponds to full destruction of information in image | 0.8 | min: 0, max: 1 |
refine | string | Which refine style to use | "no_refiner" | no_refinerbase_image_refiner |
refine_steps | integer | For base_image_refiner, the number of steps to refine, defaults to num_inference_steps | — | — |
scheduler | string | scheduler | "K_EULER" | DDIMDPMSolverMultistepHeunDiscreteKarrasDPMK_EULER_ANCESTRALK_EULERPNDM |
seed | integer | Random seed. Leave blank to randomize the seed | — | — |
sizing_strategy | string | Decide how to resize images – use width/height, resize based on input image or control image | "width_height" | width_heightinput_imagecontrolnet_1_imagecontrolnet_2_imagecontrolnet_3_imagemask_image |
width | integer | Width of output image | 768 | — |
apply_watermarkbooleanApplies a watermark to enable determining if an image is generated in downstream applications. If you have other provisions for generating or deploying images safely, you can use this to disable watermarking.
falsecontrolnet_1stringControlnet
"none"controlnet_1_conditioning_scalenumberHow strong the controlnet conditioning is
0.75min: 0, max: 4controlnet_1_endnumberWhen controlnet conditioning ends
1min: 0, max: 1controlnet_1_imagestringInput image for first controlnet
controlnet_1_startnumberWhen controlnet conditioning starts
0min: 0, max: 1controlnet_2stringControlnet
"none"controlnet_2_conditioning_scalenumberHow strong the controlnet conditioning is
0.75min: 0, max: 4controlnet_2_endnumberWhen controlnet conditioning ends
1min: 0, max: 1controlnet_2_imagestringInput image for second controlnet
controlnet_2_startnumberWhen controlnet conditioning starts
0min: 0, max: 1controlnet_3stringControlnet
"none"controlnet_3_conditioning_scalenumberHow strong the controlnet conditioning is
0.75min: 0, max: 4controlnet_3_endnumberWhen controlnet conditioning ends
1min: 0, max: 1controlnet_3_imagestringInput image for third controlnet
controlnet_3_startnumberWhen controlnet conditioning starts
0min: 0, max: 1disable_safety_checkerbooleanDisable safety checker for generated images. This feature is only available through the API.
falseguidance_scalenumberScale for classifier-free guidance
7.5min: 1, max: 50heightintegerHeight of output image
768imagestringInput image for img2img or inpaint mode
lora_scalenumberLoRA additive scale. Only applicable on trained models.
0.6min: 0, max: 1lora_weightsstringReplicate LoRA weights to use. Leave blank to use the default weights.
maskstringInput mask for inpaint mode. Black areas will be preserved, white areas will be inpainted.
negative_promptstringNegative Prompt
""num_inference_stepsintegerNumber of denoising steps
30min: 1, max: 500num_outputsintegerNumber of images to output
1min: 1, max: 4promptstringInput prompt
"An astronaut riding a rainbow unicorn"prompt_strengthnumberPrompt strength when using img2img / inpaint. 1.0 corresponds to full destruction of information in image
0.8min: 0, max: 1refinestringWhich refine style to use
"no_refiner"refine_stepsintegerFor base_image_refiner, the number of steps to refine, defaults to num_inference_steps
schedulerstringscheduler
"K_EULER"seedintegerRandom seed. Leave blank to randomize the seed
sizing_strategystringDecide how to resize images – use width/height, resize based on input image or control image
"width_height"widthintegerWidth of output image
76890a4a3604cd6Updated: 7/25/20262.0M runs
cinemasetfree.com