#A1111 Stable Diffusion 1.10.0 - problems with Dynamic Promts

3 messages · Page 1 of 1 (latest)

pliant edge
#

Hi, I have problems with Dynamic Prompts, the installation works via Automatic1111 but it does not appear in the GUI.

same if I use git:
cd /workspace/stable-diffusion-webui
git clone https://github.com/adieyal/sd-dynamic-prompts/ extensions/sd-dynamic-prompts

The only thing which works is:
pip install dynamicprompts
and restart the GUI. But this is not persistent. I have to do this each time after pod startup.

GitHub

A custom script for AUTOMATIC1111/stable-diffusion-webui to implement a tiny template language for random prompt generation - adieyal/sd-dynamic-prompts

pure gustBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

primal stirrup
#

Edit the file:

/workspace/stable-diffusion-webui/webui-user.sh

and remove --skip-install if you want to install extensions from the UI.