Browse Source

update DB

pull/14/head
Dr.Lt.Data 1 year ago
parent
commit
033c402680
  1. 5
      alter-list.json
  2. 10
      custom-node-list.json
  3. 10
      extension-node-map.json

5
alter-list.json

@ -79,6 +79,11 @@
"id":"https://github.com/dawangraoming/ComfyUI_ksampler_gpu/raw/main/ksampler_gpu.py",
"tags":"random, noise",
"description": "A1111 provides KSampler that uses GPU-based random noise. This extension offers KSampler utilizing GPU-based random noise."
},
{
"id":"https://github.com/space-nuko/nui-suite",
"tags":"prompt, dynamic prompt",
"description": "This extension provides nodes with the functionality of dynamic prompts."
}
]
}

10
custom-node-list.json

@ -475,6 +475,16 @@
"install_type": "git-clone",
"description": "A port of the openpose-editor extension for stable-diffusion-webui. NOTE: Requires <a href='https://github.com/comfyanonymous/ComfyUI/pull/711'>this ComfyUI patch</a> to work correctly"
},
{
"author": "space-nuko",
"title": "nui suite",
"reference": "https://github.com/space-nuko/nui-suite",
"files": [
"https://github.com/space-nuko/nui-suite"
],
"install_type": "git-clone",
"description": "NODES: Dynamic Prompts Text Encode, Feeling Lucky Text Encode, Output String"
},
{
"author": "Nourepide",
"title": "Allor Plugin",

10
extension-node-map.json

@ -158,6 +158,7 @@
"ColorPreprocessor",
"FakeScribblePreprocessor",
"HEDPreprocessor",
"InpaintPreprocessor",
"LeReS-DepthMapPreprocessor",
"LineArtPreprocessor",
"M-LSDPreprocessor",
@ -213,6 +214,7 @@
"XY Plot"
],
"https://github.com/Nourepide/ComfyUI-Allore": [
"AlphaChanelAsMask",
"AlphaChanelByMask",
"AlphaChanelRestore",
"ClipClamp",
@ -329,6 +331,7 @@
"Image Perlin Power Fractal",
"Image Pixelate",
"Image Power Noise",
"Image Rembg (Remove Background)",
"Image Remove Background (Alpha)",
"Image Remove Color",
"Image Resize",
@ -364,6 +367,8 @@
"Mask Arbitrary Region",
"Mask Batch to Mask",
"Mask Ceiling Region",
"Mask Crop Dominant Region",
"Mask Crop Minority Region",
"Mask Dilate Region",
"Mask Dominant Region",
"Mask Erode Region",
@ -665,6 +670,11 @@
"https://github.com/space-nuko/ComfyUI-OpenPose-Editor": [
"Nui.OpenPoseEditor"
],
"https://github.com/space-nuko/nui-suite": [
"Nui.DynamicPromptsTextGen",
"Nui.FeelingLuckyTextGen",
"Nui.OutputString"
],
"https://github.com/ssitu/ComfyUI_UltimateSDUpscale": [
"UltimateSDUpscale"
],

Loading…
Cancel
Save