adieyal / dynamicprompts

Templating language for generating prompts for text to image generators such as Stable Diffusion
MIT License
124 stars 20 forks source link

bug: pyparsing.exceptions.ParseException: Expected end of text, found '_' #135

Open bluelovers opened 3 months ago

bluelovers commented 3 months ago

pyparsing.exceptions.ParseException: Expected end of text, found '_'

when use <lora:Sakusei_Byoutou__Nurses:0.7>, because __ exists in lora name

akx commented 3 months ago

You can change to a different wildcard wrapper string (see https://github.com/adieyal/sd-dynamic-prompts/discussions/808#discussion-7019617).

Otherwise, refs https://github.com/adieyal/sd-dynamic-prompts/issues/778...