ArtVentureX / sd-webui-agent-scheduler

627 stars 65 forks source link

controlNet invalid #196

Closed nightwhite closed 9 months ago

nightwhite commented 9 months ago

The API call parameters are as follows controlNet invalid

{
  "enable_hr": false,
  "denoising_strength": 0,
  "firstphase_width": 0,
  "firstphase_height": 0,
  "hr_scale": 2,
  "hr_upscaler": "string",
  "hr_second_pass_steps": 0,
  "hr_resize_x": 0,
  "hr_resize_y": 0,
  "hr_sampler_name": "string",
  "hr_prompt": "",
  "hr_negative_prompt": "",
  "prompt": "1girl",
  "seed": -1,
  "subseed": -1,
  "subseed_strength": 0,
  "seed_resize_from_h": -1,
  "seed_resize_from_w": -1,
  "sampler_name": "Euler a",
  "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": "",
  "eta": 0,
  "s_min_uncond": 0,
  "s_churn": 0,
  "s_tmax": 0,
  "s_tmin": 0,
  "s_noise": 1,
  "override_settings": {
     "sd_model_checkpoint": "majicMix_sombre_v1.0.safetensors"
   },
   "alwayson_scripts": {
        "controlnet": {
            "args": [
                {
                "enabled": true,
                "image":{
                    "image": "https://p.ipic.vip/fvj6rn.jpg"
                },
                "model": "control_v11p_sd15_openpose [cab727d4]"
                }
            ]
        }
    },
  "override_settings_restore_afterwards": true
}
nightwhite commented 9 months ago

Updated to the latest version to resolve the issue