We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80cc96 commit 4c5ad1bCopy full SHA for 4c5ad1b
invokeai/app/run_app.py
@@ -32,9 +32,9 @@ def run_app() -> None:
32
configure_torch_cuda_allocator(app_config.pytorch_cuda_alloc_conf, logger)
33
34
# This import must happen after configure_torch_cuda_allocator() is called, because the module imports torch.
35
- from invokeai.backend.util.devices import TorchDevice
36
from invokeai.app.invocations.baseinvocation import InvocationRegistry
37
from invokeai.app.invocations.load_custom_nodes import load_custom_nodes
+ from invokeai.backend.util.devices import TorchDevice
38
39
torch_device_name = TorchDevice.get_torch_device_name()
40
logger.info(f"Using torch device: {torch_device_name}")
0 commit comments