mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
modify hook breaker to work
This commit is contained in:
parent
cdcbdaecb0
commit
e8cf6489d2
@ -1,7 +1,7 @@
|
||||
# Prevent custom nodes from hooking anything important
|
||||
import comfy.model_management
|
||||
from .. import model_management
|
||||
|
||||
HOOK_BREAK = [(comfy.model_management, "cast_to")]
|
||||
HOOK_BREAK = [(model_management, "cast_to")]
|
||||
|
||||
|
||||
SAVED_FUNCTIONS = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user