Using second gpu?

Hey Nidkal!

Since i also installed the facefixer and upscaller, in ‘scripts/relauncher.py’ I added

additional_arguments = “–gpu 1 --esrgan-gpu 1 --gfpgan-gpu 1”

When I Generate, i get the error Expected all tensors to be on the same device, but found at least two devices, cuda:1 and cuda:0! (when checking argument for argument index in method wrapper__index_select)

I get the same error when I edit these 3 values in webui.py setting them as default=1
I get the same error when I only put --gpu 1
I did all permutations of the above.

Any idea?