adieyal / sd-dynamic-prompts

A custom script for AUTOMATIC1111/stable-diffusion-webui to implement a tiny template language for random prompt generation
MIT License
1.96k stars 253 forks source link

Weighting problem #741

Open ema7569 opened 3 months ago

ema7569 commented 3 months ago

Hello, I noticed the weight seem not working in this recursive style:

{ {choice1|choice2}|0.85::{choice3|choice4} }

Thank