AlUlkesh / sd_save_intermediate_images

Save intermediate images during the sampling process
The Unlicense
110 stars 17 forks source link

Save to subdir in original output folder #10

Closed felipemeres closed 1 year ago

felipemeres commented 1 year ago

Hello, is there a way to edit the script to have the intermediate directory created inside the output folders that are automatically created in webui (where the original results are saved)? i.e: outputs/txt2img-images/PROMPT/intermediate_directory

AlUlkesh commented 1 year ago

Can you put your ui-config.json and config.json here? I think this depends on some settings you have set, which I might not have thought about.

AlUlkesh commented 1 year ago

Nevermind. I think I know what it is. You are probably using this setting?

image

If so, I just changed the code, so the latest commit will support this.

felipemeres commented 1 year ago

That's exactly right. Thank you for implementing it!