MCPcopy Create free account
hub / github.com/casterpollux/MiniMax-bmo / MockModelManagement

Class MockModelManagement

minimax_mask_node_bmo.py:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 COMFYUI_AVAILABLE = False
55 # Fallback device management
56 class MockModelManagement:
57 @staticmethod
58 def get_torch_device():
59 return torch.device("cuda" if torch.cuda.is_available() else "cpu")
60 model_management = MockModelManagement()
61
62# Import required modules

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected