├── .gitignore ├── ALY_Seg_Cloth.py ├── ALY_Seg_Obj.py ├── ALY_Seg_Skin.py ├── ALY_Seg_head.py ├── AlyVision.py ├── AssetKey.json ├── README.md ├── __init__.py ├── cache └── 2024-01-20.png ├── requirements.txt └── utils.py /.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ALY_Seg_Cloth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_ALY/HEAD/ALY_Seg_Cloth.py -------------------------------------------------------------------------------- /ALY_Seg_Obj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_ALY/HEAD/ALY_Seg_Obj.py -------------------------------------------------------------------------------- /ALY_Seg_Skin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_ALY/HEAD/ALY_Seg_Skin.py -------------------------------------------------------------------------------- /ALY_Seg_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_ALY/HEAD/ALY_Seg_head.py -------------------------------------------------------------------------------- /AlyVision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_ALY/HEAD/AlyVision.py -------------------------------------------------------------------------------- /AssetKey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_ALY/HEAD/AssetKey.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_ALY/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_ALY/HEAD/__init__.py -------------------------------------------------------------------------------- /cache/2024-01-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_ALY/HEAD/cache/2024-01-20.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_ALY/HEAD/requirements.txt -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_ALY/HEAD/utils.py --------------------------------------------------------------------------------