Merge pull request #6134 from vladmandic/remove-console-message

remove unnecessary console message
This commit is contained in:
AUTOMATIC1111 2022-12-31 10:52:30 +03:00 committed by GitHub
commit 38f5787e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ def sample_plms(self,
# sampling
C, H, W = shape
size = (batch_size, C, H, W)
print(f'Data shape for PLMS sampling is {size}')
# print(f'Data shape for PLMS sampling is {size}') # remove unnecessary message
samples, intermediates = self.plms_sampling(conditioning, size,
callback=callback,