Merge pull request #521 from kijai/main

Add Geowizard -node
This commit is contained in:
Dr.Lt.Data 2024-03-27 22:16:55 +09:00 committed by GitHub
commit 9d7b3fecd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2429,6 +2429,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This is a wrapper node for Marigold depth estimation: [https://github.com/prs-eth/Marigold](https://github.com/kijai/ComfyUI-Marigold). Currently using the same diffusers pipeline as in the original implementation, so in addition to the custom node, you need the model in diffusers format.\nNOTE: See details in repo to install." "description": "This is a wrapper node for Marigold depth estimation: [https://github.com/prs-eth/Marigold](https://github.com/kijai/ComfyUI-Marigold). Currently using the same diffusers pipeline as in the original implementation, so in addition to the custom node, you need the model in diffusers format.\nNOTE: See details in repo to install."
}, },
{
"author": "kijai",
"title": "Geowizard depth and normal estimation in ComfyUI",
"reference": "https://github.com/kijai/ComfyUI-Geowizard",
"files": [
"https://github.com/kijai/ComfyUI-Geowizard"
],
"install_type": "git-clone",
"description": "This is a diffusers (0.27.2) wrapper node for Geowizard: [https://github.com/fuxiao0719/GeoWizard]. The model is autodownloaded from Hugginface to ComfyUI/models/diffusers/geowizard"
},
{ {
"author": "kijai", "author": "kijai",
"title": "ComfyUI-depth-fm", "title": "ComfyUI-depth-fm",