SDL. - Image to Image

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > SD - Stable Diffusion AI > SDL. - Stable Diffusion Local System > ! SDL - IMG2IMG >

SDL. - Image to Image

SDL. - Image to Image

Previous Top Next


MiniRobotLanguage (MRL)

 

SDL. - Image to Image

Use an provided Image and change it using AI.

 

Intention

Here are all supported Parameters for Img2Img, using SDL. and the Automatic1111-API.

 

 

JSON API:

These terms can be used with the SDL.IMG2IMG Command and the SDL.Set Extra Parameter Command:

 

{
  "init_images": [
    "string"
  ],
  "resize_mode"0,
  "denoising_strength"0.75,
  "image_cfg_scale"0,
  "mask""string",
  "mask_blur"0,
  "mask_blur_x"4,
  "mask_blur_y"4,
  "inpainting_fill"0,
  "inpaint_full_res"true,
  "inpaint_full_res_padding"0,
  "inpainting_mask_invert"0,
  "initial_noise_multiplier"0,
  "prompt""",
  "styles": [
    "string"
  ],
  "seed"-1,
  "subseed"-1,
  "subseed_strength"0,
  "seed_resize_from_h"-1,
  "seed_resize_from_w"-1,
  "sampler_name""string",
  "batch_size"1,
  "n_iter"1,
  "steps"50,
  "cfg_scale"7,
  "width"512,
  "height"512,
  "restore_faces"false,
  "tiling"false,
  "do_not_save_samples"false,
  "do_not_save_grid"false,
  "negative_prompt""string",
  "eta"0,
  "s_min_uncond"0,
  "s_churn"0,
  "s_tmax"0,
  "s_tmin"0,
  "s_noise"1,
  "override_settings": {},
  "override_settings_restore_afterwards"true,
  "script_args": [],
  "sampler_index""Euler",
  "include_init_images"false,
  "script_name""string",
  "send_images"true,
  "save_images"false,
  "alwayson_scripts": {}
}