RunpodR
Runpod2y ago
Shaiwe

A1111 Stable Diffusion 1.10.0 - problems with Dynamic Promts

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
Solution
Edit the file:
/workspace/stable-diffusion-webui/webui-user.sh

and remove --skip-install if you want to install extensions from the UI.
Was this page helpful?