python与comfyUI区别
zhanghaodong0816 opened this issue · 1 comments
zhanghaodong0816 commented
转换后的代码出现了爆显存问题,在ComfyUI中不存在此问题
babyta commented
with torch.inference_mode(): 加上这个
zhanghaodong0816 opened this issue · 1 comments
转换后的代码出现了爆显存问题,在ComfyUI中不存在此问题
with torch.inference_mode(): 加上这个