improve: download_url
update DB
This commit is contained in:
@@ -20,6 +20,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a custom node that lets you take advantage of Latent Diffusion Super Resolution (LDSR) models inside ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "massao000",
|
||||
"title": "ComfyUI_aspect_ratios",
|
||||
"reference": "https://github.com/massao000/ComfyUI_aspect_ratios",
|
||||
"files": [
|
||||
"https://github.com/massao000/ComfyUI_aspect_ratios"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Aspect ratio selector for ComfyUI based on [a/sd-webui-ar](https://github.com/alemelis/sd-webui-ar?tab=readme-ov-file)."
|
||||
},
|
||||
{
|
||||
"author": "Crystian",
|
||||
"title": "Crystools-save",
|
||||
|
||||
@@ -2153,10 +2153,11 @@
|
||||
"0246.Pick",
|
||||
"0246.RandomInt",
|
||||
"0246.Script",
|
||||
"0246.ScriptImbue",
|
||||
"0246.ScriptNode",
|
||||
"0246.ScriptPlan",
|
||||
"0246.ScriptPile",
|
||||
"0246.ScriptRule",
|
||||
"0246.StrAdd",
|
||||
"0246.StrAddBatch",
|
||||
"0246.Stringify"
|
||||
],
|
||||
{
|
||||
@@ -4904,6 +4905,14 @@
|
||||
"title_aux": "comfyui-previewlatent"
|
||||
}
|
||||
],
|
||||
"https://github.com/massao000/ComfyUI_aspect_ratios": [
|
||||
[
|
||||
"Aspect Ratios Node"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_aspect_ratios"
|
||||
}
|
||||
],
|
||||
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": [
|
||||
[
|
||||
"DiscordServing",
|
||||
|
||||
@@ -10,6 +10,16 @@
|
||||
"filename": "control_sd15_inpaint_depth_hand_fp16.safetensors",
|
||||
"url": "https://huggingface.co/hr16/ControlNet-HandRefiner-pruned/resolve/main/control_sd15_inpaint_depth_hand_fp16.safetensors"
|
||||
},
|
||||
{
|
||||
"name": "LDSR",
|
||||
"type": "upscale",
|
||||
"base": "upscale",
|
||||
"save_path": "upscale_models/ldsr",
|
||||
"description": "LDSR upscale model. Through the [a/ComfyUI-Flowty-LDSR](https://github.com/flowtyone/ComfyUI-Flowty-LDSR) extension, the upscale model can be utilized.",
|
||||
"reference": "https://github.com/CompVis/latent-diffusion",
|
||||
"filename": "last.ckpt",
|
||||
"url": "https://heibox.uni-heidelberg.de/f/578df07c8fc04ffbadf3/?dl=1"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "ip-adapter-faceid_sd15.bin",
|
||||
|
||||
Reference in New Issue
Block a user