stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Bug]: Duplicate record in ui-config.json file

Open acncagua opened this issue 2 years ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What happened?

A search in the ui-config.json file for the following characters reveals two lines "txt2img/Sampling steps/visible": true, "txt2img/Sampling steps/value": 20, "txt2img/Sampling steps/minimum": 1, "txt2img/Sampling steps/maximum": 150, "txt2img/Sampling steps/step": 1, "img2img/Sampling steps/visible": true, "img2img/Sampling steps/value": 20, "img2img/Sampling steps/minimum": 1, "img2img/Sampling steps/maximum": 150, "img2img/Sampling steps/step": 1,

Steps to reproduce the problem

  1. Open ui-config.json
  2. Search for "sampling steps
  3. Duplicate lines are displayed.

What should have happened?

They should be one line

Commit where the problem happens

151233399c4b79934bdbb7c12a97eeb6499572fb

What platforms do you use to access UI ?

Linux

What browsers do you use to access the UI ?

Microsoft Edge

Command Line Arguments

--xformers --opt-channelslast --gradio-img2img-tool color-sketch

Additional information, context and logs

I expect it has something to do with #6411

acncagua avatar Jan 07 '23 15:01 acncagua