Update forge_ipadapter.py

This commit is contained in:
lllyasviel
2024-01-31 10:42:48 -08:00
parent 7647145b8d
commit 93bbc05639

View File

@@ -64,7 +64,7 @@ add_supported_preprocessor(PreprocessorClipVisionForIPAdapter(
filename='CLIP-ViT-bigG.safetensors'
))
add_supported_preprocessor(InsightFaceLoader())
add_supported_preprocessor(PreprocessorInsightFaceForIPAdapter())
class IPAdapterPatcher(ControlModelPatcher):