AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
139.92k stars 26.51k forks source link

vatemarks and catalog #5439

Closed mmoadvert closed 1 year ago

mmoadvert commented 1 year ago

Is there an existing issue for this?

What would your feature do ?

And please advise which parameter is responsible for vatemarks in ui-config.json

Also interested in how to save pictures in separate folders in txt2image. So that each text has its own folder. For example, the text "panda on a tree" and the corresponding folder to save /panda on a tree

Proposed workflow

I would like to permanently disable vatemarks, they interfere with my neural network training. And I would like to know how to create folders for individual types of pictures.

Additional information

No response

ClashSAN commented 1 year ago

you can disable the invisible watermark in the settings tab, read this for separate folders: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Custom-Images-Filename-Name-and-Subdirectory

mmoadvert commented 1 year ago

Thank you for the information I know about the settings tab, but they are thrown off after each start of stable defussion. I thought there was a parameter in the file that can be changed.

Leon-Schoenbrunn commented 1 year ago

They should not be thrown off after each start. Make sure to press the Apply settings button at the top to apply and save your settings. image Further, there is a JSON file that stores all your settings. Look for "do_not_add_watermark" in the config.json.

MV799 commented 1 year ago

Last time I looked into the code that check-mark did absolutely nothing - it wasn't plugged into anything

ClashSAN commented 1 year ago

@MV799 lol, well, things do break, at the time of the feature being added was it not working? It's just nobody really has a way to verify it's working, or it's just difficult to tell, the programs repos I tried didn't really detect a watermarked and unwatermarked image properly.