From e05d6a6f9dce29ee8bb3babf1a5b5a374a2f3843 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:59:03 +0200 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 95bc8f1..34f3b08 100644 --- a/readme.md +++ b/readme.md @@ -12,11 +12,11 @@ to `ComfyUI/diffusion_models/` Rest of the models are diffusers models, so they are wrapped and autodownloaded for now. # Installation -Dependencies: -``` -pip install -r requirements.txt +Dependencies, in your python env: -portable: +`pip install -r requirements.txt` + +or with portable: `python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\requirements.txt` ```