add pbar to unipc

This commit is contained in:
Vladimir Mandic
2023-03-13 12:35:30 -04:00
committed by GitHub
parent dfeee786f9
commit 03a80f198e
2 changed files with 4 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ class UniPCSampler(object):
# sampling
C, H, W = shape
size = (batch_size, C, H, W)
print(f'Data shape for UniPC sampling is {size}')
# print(f'Data shape for UniPC sampling is {size}')
device = self.model.betas.device
if x_T is None: