Unverified Commit 38f5787e authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

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

remove unnecessary console message
parents 527886a3 d3aa2a48
...@@ -178,7 +178,7 @@ def sample_plms(self, ...@@ -178,7 +178,7 @@ def sample_plms(self,
# sampling # sampling
C, H, W = shape C, H, W = shape
size = (batch_size, C, H, W) 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, samples, intermediates = self.plms_sampling(conditioning, size,
callback=callback, callback=callback,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment