From c35f1640547f25c86821a24b7468e61b6f455a57 Mon Sep 17 00:00:00 2001 From: kealiu Date: Tue, 30 Apr 2024 15:45:23 +0800 Subject: [PATCH] add https://github.com/kealiu/ComfyUI-Zero123-Porting nodes and models (#632) --- custom-node-list.json | 10 ++++++++++ model-list.json | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e8b35d8f..33c0e299 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -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", diff --git a/model-list.json b/model-list.json index 2354f881..b13f66cb 100644 --- a/model-list.json +++ b/model-list.json @@ -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" } ] }