mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
Merge branch 'main' into feat/cnr
This commit is contained in:
commit
5e5e567181
@ -876,7 +876,7 @@ async def install_custom_node(request):
|
||||
|
||||
@routes.post("/customnode/fix")
|
||||
async def fix_custom_node(request):
|
||||
if not is_allowed_security_level('high'):
|
||||
if not is_allowed_security_level('middle'):
|
||||
print(SECURITY_MESSAGE_GENERAL)
|
||||
return web.Response(status=403)
|
||||
|
||||
|
||||
@ -4331,6 +4331,62 @@
|
||||
"filename": "lotus-normal-g-v1-0.safetensors",
|
||||
"url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-normal-g-v1-0.safetensors",
|
||||
"size": "3.47GB"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Kolors UNet model",
|
||||
"type": "diffusion_model",
|
||||
"base": "Kolors",
|
||||
"save_path": "diffusion_models/kolors",
|
||||
"description": "Kolors UNet model",
|
||||
"reference": "https://huggingface.co/Kwai-Kolors/Kolors",
|
||||
"filename": "diffusion_pytorch_model.safetensors",
|
||||
"url": "https://huggingface.co/Kwai-Kolors/Kolors/resolve/main/unet/diffusion_pytorch_model.safetensors",
|
||||
"size": "10.3GB"
|
||||
},
|
||||
{
|
||||
"name": "Kolors UNet model (fp16)",
|
||||
"type": "diffusion_model",
|
||||
"base": "Kolors",
|
||||
"save_path": "diffusion_models/kolors",
|
||||
"description": "Kolors UNet model",
|
||||
"reference": "https://huggingface.co/Kwai-Kolors/Kolors",
|
||||
"filename": "diffusion_pytorch_model.fp16.safetensors",
|
||||
"url": "https://huggingface.co/Kwai-Kolors/Kolors/resolve/main/unet/diffusion_pytorch_model.fp16.safetensors",
|
||||
"size": "5.16GB"
|
||||
},
|
||||
{
|
||||
"name": "Kijai/ChatGLM3 (4bit)",
|
||||
"type": "LLM",
|
||||
"base": "ChatGLM3",
|
||||
"save_path": "LLM",
|
||||
"description": "This is required for Kolors",
|
||||
"reference": "https://huggingface.co/Kijai/ChatGLM3-safetensors/tree/main",
|
||||
"filename": "chatglm3-4bit.safetensors",
|
||||
"url": "https://huggingface.co/Kijai/ChatGLM3-safetensors/resolve/main/chatglm3-4bit.safetensors",
|
||||
"size": "3.92GB"
|
||||
},
|
||||
{
|
||||
"name": "Kijai/ChatGLM3 (8bit)",
|
||||
"type": "LLM",
|
||||
"base": "ChatGLM3",
|
||||
"save_path": "LLM",
|
||||
"description": "This is required for Kolors",
|
||||
"reference": "https://huggingface.co/Kijai/ChatGLM3-safetensors/tree/main",
|
||||
"filename": "chatglm3-8bit.safetensors",
|
||||
"url": "https://huggingface.co/Kijai/ChatGLM3-safetensors/resolve/main/chatglm3-8bit.safetensors",
|
||||
"size": "3.92GB"
|
||||
},
|
||||
{
|
||||
"name": "Kijai/ChatGLM3 (16bit)",
|
||||
"type": "LLM",
|
||||
"base": "ChatGLM3",
|
||||
"save_path": "LLM",
|
||||
"description": "This is required for Kolors",
|
||||
"reference": "https://huggingface.co/Kijai/ChatGLM3-safetensors/tree/main",
|
||||
"filename": "chatglm3-fp16.safetensors",
|
||||
"url": "https://huggingface.co/Kijai/ChatGLM3-safetensors/resolve/main/chatglm3-fp16.safetensors",
|
||||
"size": "12.52GB"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user