1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Add experimental photomaker nodes.

Put the model file in models/photomaker and use PhotoMakerLoader.

Then use PhotoMakerEncode with the keyword "photomaker" to apply the image
This commit is contained in:
comfyanonymous
2024-01-24 09:49:57 -05:00
parent b9911dcb2f
commit d1533d9c0f
4 changed files with 190 additions and 0 deletions

View File

@@ -1943,6 +1943,7 @@ def init_custom_nodes():
"nodes_perpneg.py",
"nodes_stable3d.py",
"nodes_sdupscale.py",
"nodes_photomaker.py",
]
for node_file in extras_files: