mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +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
|
# 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 = []
|
SAVED_FUNCTIONS = []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user