leejet / stable-diffusion.cpp

Stable Diffusion and Flux in pure C/C++
MIT License
3.31k stars 279 forks source link

A few questions regarding Photomaker #235

Open SilentJCR opened 5 months ago

SilentJCR commented 5 months ago

Hi, I've been trying out Photomaker recently and read its paper a bit.

image image

A template is mentioned in the paper:

, with a face blended with and

I guess both A and B refer to the proportion values but not sure what the name mentioned in the template is. Is it the filename of the picture or what?

Just wondering if it's supported to specify the proportion of the image to be used for identity mixing as mentioned above. If it's supported, how am I supposed to specify its proportion in the prompt?

bssrdf commented 5 months ago

Unfortunately, identity mixing is currently not supported in SD.cpp. The demo code Tencent group released does not have it either. Sorry.