Merge branch 'main' into nodes-stuff

This commit is contained in:
blessedcoolant
2023-07-19 02:37:50 +12:00
6 changed files with 47 additions and 16 deletions

View File

@ -48,7 +48,7 @@ def get_noise(
dtype=torch_dtype(device),
device=noise_device_type,
generator=generator,
).to(device)
).to("cpu")
return noise_tensor