Closed soten355 closed 6 months ago
Hello,
Currently the extension is hardcoded to only use CUDA devices.
In the script, scripts>forge_ic_light.py, on line 390, the device is hard coded:
device = torch.device("cuda")
Can you adjust the code to use the same device SD forge is using?
Hello,
Currently the extension is hardcoded to only use CUDA devices.
In the script, scripts>forge_ic_light.py, on line 390, the device is hard coded:
device = torch.device("cuda")
Can you adjust the code to use the same device SD forge is using?