FizzleDorf/AIT

issue: compatibility patch required

Closed this issue · 2 comments

self.control_model_wrapped = comfy.sd.ModelPatcher(self.control_model, load_device=comfy.model_management.get_torch_device(), offload_device=comfy.model_management.unet_offload_device())

ModelPatcher is moved to separated file(comfy/model_patcher.py) from comfy/sd.py

#48

Any idea how the modification to the same be accomplished or a revised AITemplate.py will help I feel. Can the same be updated as error trying the same.

resolved in f74366c