You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
basic dynamic prompts and Combinatorial generation works with lists and wildcards, but I can't get most of the other features to work. I hope it's just some small error on my part that I'm overlooking, but I'm out of ideas.
I'm most bothered by not being able to select more than one item from a list, but fixing magic prompt would be a bonus.
increased combination does not work
"beautiful woman wearing {2$$red|white|black} dress" --> "beautiful woman wearing 2red dress" or "beautiful woman wearing black dress" "beautiful woman wearing {2$red|white|black} dress" --> "beautiful woman wearing 2red dress" or "beautiful woman wearing black dress" "beautiful woman wearing {1-2$$red|white|black} dress" --> "beautiful woman wearing 1-2red dress" or "beautiful woman wearing black dress"
checking the box for magicprompt (with or without dynamic prompt box checked) makes no change to the prompt, but it does stop Dynamic Prompt from working:
"beautiful woman wearing __color__ dress, black shoes" --> "beautiful woman wearing __color__ dress, black shoes"
I tried this, from the troubleshooting section: python -m pip install -U dynamicprompts[attentiongrabber,magicprompt]
I've tried different values for the length, creativity, and model
this error happens when I first generate an image after checking the magic prompt box: RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0! (when checking argument for argument index in method wrapper_CUDA__index_select)
I'm feeling lucky does (kinda) work
it doesn't work with dynamic prompt choices, but it does replace the prompt
"beautiful woman wearing {2$$red|white|black} dress" --> "a beautiful white pale skin girl, black and white, vibrent red lipstick, umbrella, hat"
Attention grabber does work
"beautiful woman wearing {2$$red|white|black} dress, black shoes" --> "(beautiful woman wearing 2red dress:1.2), black shoes" "beautiful woman wearing __color__ dress, black shoes" --> "(beautiful woman wearing red dress:1.23), black shoes"
basic dynamic prompts and Combinatorial generation works with lists and wildcards, but I can't get most of the other features to work. I hope it's just some small error on my part that I'm overlooking, but I'm out of ideas.
I'm most bothered by not being able to select more than one item from a list, but fixing magic prompt would be a bonus.
increased combination does not work
weighting system does work
Magic Prompt does not work
python -m pip install -U dynamicprompts[attentiongrabber,magicprompt]
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0! (when checking argument for argument index in method wrapper_CUDA__index_select)
I'm feeling lucky does (kinda) work
Attention grabber does work
details
dynamic prompt version: de056ff8
forge version: version: f2.0.1v1.10.1-previous-548-gdc4f5e41
The text was updated successfully, but these errors were encountered: