matt-c1
matt-c1
I posted steps to reproduce here, it's very simple to break: https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1292#issuecomment-2299240282 Another user proposed a partial solution, but not as a pull request because it's not a full fix:...
@lllyasviel > i just tested and works without any problems? ## Steps to reproduce: 1. Start generate forever in the txt2img tab 2. Switch to the img2img tab 3. (possibly...
I posted steps to reproduce here, it's very simple to break: https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1292#issuecomment-2299240282 Another user proposed a partial solution, but not as a pull request because it's not a full fix:...
I posted steps to reproduce here, it's very simple to break: https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1292#issuecomment-2299240282 Another user proposed a partial solution, but not as a pull request because it's not a full fix:...
I'm testing my own fix, I removed imports of `math.factorial` and `decimal.Decimal`, instead decided to use `scipy.special.comb` which supports float inputs and returns floats. I also have `piqs.energy_degeneracy` and `piqs.state_degeneracy`...
I posted steps to reproduce here, it's very simple to break: https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1292#issuecomment-2299240282 Another user proposed a partial solution, but not as a pull request because it's not a full fix:...