Closed spedman334 closed 1 year ago
way to use anyway: open the folder in your extensions map with git gui/ command prompt. then type git checkout 964437a
. Then restart your webui
This will use the build that is known to work.
add
deepdanbooru_projects_path =
"C:/Users/coron/OneDrive/デスクトップ/sd-web ui/stable-diffusion-webui/models/torch_deepdanbooru"
shared.cmd_opts.deepdanbooru_projects_path = deepdanbooru_projects_path
os.makedirs(
shared.cmd_opts.deepdanbooru_projects_path,
exist_ok=True
If the error persists, please leave a response on Issue #36. If it seems unrelated, please reopen this issue.
add
load deepdanbooru project
deepdanbooru_projects_path = "C:/Users/coron/OneDrive/デスクトップ/sd-web ui/stable-diffusion-webui/models/torch_deepdanbooru" shared.cmd_opts.deepdanbooru_projects_path = deepdanbooru_projects_path os.makedirs( shared.cmd_opts.deepdanbooru_projects_path, exist_ok=True
It does not work for me.
When installing extension:
And then when applying and restarting:
The UI for the tagger does not appear after applying and restarting, installed the extension using "Install from URL." I am using https://github.com/TheLastBen/fast-stable-diffusion.