├── .gitignore ├── LICENSE ├── README.md ├── __init__.py ├── api_nodes.py └── valid_nodes.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdullahAlfaraj/Comfy-Photoshop-SD/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdullahAlfaraj/Comfy-Photoshop-SD/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdullahAlfaraj/Comfy-Photoshop-SD/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdullahAlfaraj/Comfy-Photoshop-SD/HEAD/__init__.py -------------------------------------------------------------------------------- /api_nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdullahAlfaraj/Comfy-Photoshop-SD/HEAD/api_nodes.py -------------------------------------------------------------------------------- /valid_nodes.py: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------