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
9c6c097b0b
commit
c2c614e031
@ -35,6 +35,11 @@
|
||||
"tags":"prompt, weight",
|
||||
"description": "There are differences in the processing methods of prompts, such as weighting and scheduling, between A1111 and ComfyUI. With this extension, various settings can be used to implement prompt processing methods similar to A1111. As this feature is also integrated into ComfyUI Cutoff, please download the Cutoff extension if you plan to use it in conjunction with Cutoff."
|
||||
},
|
||||
{
|
||||
"id":"https://github.com/shiimizu/ComfyUI_smZNodes",
|
||||
"tags":"prompt, weight",
|
||||
"description": "There are differences in the processing methods of prompts, such as weighting and scheduling, between A1111 and ComfyUI. This extension helps to reproduce the same embedding as A1111."
|
||||
},
|
||||
{
|
||||
"id":"https://github.com/BlenderNeko/ComfyUI_Noise",
|
||||
"tags":"img2img alt, random",
|
||||
|
||||
@ -616,6 +616,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: GroundingDINO"
|
||||
},
|
||||
{
|
||||
"author": "shiimizu",
|
||||
"title": "smZNodes",
|
||||
"reference": "https://github.com/shiimizu/ComfyUI_smZNodes",
|
||||
"files": [
|
||||
"https://github.com/shiimizu/ComfyUI_smZNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: CLIP Text Encode++. Achieve identical embeddings from stable-diffusion-webui for ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "taabata",
|
||||
"title": "Syrian Falcon Nodes",
|
||||
|
||||
@ -389,6 +389,7 @@
|
||||
"ttN pipeLoader",
|
||||
"ttN pipeOUT",
|
||||
"ttN seed",
|
||||
"ttN seedDebug",
|
||||
"ttN text",
|
||||
"ttN text3BOX_3WAYconcat",
|
||||
"ttN text7BOX_concat",
|
||||
@ -490,6 +491,7 @@
|
||||
"Image to Noise",
|
||||
"Image to Seed",
|
||||
"Inset Image Bounds",
|
||||
"Integer place counter",
|
||||
"KSampler (WAS)",
|
||||
"KSampler Cycle",
|
||||
"LangSAM Masking",
|
||||
@ -739,6 +741,8 @@
|
||||
"PreviewBridge",
|
||||
"SAMDetectorCombined",
|
||||
"SAMLoader",
|
||||
"SEGEdit",
|
||||
"SEGPick",
|
||||
"SEGSDetailer",
|
||||
"SEGSPaste",
|
||||
"SEGSPreview",
|
||||
@ -840,6 +844,9 @@
|
||||
"https://github.com/pythongosssss/ComfyUI-WD14-Tagger": [
|
||||
"WD14Tagger|pysssss"
|
||||
],
|
||||
"https://github.com/shiimizu/ComfyUI_smZNodes": [
|
||||
"smZ CLIPTextEncode"
|
||||
],
|
||||
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [
|
||||
"DiscoDiffusion_DiscoDiffusion",
|
||||
"DiscoDiffusion_DiscoDiffusionExtraSettings",
|
||||
@ -882,9 +889,7 @@
|
||||
"Auto Merge Block Weighted"
|
||||
],
|
||||
"https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py": [
|
||||
"CompositeImage",
|
||||
"KSamplerAdvancedCustom",
|
||||
"QRGenerate",
|
||||
"WordAsImage"
|
||||
],
|
||||
"https://github.com/trojblue/trNodes": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user