It's actually possible to torch.compile the unet now.

main
comfyanonymous 2 years ago
parent 51d5477579
commit 9ba440995a

@ -36,7 +36,7 @@ def uniq(arr):
def default(val, d): def default(val, d):
if exists(val): if exists(val):
return val return val
return d() if isfunction(d) else d return d
def max_neg_value(t): def max_neg_value(t):

Loading…
Cancel
Save