stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: Duplicate record in ui-config.json file
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
- Open ui-config.json
- Search for "sampling steps
- 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