mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
add https://github.com/kealiu/ComfyUI-Zero123-Porting nodes and models (#632)
This commit is contained in:
parent
90f04346c0
commit
c35f164054
@ -7550,6 +7550,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "An unofficial ComfyUI custom node for [a/Zero-Shot Material Transfer from a Single Image](https://ttchengab.github.io/zest), Given an input image (e.g., a photo of an apple) and a single material exemplar image (e.g., a golden bowl), ZeST can transfer the gold material from the exemplar onto the apple with accurate lighting cues while making everything else consistent."
|
||||
},
|
||||
{
|
||||
"author": "kealiu",
|
||||
"title": "ComfyUI-Zero123-Porting",
|
||||
"reference": "https://github.com/kealiu/ComfyUI-Zero123-Porting",
|
||||
"files": [
|
||||
"https://github.com/kealiu/ComfyUI-Zero123-Porting"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Zero-1-to-3: Zero-shot One Image to 3D Object, unofficial porting of original [Zero123](https://github.com/cvlab-columbia/zero123)"
|
||||
},
|
||||
{
|
||||
"author": "TashaSkyUp",
|
||||
"title": "ComfyUI_LiteLLM",
|
||||
|
||||
@ -2511,6 +2511,46 @@
|
||||
"reference": "https://huggingface.co/xinyu1205/recognize_anything_model",
|
||||
"filename": "tag2text_swin_14m.pth",
|
||||
"url": "https://huggingface.co/xinyu1205/recognize_anything_model/resolve/main/tag2text_swin_14m.pth"
|
||||
},
|
||||
{
|
||||
"name": "Zero123 3D object Model",
|
||||
"type": "Zero123",
|
||||
"base": "Zero123",
|
||||
"save_path": "checkpoints/zero123",
|
||||
"description": "model that been trained on 10M+ 3D objects from Objaverse-XL, used for generated rotated CamView",
|
||||
"reference": "https://objaverse.allenai.org/docs/zero123-xl/",
|
||||
"filename": "zero123-xl.ckpt",
|
||||
"url": "https://huggingface.co/kealiu/zero123-xl/resolve/main/zero123-xl.ckpt"
|
||||
},
|
||||
{
|
||||
"name": "Zero123 3D object Model",
|
||||
"type": "Zero123",
|
||||
"base": "Zero123",
|
||||
"save_path": "checkpoints/zero123",
|
||||
"description": "Stable Zero123 is a model for view-conditioned image generation based on [a/Zero123](https://github.com/cvlab-columbia/zero123).",
|
||||
"reference": "https://huggingface.co/stabilityai/stable-zero123",
|
||||
"filename": "stable_zero123.ckpt",
|
||||
"url": "https://huggingface.co/stabilityai/stable-zero123/resolve/main/stable_zero123.ckpt"
|
||||
},
|
||||
{
|
||||
"name": "Zero123 3D object Model",
|
||||
"type": "Zero123",
|
||||
"base": "Zero123",
|
||||
"save_path": "checkpoints/zero123",
|
||||
"description": "Zero123 original checkpoints in 105000 steps.",
|
||||
"reference": "https://huggingface.co/cvlab/zero123-weights",
|
||||
"filename": "zero123-105000.ckpt",
|
||||
"url": "https://huggingface.co/cvlab/zero123-weights/resolve/main/105000.ckpt"
|
||||
},
|
||||
{
|
||||
"name": "Zero123 3D object Model",
|
||||
"type": "Zero123",
|
||||
"base": "Zero123",
|
||||
"save_path": "checkpoints/zero123",
|
||||
"description": "Zero123 original checkpoints in 165000 steps.",
|
||||
"reference": "https://huggingface.co/cvlab/zero123-weights",
|
||||
"filename": "zero123-165000.ckpt",
|
||||
"url": "https://huggingface.co/cvlab/zero123-weights/resolve/main/165000.ckpt"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user