mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-17 15:50:04 +08:00
It's actually possible to torch.compile the unet now.
This commit is contained in:
parent
cea5c2adfb
commit
4ec7f09adc
@ -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…
x
Reference in New Issue
Block a user