Display Similarity Score is not automatically enabled when ID Control or Infer without User Lora is enabled.
Note:
The InstantID control must be enabled with SDXL checkpoints. If you have less than 20GB VRAM, please turn off Super Resolution at last in EasyPhoto and set Model cache size=1 in ControlNet (requires about 17GB VRAM).
The sd-webui-controlnet introduced the dependency of insightface to support IP-Adapter Face ID and InstantID, although we have removed insightface. To test this PR, please do pip install insightface as I found sd-webui-controlnet does not appear to be executing the install command in Linux.
TODO:
[x] More suitable default parameters for easier usage.
UI may be modified to highlight the use of instance-id.
a bug occurred when using IPA only infer (delete L1320 may be outdated.)
The latest controlnet needs additional env to install.
Given https://github.com/Mikubill/sd-webui-controlnet/pull/2580, this PR supports the InstantID Control in EasyPhoto inference (both w/ and w/o pretrained LoRAs).
In addition, there are the following changes:
Note:
Super Resolution at last
in EasyPhoto and setModel cache size=1
in ControlNet (requires about 17GB VRAM).insightface
to support IP-Adapter Face ID and InstantID, although we have removedinsightface
. To test this PR, please dopip install insightface
as I found sd-webui-controlnet does not appear to be executing the install command in Linux.TODO: