mirror of
https://github.com/BillyOutlast/rocm-automated.git
synced 2026-02-04 03:51:19 +01:00
adding ComfyUI Easy Use as preisntalled pakcage for use with image_qwen_image.json
This commit is contained in:
@@ -118,12 +118,23 @@ cd custom_nodes
|
||||
|
||||
echo "Installing ComfyUI Manager..."
|
||||
if [ ! -d "comfyui-manager" ]; then
|
||||
git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager
|
||||
git clone https://github.com/ltdrdata/ComfyUI-Manager.git comfyui-manager
|
||||
echo "Installing ComfyUI Manager requirements..."
|
||||
cd comfyui-manager && pip install -r requirements.txt && cd ..
|
||||
else
|
||||
echo "ComfyUI Manager already exists, skipping..."
|
||||
fi
|
||||
echo "Installing ComfyUI Manager requirements..."
|
||||
|
||||
|
||||
echo "Installing ComfyUI Manager..."
|
||||
if [ ! -d "ComfyUI-Easy-Use" ]; then
|
||||
git clone https://github.com/yolain/ComfyUI-Easy-Use.git ComfyUI-Easy-Use
|
||||
echo "Installing ComfyUI Easy Use requirements..."
|
||||
cd ComfyUI-Easy-Use && echo "" | bash ./install.sh && cd ..
|
||||
else
|
||||
echo "ComfyUI-Easy-Use already exists, skipping..."
|
||||
fi
|
||||
|
||||
|
||||
|
||||
echo "Installing ComfyUI Multi-GPU Support..."
|
||||
|
||||
Reference in New Issue
Block a user