├── LICENSE ├── README.md ├── __init__.py ├── convert_to_safetensors.py └── example.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asagi4/ComfyUI-NPNet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asagi4/ComfyUI-NPNet/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asagi4/ComfyUI-NPNet/HEAD/__init__.py -------------------------------------------------------------------------------- /convert_to_safetensors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asagi4/ComfyUI-NPNet/HEAD/convert_to_safetensors.py -------------------------------------------------------------------------------- /example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asagi4/ComfyUI-NPNet/HEAD/example.json --------------------------------------------------------------------------------