PromptGallery-stable-diffusion-webui
PromptGallery-stable-diffusion-webui copied to clipboard
A prompt cookbook worked as stable-diffusion-webui extenstions.
I've noticed a handful of issues while using this app. In order to not populate the issues I'll just list them all in here. 1. When attempting to use the...
folder permission is set to 100 resulting in permission problem loading ./extensions/PromptGallery-stable-diffusion-webui/index.html when starting up webui.py. Permission always seem to reset on launching webui.py. This is the only extension that...
Hi there. I have some problem while trying to use this extension Steps I used to install - copy git link - paste in automatic1111 and install - apply and...
It isn't immediately clear from the front page, why I need this, or why it would be helpful to my workflow. Could you elaborate on what this extension is, how...
Use scripts.basedir() than prompt_gallery_name.json I think it's simpler, don't you? Like this: ```python extension_dir = scripts.basedir() # don't use scripts.basedir() in function, or it will return the rootpath of webui....
I think it's better to use the same FastApi class by `on_app_started(demo: Optional[Blocks], app: FastAPI)`then to start a new server. I tried to do it, but I don't have the...