mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 10:25:16 +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:
|
||||
pass
|
||||
elif vram_state == MPS:
|
||||
# print(inspect.getmro(real_model.__class__))
|
||||
# print(dir(real_model))
|
||||
mps_device = torch.device("mps")
|
||||
real_model.to(mps_device)
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user