adieyal / sd-dynamic-prompts

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weighting problem

ema7569 opened this issue · comments

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

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

Thank