@@ -377,6 +377,8 @@ def can_substitute_universal(self, arch: Arch):
377377 return self in [
378378 ControlMode .scribble ,
379379 ControlMode .line_art ,
380+ ControlMode .depth ,
381+ ControlMode .pose ,
380382 ControlMode .blur ,
381383 ]
382384 if arch .is_sdxl_like or arch is Arch .qwen :
@@ -760,11 +762,13 @@ def is_required(kind: ResourceKind, arch: Arch, identifier: ControlMode | Upscal
760762 resource_id (ResourceKind .controlnet , Arch .sd15 , ControlMode .depth ): ["control_sd15_depth_anything" , "control_v11f1p_sd15_depth" , "control_lora_rank128_v11f1p_sd15_depth" ],
761763 resource_id (ResourceKind .controlnet , Arch .sdxl , ControlMode .depth ): ["xinsirdepth" , "depth-sdxl" , "control-lora-depth-rank" , "sai_xl_depth_" ],
762764 resource_id (ResourceKind .controlnet , Arch .flux , ControlMode .depth ): ["flux-depth" ],
765+ resource_id (ResourceKind .controlnet , Arch .anima , ControlMode .depth ): ["anima*lllite*depth" , "lllite*anima*depth" , "depth*anima*lllite" , "depth*lllite*anima" ],
763766 resource_id (ResourceKind .controlnet , Arch .illu , ControlMode .depth ): ["noob-sdxl-controlnet-depth" , "noobaixlcontrolnet_epsdepth" ],
764767 resource_id (ResourceKind .controlnet , Arch .sd15 , ControlMode .normal ): ["control_v11p_sd15_normalbae" , "control_lora_rank128_v11p_sd15_normalbae" ],
765768 resource_id (ResourceKind .controlnet , Arch .illu , ControlMode .normal ): ["noob-sdxl-controlnet-normal" , "noobaixlcontrolnet_epsnormal" ],
766769 resource_id (ResourceKind .controlnet , Arch .sd15 , ControlMode .pose ): ["control_v11p_sd15_openpose" , "control_lora_rank128_v11p_sd15_openpose" ],
767770 resource_id (ResourceKind .controlnet , Arch .sdxl , ControlMode .pose ): ["xinsiropenpose" , "openpose-sdxl" , "control-lora-openposexl2-rank" , "thibaud_xl_openpose" ],
771+ resource_id (ResourceKind .controlnet , Arch .anima , ControlMode .pose ): ["anima*lllite*pose" , "anima*lllite*openpose" , "lllite*anima*pose" , "lllite*anima*openpose" , "pose*anima*lllite" , "openpose*anima*lllite" , "pose*lllite*anima" , "openpose*lllite*anima" ],
768772 resource_id (ResourceKind .controlnet , Arch .illu , ControlMode .pose ): ["noob-sdxl-controlnet-openpose" , "noobaixlcontrolnet_openpose" ],
769773 resource_id (ResourceKind .controlnet , Arch .sd15 , ControlMode .segmentation ): ["control_v11p_sd15_seg" , "control_lora_rank128_v11p_sd15_seg" ],
770774 resource_id (ResourceKind .controlnet , Arch .sdxl , ControlMode .segmentation ): ["sdxl_segmentation_ade20k_controlnet" ],
0 commit comments