mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
It's actually possible to torch.compile the unet now.
This commit is contained in:
parent
51d5477579
commit
9ba440995a
@ -36,7 +36,7 @@ def uniq(arr):
|
||||
def default(val, d):
|
||||
if exists(val):
|
||||
return val
|
||||
return d() if isfunction(d) else d
|
||||
return d
|
||||
|
||||
|
||||
def max_neg_value(t):
|
||||
|
Loading…
Reference in New Issue
Block a user