mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
74c3f81094
commit
033c402680
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -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",
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user