Skip to content

Complete Installation Guide #73

@Amazon90

Description

@Amazon90
conda create -n mcloth python=3.10 -y
conda activate mcloth
git clone https://github.com/comfyanonymous/ComfyUI.git
git clone https://github.com/frankchieng/ComfyUI_MagicClothing.git ComfyUI\custom_nodes
pip install -r ComfyUI\custom_nodes\ComfyUI_MagicClothing\requirements.txt
pip install -r ComfyUI\requirements.txt

Create a text file, rename it to "run_gui.ps1", and use a text editor to add the following content:

$env:HF_HOME = "D:\MagicClothing\.cache"
conda activate mcloth
cd D:\MagicClothing\ComfyUI\custom_nodes\ComfyUI_MagicClothing
git pull
pip install -r requirements.txt
cd D:\MagicClothing\ComfyUI
git pull
pip install -r requirements.txt
python main.py --front-end-version Comfy-Org/ComfyUI_frontend@latest

To use a custom model, please modify the content of line 16 in the following file:
"ComfyUI\custom_nodes\ComfyUI_MagicClothing\nodes.py”
pipe_path = ["Add your preferred model", "SG161222/Realistic_Vision_V4.0_noVAE", "Lykon/dreamshaper-8", "redstonehero/xxmix_9realistic_v40"]

Thank Frank Chieng for his response to the following issues.
#31 (comment)
#39 (comment)
#47 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions