Browse Source

update db

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

5
alter-list.json

@ -35,6 +35,11 @@
"tags":"prompt, weight", "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." "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", "id":"https://github.com/BlenderNeko/ComfyUI_Noise",
"tags":"img2img alt, random", "tags":"img2img alt, random",

10
custom-node-list.json

@ -616,6 +616,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: GroundingDINO" "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", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",

9
extension-node-map.json

@ -389,6 +389,7 @@
"ttN pipeLoader", "ttN pipeLoader",
"ttN pipeOUT", "ttN pipeOUT",
"ttN seed", "ttN seed",
"ttN seedDebug",
"ttN text", "ttN text",
"ttN text3BOX_3WAYconcat", "ttN text3BOX_3WAYconcat",
"ttN text7BOX_concat", "ttN text7BOX_concat",
@ -490,6 +491,7 @@
"Image to Noise", "Image to Noise",
"Image to Seed", "Image to Seed",
"Inset Image Bounds", "Inset Image Bounds",
"Integer place counter",
"KSampler (WAS)", "KSampler (WAS)",
"KSampler Cycle", "KSampler Cycle",
"LangSAM Masking", "LangSAM Masking",
@ -739,6 +741,8 @@
"PreviewBridge", "PreviewBridge",
"SAMDetectorCombined", "SAMDetectorCombined",
"SAMLoader", "SAMLoader",
"SEGEdit",
"SEGPick",
"SEGSDetailer", "SEGSDetailer",
"SEGSPaste", "SEGSPaste",
"SEGSPreview", "SEGSPreview",
@ -840,6 +844,9 @@
"https://github.com/pythongosssss/ComfyUI-WD14-Tagger": [ "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": [
"WD14Tagger|pysssss" "WD14Tagger|pysssss"
], ],
"https://github.com/shiimizu/ComfyUI_smZNodes": [
"smZ CLIPTextEncode"
],
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [
"DiscoDiffusion_DiscoDiffusion", "DiscoDiffusion_DiscoDiffusion",
"DiscoDiffusion_DiscoDiffusionExtraSettings", "DiscoDiffusion_DiscoDiffusionExtraSettings",
@ -882,9 +889,7 @@
"Auto Merge Block Weighted" "Auto Merge Block Weighted"
], ],
"https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py": [ "https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py": [
"CompositeImage",
"KSamplerAdvancedCustom", "KSamplerAdvancedCustom",
"QRGenerate",
"WordAsImage" "WordAsImage"
], ],
"https://github.com/trojblue/trNodes": [ "https://github.com/trojblue/trNodes": [

Loading…
Cancel
Save