From 688bf25be9f399228ce1e9184df08e9d869eb2bc Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 22 Nov 2024 07:26:21 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 18 +--- extension-node-map.json | 2 +- model-list.json | 48 ++++++++- node_db/new/custom-node-list.json | 7 +- node_db/new/extension-node-map.json | 2 +- node_db/new/model-list.json | 156 ++++++++-------------------- 6 files changed, 103 insertions(+), 130 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index a161820b..0ac0bfe1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17048,14 +17048,15 @@ "description": "ComfyUI supports over [a/rhymes-ai/Allegro](https://huggingface.co/rhymes-ai/Allegro), which uses text prompt to generate short video in relatively high quality, especially comparing to other open source solutions available for now." }, { - "author": "tuohe", - "title": "Comfyui_face_restorer", + "author": "tungdop2", + "title": "Face Restorer for ComfyUI", + "id": "face_restorer", "reference": "https://github.com/tungdop2/Comfyui_face_restorer", "files": [ "https://github.com/tungdop2/Comfyui_face_restorer" ], "install_type": "git-clone", - "description": "NODES:Face Restorer Loader, Face Restorer" + "description": "The face restore node for ComfyUI, based on RestoreFormer" }, { "author": "pschroedl", @@ -17482,17 +17483,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "tungdop2", - "title": "Face Restorer for ComfyUI", - "id": "face_restorer", - "reference": "https://github.com/tungdop2/Comfyui_face_restorer", - "files": [ - "https://github.com/tungdop2/Comfyui_face_restorer" - ], - "install_type": "git-clone", - "description": "The face restore node for ComfyUI, based on RestoreFormer" } ] } diff --git a/extension-node-map.json b/extension-node-map.json index dd0cfd53..32ad8240 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -21992,7 +21992,7 @@ "FaceRestorerLoader" ], { - "title_aux": "Comfyui_face_restorer" + "title_aux": "Face Restorer for ComfyUI" } ], "https://github.com/turkyden/ComfyUI-SmartCrop": [ diff --git a/model-list.json b/model-list.json index 5e1b7cc4..99eaeef6 100644 --- a/model-list.json +++ b/model-list.json @@ -843,6 +843,40 @@ "size": "472MB" }, + { + "name": "comfyanonymous/flux_text_encoders - t5xxl (fp16)", + "type": "clip", + "base": "t5", + "save_path": "text_encoders/t5", + "description": "Text Encoders for FLUX (fp16)", + "reference": "https://huggingface.co/comfyanonymous/flux_text_encoders", + "filename": "t5xxl_fp16.safetensors", + "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors", + "size": "9.79GB" + }, + { + "name": "comfyanonymous/flux_text_encoders - t5xxl (fp8_e4m3fn)", + "type": "clip", + "base": "t5", + "save_path": "text_encoders/t5", + "description": "Text Encoders for FLUX (fp8_e4m3fn)", + "reference": "https://huggingface.co/comfyanonymous/flux_text_encoders", + "filename": "t5xxl_fp8_e4m3fn.safetensors", + "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors", + "size": "4.89GB" + }, + { + "name": "comfyanonymous/flux_text_encoders - t5xxl (fp8_e4m3fn_scaled)", + "type": "clip", + "base": "t5", + "save_path": "text_encoders/t5", + "description": "Text Encoders for FLUX (fp16)", + "reference": "https://huggingface.co/comfyanonymous/flux_text_encoders", + "filename": "t5xxl_fp8_e4m3fn_scaled.safetensors", + "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn_scaled.safetensors", + "size": "5.16GB" + }, + { "name": "google-t5/t5-base", "type": "clip", @@ -854,7 +888,6 @@ "url": "https://huggingface.co/google-t5/t5-base/resolve/main/model.safetensors", "size": "892MB" }, - { "name": "google-t5/t5-v1_1-xxl_encoderonly-fp16", "type": "clip", @@ -1476,6 +1509,19 @@ "url": "https://huggingface.co/CiaraRowles/controlnet-temporalnet-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors", "size": "5.00GB" }, + + { + "name": "Comfy-Org/sigclip_vision_384 (patch14_384)", + "type": "clip_vision", + "base": "sigclip", + "save_path": "clip_vision", + "description": "This clip vision model is required for FLUX.1 Redux.", + "reference": "https://huggingface.co/Comfy-Org/sigclip_vision_384/tree/main", + "filename": "sigclip_vision_patch14_384.safetensors", + "url": "https://huggingface.co/Comfy-Org/sigclip_vision_384/resolve/main/sigclip_vision_patch14_384.safetensors", + "size": "857MB" + }, + { "name": "CLIPVision model (stabilityai/clip_vision_g)", "type": "clip_vision", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 035b8bab..dafcde68 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -64,14 +64,15 @@ "description": "This is a custom node to convert image to ascii art string." }, { - "author": "tuohe", - "title": "Comfyui_face_restorer", + "author": "tungdop2", + "title": "Face Restorer for ComfyUI", + "id": "face_restorer", "reference": "https://github.com/tungdop2/Comfyui_face_restorer", "files": [ "https://github.com/tungdop2/Comfyui_face_restorer" ], "install_type": "git-clone", - "description": "NODES:Face Restorer Loader, Face Restorer" + "description": "The face restore node for ComfyUI, based on RestoreFormer" }, { "author": "Horizon Team", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index dd0cfd53..32ad8240 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -21992,7 +21992,7 @@ "FaceRestorerLoader" ], { - "title_aux": "Comfyui_face_restorer" + "title_aux": "Face Restorer for ComfyUI" } ], "https://github.com/turkyden/ComfyUI-SmartCrop": [ diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 653aef41..7f5e22a6 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,51 @@ { "models": [ + { + "name": "Comfy-Org/sigclip_vision_384 (patch14_384)", + "type": "clip_vision", + "base": "sigclip", + "save_path": "clip_vision", + "description": "This clip vision model is required for FLUX.1 Redux.", + "reference": "https://huggingface.co/Comfy-Org/sigclip_vision_384/tree/main", + "filename": "sigclip_vision_patch14_384.safetensors", + "url": "https://huggingface.co/Comfy-Org/sigclip_vision_384/resolve/main/sigclip_vision_patch14_384.safetensors", + "size": "857MB" + }, + + { + "name": "comfyanonymous/flux_text_encoders - t5xxl (fp16)", + "type": "clip", + "base": "t5", + "save_path": "text_encoders/t5", + "description": "Text Encoders for FLUX (fp16)", + "reference": "https://huggingface.co/comfyanonymous/flux_text_encoders", + "filename": "t5xxl_fp16.safetensors", + "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors", + "size": "9.79GB" + }, + { + "name": "comfyanonymous/flux_text_encoders - t5xxl (fp8_e4m3fn)", + "type": "clip", + "base": "t5", + "save_path": "text_encoders/t5", + "description": "Text Encoders for FLUX (fp8_e4m3fn)", + "reference": "https://huggingface.co/comfyanonymous/flux_text_encoders", + "filename": "t5xxl_fp8_e4m3fn.safetensors", + "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors", + "size": "4.89GB" + }, + { + "name": "comfyanonymous/flux_text_encoders - t5xxl (fp8_e4m3fn_scaled)", + "type": "clip", + "base": "t5", + "save_path": "text_encoders/t5", + "description": "Text Encoders for FLUX (fp16)", + "reference": "https://huggingface.co/comfyanonymous/flux_text_encoders", + "filename": "t5xxl_fp8_e4m3fn_scaled.safetensors", + "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn_scaled.safetensors", + "size": "5.16GB" + }, + { "name": "FLUX.1 [Dev] Diffusion model (scaled fp8)", "type": "diffusion_model", @@ -633,116 +679,6 @@ "filename": "flux1-schnell-F16.gguf", "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-F16.gguf", "size": "23.8GB" - }, - { - "name": "city96/flux1-schnell-Q2_K.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q2_K/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q2_K.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q2_K.gguf", - "size": "4.01GB" - }, - { - "name": "city96/flux1-schnell-Q3_K_S.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q3_K_S/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q3_K_S.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q3_K_S.gguf", - "size": "5.21GB" - }, - { - "name": "city96/flux1-schnell-Q4_0.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q4_0/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q4_0.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q4_0.gguf", - "size": "6.77GB" - }, - { - "name": "city96/flux1-schnell-Q4_1.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q4_1/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q4_1.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q4_1.gguf", - "size": "7.51GB" - }, - { - "name": "city96/flux1-schnell-Q4_K_S.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q4_K_S/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q4_K_S.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q4_K_S.gguf", - "size": "6.78GB" - }, - { - "name": "city96/flux1-schnell-Q5_0.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q5_0/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q5_0.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q5_0.gguf", - "size": "8.25GB" - }, - { - "name": "city96/flux1-schnell-Q5_1.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q5_1/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q5_1.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q5_1.gguf", - "size": "8.99GB" - }, - { - "name": "city96/flux1-schnell-Q5_K_S.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q5_K_S/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q5_K_S.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q5_K_S.gguf", - "size": "8.26GB" - }, - { - "name": "city96/flux1-schnell-Q6_K.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q6_K/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q6_K.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q6_K.gguf", - "size": "9.83GB" - }, - { - "name": "city96/flux1-schnell-Q8_0.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q8_0/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf", - "filename": "flux1-schnell-Q8_0.gguf", - "url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q8_0.gguf", - "size": "12.7GB" } ] }