mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Removed unnecessary comment
This commit is contained in:
parent
89fd5ed574
commit
4b943d2b60
@ -131,8 +131,6 @@ def load_model_gpu(model):
|
|||||||
if vram_state == CPU:
|
if vram_state == CPU:
|
||||||
pass
|
pass
|
||||||
elif vram_state == MPS:
|
elif vram_state == MPS:
|
||||||
# print(inspect.getmro(real_model.__class__))
|
|
||||||
# print(dir(real_model))
|
|
||||||
mps_device = torch.device("mps")
|
mps_device = torch.device("mps")
|
||||||
real_model.to(mps_device)
|
real_model.to(mps_device)
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user