mirror of
https://github.com/BillyOutlast/rocm-automated.git
synced 2026-02-04 03:51:19 +01:00
auto adding nodes
This commit is contained in:
@@ -113,6 +113,14 @@ pip install -r requirements.txt
|
||||
# Set up ROCm library path
|
||||
#export PYTHONPATH=/opt/rocm/lib:$PYTHONPATH
|
||||
|
||||
echo "Installing ComfyUI Manager..."
|
||||
cd custom_nodes
|
||||
git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager
|
||||
cd comfyui-manager && pip install -r requirements.txt && cd ..
|
||||
|
||||
#Moving back to ComfyUI root
|
||||
cd ..
|
||||
|
||||
echo "Starting ComfyUI..."
|
||||
if [ -f "start.sh" ]; then
|
||||
echo "Found start.sh, executing it..."
|
||||
|
||||
Reference in New Issue
Block a user