We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f4295 commit 6acc701Copy full SHA for 6acc701
comfy_cli/command/install.py
@@ -13,7 +13,7 @@
13
from rich.panel import Panel
14
from rich.prompt import Confirm
15
16
-from comfy_cli import constants, ui, utils
+from comfy_cli import constants, ui
17
from comfy_cli.command.custom_nodes.command import update_node_id_cache
18
from comfy_cli.command.github.pr_info import PRInfo
19
from comfy_cli.constants import GPU_OPTION
@@ -103,7 +103,7 @@ def pip_install_comfyui_dependencies(
103
"--extra-index-url",
104
"https://download.pytorch.org/whl/xpu",
105
]
106
-
+
107
# TODO: wrap pip install in a function
108
result = subprocess.run(
109
[
0 commit comments