kousw / stable-diffusion-webui-daam

DAAM for Stable Diffusion Web UI
Other
163 stars 28 forks source link

Fix incorrect calc_word_indecies when used loras #32

Open kruall opened 9 months ago

kruall commented 9 months ago

Before saving the images, a prompt with undeleted <lora:.*> inserts was taken, although initially a prompt without them was provided. I removed the prompt override, and now the search for indexes is based on the correct prompt.

kousw commented 9 months ago

I understand this problem, but in webui the prompts given initially can change during batch generation due to a special notation. Therefore, this implementation uses the actual prompts used from the generated images to eliminate the discrepancy.

However, it does not take into account the Lora situation, so I will check to see how it works.