Open HyeongminMoon opened 1 year ago
fix to use the result prompt by other Extensions(e.g. Dynamic prompt).
I found current ddetailer implementation uses original prompt.
For example, if I use dynamic prompt syntax "a girl with {hat|sunglasses|ear rings|}"
I fixed this to use the result prompt after applying other extensions
I think this will work for any other extensions too.
Also, I appiled this implemetation to metadata as well.
However webui api gets only one 'info', so you will see original prompt on webui. (Don't worry, metadata is well applied like above)
Of course it also works well with dynamic prompt wildcards :)
fix to use the result prompt by other Extensions(e.g. Dynamic prompt).
I found current ddetailer implementation uses original prompt.
For example, if I use dynamic prompt syntax "a girl with {hat|sunglasses|ear rings|}"
I fixed this to use the result prompt after applying other extensions
I think this will work for any other extensions too.
Also, I appiled this implemetation to metadata as well.
However webui api gets only one 'info', so you will see original prompt on webui. (Don't worry, metadata is well applied like above)