Replies: 1 comment
-
set "hr_sampler_name":"Euler a", |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have enabled hr and set denoising_strength = 0.6. I used lora to generate, then, some lora is ok , but some not and report bug:
modules\sd_samplers_common.py", line 329, in create_noise_sampler
sigma_min, sigma_max = sigmas[sigmas > 0].min(), sigmas.max()
RuntimeError: min(): Expected reduction dim to be specified for input.numel() == 0. Specify the reduction dim with the 'dim' argument.
Beta Was this translation helpful? Give feedback.
All reactions