mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-14 09:28:12 +00:00
Merge pull request #8782 from FNSpd/master
--upcast-sampling support for CUDA
This commit is contained in:
@@ -178,6 +178,7 @@ def load_loras(names, multipliers=None):
|
||||
|
||||
|
||||
def lora_forward(module, input, res):
|
||||
input = devices.cond_cast_unet(input)
|
||||
if len(loaded_loras) == 0:
|
||||
return res
|
||||
|
||||
|
||||
Reference in New Issue
Block a user