bbc-mc / sdweb-merge-board

Multi-step automation merge tool. Extension/Script for Stable Diffusion UI by AUTOMATIC1111 https://github.com/AUTOMATIC1111/stable-diffusion-webui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] How to change the directory of result file that merged

Acise opened this issue · comments

commented

May I confirm how to change the directory of result file that merged? I want to set results to another folder to ensure materials are separated with results.
Example:
[ckpt file materials folder which auto loaded]:
[path]:/drive/material files

[another folder that use to save merged files]:
[path] /drive/merged files

Merge board uses function of AUTO1111 to do merge/save checkpoints.
Root directory for models is difined on AUTO1111 as models\Stable-diffusion.

btw I tried to save merge output file on sub-directry.
First make sub-directory as test, and set "Custom Name" or (O1) Output ckpt Name as test/change_directory_test_checkpoint and run merge.
It works for me.

commented

Great, it's working.
I have also tried for redirect to other drives, relative path and absolute path are workable when saving file. Thank you.

btw, I'm no certain once the result folder has been redirected, [Output(O)] function will be workable or not.