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
# ensure .js
print("### Loading: ComfyUI-Manager (V0.20)")
print("### Loading: ComfyUI-Manager (V0.20.1)")
comfy_ui_required_revision = 1240
comfy_ui_revision = "Unknown"
@ -263,7 +263,7 @@ def git_pull(path):
async def get_data(uri):
print(f"FECTH DATA from: {uri}")
print(f"FETCH DATA from: {uri}")
if uri.startswith("http"):
async with aiohttp.ClientSession() as session:
async with session.get(uri) as resp:

View File

@ -949,6 +949,26 @@
"install_type": "git-clone",
"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",
"title": "Syrian Falcon Nodes",

View File

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