error fix MAX_RESOLUTION

This commit is contained in:
Saquib Alam 2023-08-04 02:08:33 +05:30 committed by GitHub
parent 8ff1108cf3
commit df0442a521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
import torch
from nodes import MAX_RESOLUTION
class NoisyLatentImage:
def __init__(self, device="cpu"):