Merge branch 'custom-k-sched' of https://github.com/KohakuBlueleaf/stable-diffusion-webui into custom-k-sched
This commit is contained in:
commit
ec1608308c
@ -274,8 +274,9 @@ class KDiffusionSampler:
|
|||||||
return func()
|
return func()
|
||||||
except RecursionError:
|
except RecursionError:
|
||||||
print(
|
print(
|
||||||
'rho>5 with polyexponential scheduler may cause this error.'
|
'Encountered RecursionError during sampling, returning last latent. '
|
||||||
'You should try to use smaller rho instead.'
|
'rho >5 with a polyexponential scheduler may cause this error. '
|
||||||
|
'You should try to use a smaller rho value instead.'
|
||||||
)
|
)
|
||||||
return self.last_latent
|
return self.last_latent
|
||||||
except sd_samplers_common.InterruptedException:
|
except sd_samplers_common.InterruptedException:
|
||||||
|
Loading…
Reference in New Issue
Block a user