├── LICENSE ├── README.md ├── __init__.py ├── imgs └── inpaint1.png ├── model └── alimama_controlnet.py └── nodes.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible/HEAD/__init__.py -------------------------------------------------------------------------------- /imgs/inpaint1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible/HEAD/imgs/inpaint1.png -------------------------------------------------------------------------------- /model/alimama_controlnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible/HEAD/model/alimama_controlnet.py -------------------------------------------------------------------------------- /nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible/HEAD/nodes.py --------------------------------------------------------------------------------