Update custom-node-list.json

This commit is contained in:
PeterMikhai 2025-06-27 08:41:41 +03:00 committed by GitHub
parent 23a09ad546
commit f8c98f8fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28682,6 +28682,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"name": "DoomFLUX Nodes",
"author": "PeterMikhai",
"repo": "PeterMikhai/Doom_Flux_NodePack",
"description": "Custom nodes for FLUX models, including a loader and specialized samplers for standard and inpaint generation.",
"files": [
"nodes.py"
],
"install_command": "pip install -r requirements.txt"
} }
] ]
} }