mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Merge pull request #6134 from vladmandic/remove-console-message
remove unnecessary console message
This commit is contained in:
commit
38f5787e67
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user