We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48477f commit cb31457Copy full SHA for cb31457
1 file changed
train_uvit.py
@@ -25,7 +25,7 @@
25
sampler_steps=333, # number of sampler steps on the diffusion process
26
seed = 42, # random seed
27
batch_size = 6, # batch size
28
- img_size = 128, # image size
+ img_size = 512, # image size
29
device = "cuda", # device
30
num_workers=8, # number of workers for dataloader
31
num_frames=4, # number of frames to use as input
0 commit comments