Spaces:
Running
on
Zero
Running
on
Zero
[Bug] Seed is always fixed
#6
by
lrq3000
- opened
There seems to be a bug somewhere, as changing the seed does not change the output. This was first noticed in the locally hosted version via Pinokio, but I and @AI-Anchorite could reproduce it here too. I suppose maybe the seed is inadvertently hardcoded somewhere?
With old versions of Refiners the seed handling for MultiUpscaler was not great. We changed the code to use a Generator but this space does not use the new version yet
Meanwhile if you want to fix it with the old Refiners version you can remove this manual_seed call and pass the seed to upscaler.upscale instead (seed=seed
).