mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-21 13:50:12 +08:00
remove unnecessary console message
This commit is contained in:
parent
4af3ca5393
commit
d3aa2a48e1
@ -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