mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-09-11 19:26:00 +00:00
co-authored by
catboxanon
parent
403b304162
commit
38aaad654b
@@ -274,8 +274,9 @@ class KDiffusionSampler:
|
||||
return func()
|
||||
except RecursionError:
|
||||
print(
|
||||
'rho>5 with polyexponential scheduler may cause this error.'
|
||||
'You should try to use smaller rho instead.'
|
||||
'Encountered RecursionError during sampling, returning last latent. '
|
||||
'rho >5 with a polyexponential scheduler may cause this error. '
|
||||
'You should try to use a smaller rho value instead.'
|
||||
)
|
||||
return self.last_latent
|
||||
except sd_samplers_common.InterruptedException:
|
||||
|
||||
Reference in New Issue
Block a user