Comfy-Org / Comfy-Org/Nvidia_RTX_Nodes_ComfyUI

Solutions for dependency errors in Portable

Open
#11 9 comments 26 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
620
Forks
38
PR merge metrics
No merged PRs in 30d

Description

## Execute the following commands in order:

> Run the command in your embedded Python directory—for example, `D:\ComfyUI_windows_portable\python_embeded`.
> To open a terminal in this location, hold Shift while right-clicking and select **"Open in Terminal"** from the context menu.
> This command is designed for **CMD**. If you're using **PowerShell**, replace the initial `python` with `.\python.exe`.

1. Upgrade pip and build tools
- `python -m pip install --upgrade pip setuptools wheel build`

2. Install missing dependencies required for compiling wheels
- `python -m pip install wheel-stub`
- `python -m pip install nvidia-vfx` **OR** alternative `python -m pip install -U --no-build-isolation nvidia-vfx --index-url https://pypi.nvidia.com`
*(Use this alternative command if you encounter issues with the first one)*

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.