ljleb / prompt-fusion-extension

auto1111 webui extension for all sorts of prompt interpolations!
MIT License
264 stars 16 forks source link

lib folder conflict #24

Closed gsgoldma closed 1 year ago

gsgoldma commented 1 year ago

i believe there's a module conflict from multiple extensions using lib folder

this was just resolved with unprompted/depthmap by unprompted changing lib to lib_unprompted,

as I just got an error with depthmap script again, I bet it's the .py files in the lib folder, being loaded before depthmap, then depthmap starts looking in prompt fusion lib folder instead of its own.

something like that anyway, im not an expert. but that is what was described in the previous scenario

ljleb commented 1 year ago

Sure, I'll rename the folder to lib_prompt_fusion. Wasn't aware of it, thanks for the help.

ljleb commented 1 year ago

Should be fixed now. Don't forget to restart the webui completely as only the script files under /scripts are reloaded on ui reload.