update DB
This commit is contained in:
dr.lt.data 2023-08-07 14:44:42 +09:00
parent ae8e0c992c
commit dd4656e67c
3 changed files with 40 additions and 3 deletions

View File

@ -33,7 +33,7 @@ sys.path.append('../..')
from torchvision.datasets.utils import download_url from torchvision.datasets.utils import download_url
# ensure .js # ensure .js
print("### Loading: ComfyUI-Manager (V0.20)") print("### Loading: ComfyUI-Manager (V0.20.1)")
comfy_ui_required_revision = 1240 comfy_ui_required_revision = 1240
comfy_ui_revision = "Unknown" comfy_ui_revision = "Unknown"
@ -263,7 +263,7 @@ def git_pull(path):
async def get_data(uri): async def get_data(uri):
print(f"FECTH DATA from: {uri}") print(f"FETCH DATA from: {uri}")
if uri.startswith("http"): if uri.startswith("http"):
async with aiohttp.ClientSession() as session: async with aiohttp.ClientSession() as session:
async with session.get(uri) as resp: async with session.get(uri) as resp:

View File

@ -949,6 +949,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: JWInteger, JWFloat, JWString, JWImageLoadRGB, JWImageResize, ..." "description": "Nodes: JWInteger, JWFloat, JWString, JWImageLoadRGB, JWImageResize, ..."
}, },
{
"author": "dimtoneff",
"title": "ComfyUI PixelArt Detector",
"reference": "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector",
"files": [
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector"
],
"install_type": "git-clone",
"description": "This node manipulates the pixel art image in ways that it should look pixel perfect (downscales, changes palette, upscales etc.)."
},
{
"author": "dimtoneff",
"title": "Eagle PNGInfo",
"reference": "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo",
"files": [
"https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo"
],
"install_type": "git-clone",
"description": "Nodes: EagleImageNode"
},
{ {
"author": "taabata", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",

View File

@ -287,6 +287,7 @@
"LatentCombine" "LatentCombine"
], ],
"https://github.com/LucianoCirino/efficiency-nodes-comfyui": [ "https://github.com/LucianoCirino/efficiency-nodes-comfyui": [
"Control Net Stacker",
"Efficient Loader", "Efficient Loader",
"Evaluate Floats", "Evaluate Floats",
"Evaluate Integers", "Evaluate Integers",
@ -299,10 +300,13 @@
"LoRA Stacker Adv.", "LoRA Stacker Adv.",
"Manual XY Entry Info", "Manual XY Entry Info",
"Simple Eval Examples", "Simple Eval Examples",
"XY Input: Add/Return Noise",
"XY Input: CFG Scale", "XY Input: CFG Scale",
"XY Input: Checkpoint", "XY Input: Checkpoint",
"XY Input: Clip Skip", "XY Input: Clip Skip",
"XY Input: Control Net Strengths",
"XY Input: Denoise", "XY Input: Denoise",
"XY Input: End at Step",
"XY Input: LoRA", "XY Input: LoRA",
"XY Input: LoRA Adv.", "XY Input: LoRA Adv.",
"XY Input: LoRA Stacks", "XY Input: LoRA Stacks",
@ -312,6 +316,7 @@
"XY Input: Sampler", "XY Input: Sampler",
"XY Input: Scheduler", "XY Input: Scheduler",
"XY Input: Seeds++ Batch", "XY Input: Seeds++ Batch",
"XY Input: Start at Step",
"XY Input: Steps", "XY Input: Steps",
"XY Input: VAE", "XY Input: VAE",
"XY Plot" "XY Plot"
@ -428,6 +433,7 @@
"CR Color Tint", "CR Color Tint",
"CR Conditioning Input Switch", "CR Conditioning Input Switch",
"CR ControlNet Input Switch", "CR ControlNet Input Switch",
"CR Hires Fix Process Switch",
"CR Image Input Switch", "CR Image Input Switch",
"CR Image Input Switch (4 way)", "CR Image Input Switch (4 way)",
"CR Image Output", "CR Image Output",
@ -435,6 +441,7 @@
"CR Image Pipe In", "CR Image Pipe In",
"CR Image Pipe Out", "CR Image Pipe Out",
"CR Image Size", "CR Image Size",
"CR Img2Img Process Switch",
"CR Integer Multiple", "CR Integer Multiple",
"CR Latent Input Switch", "CR Latent Input Switch",
"CR Load LoRA", "CR Load LoRA",
@ -443,10 +450,12 @@
"CR Module Output", "CR Module Output",
"CR Module Pipe Loader", "CR Module Pipe Loader",
"CR Pipe Switch", "CR Pipe Switch",
"CR Process Switch",
"CR SDXL Base Prompt Encoder", "CR SDXL Base Prompt Encoder",
"CR SDXL Prompt Mixer", "CR SDXL Prompt Mixer",
"CR SDXL Style Text", "CR SDXL Style Text",
"CR Seed to Int" "CR Seed to Int",
"CR Switch"
], ],
"https://github.com/SLAPaper/ComfyUI-Image-Selector": [ "https://github.com/SLAPaper/ComfyUI-Image-Selector": [
"ImageDuplicator", "ImageDuplicator",
@ -849,6 +858,9 @@
"https://github.com/daxthin/facedetailer": [ "https://github.com/daxthin/facedetailer": [
"DZ_Face_Detailer" "DZ_Face_Detailer"
], ],
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [
"PixelArtDetector"
],
"https://github.com/diontimmer/ComfyUI-Vextra-Nodes": [ "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": [
"Add Text To Image", "Add Text To Image",
"Apply Instagram Filter", "Apply Instagram Filter",
@ -974,6 +986,9 @@
"VAEEncodeBatched", "VAEEncodeBatched",
"VAEIter" "VAEIter"
], ],
"https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo": [
"EagleImageNode"
],
"https://github.com/imb101/ComfyUI-FaceSwap": [ "https://github.com/imb101/ComfyUI-FaceSwap": [
"FaceSwapNode" "FaceSwapNode"
], ],
@ -994,6 +1009,7 @@
"SDXLMixSampler" "SDXLMixSampler"
], ],
"https://github.com/ltdrdata/ComfyUI-Impact-Pack": [ "https://github.com/ltdrdata/ComfyUI-Impact-Pack": [
"AddMask",
"BasicPipeToDetailerPipe", "BasicPipeToDetailerPipe",
"BboxDetectorCombined", "BboxDetectorCombined",
"BboxDetectorCombined_v2", "BboxDetectorCombined_v2",
@ -1026,6 +1042,7 @@
"ImpactConditionalBranch", "ImpactConditionalBranch",
"ImpactConditionalStopIteration", "ImpactConditionalStopIteration",
"ImpactFloat", "ImpactFloat",
"ImpactImageBatchToImageList",
"ImpactImageInfo", "ImpactImageInfo",
"ImpactInt", "ImpactInt",
"ImpactKSamplerAdvancedBasicPipe", "ImpactKSamplerAdvancedBasicPipe",