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
GitHub - adieyal/sd-dynamic-prompts: A custom script for AUTOMATIC1...
A custom script for AUTOMATIC1111/stable-diffusion-webui to implement a tiny template language for random prompt generation - adieyal/sd-dynamic-prompts
Solution:Jump to solution
Edit the file:
and remove
--skip-install
if you want to install extensions from the UI....1 Reply
Solution
Edit the file:
and remove
--skip-install
if you want to install extensions from the UI.