mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 15:16:01 +02:00
Fix referencing old faceid model in api models
This commit is contained in:
committed by
Vladimir Mandic
parent
80bd17dc76
commit
a76647c806
@@ -242,7 +242,7 @@ ReqImg2Img = PydanticModelGenerator(
|
||||
{"key": "save_images", "type": bool, "default": False},
|
||||
{"key": "alwayson_scripts", "type": dict, "default": {}},
|
||||
{"key": "ip_adapter", "type": Optional[ItemIPAdapter], "default": None, "exclude": True},
|
||||
{"key": "face_id", "type": Optional[ItemFaceID], "default": None, "exclude": True},
|
||||
{"key": "face_id", "type": Optional[ItemFace], "default": None, "exclude": True},
|
||||
]
|
||||
).generate_model()
|
||||
StableDiffusionImg2ImgProcessingAPI = ReqImg2Img
|
||||
|
||||
Reference in New Issue
Block a user