
ComfyUI-node-Lilly
install
Go to ./custom_nodes and clone git repo:
cd ./custom_nodes
git clone https://github.com/kuriot/ComfyUI_node_Lilly.git
or https://github.com/lilly1987/ComfyUI_node_Lilly/archive/refs/heads/main.zip install this like
form : to : ~/a/b.txt ~/b.txt b to 1 or 2 /b to 2 /a/b to 1 ?b to 2 * to 1 or 2 * is matches everything ? is matches any single character [seq] is matches any character in seq [!seq] is matches any character not in seq from result call wildcards.card_load() or wildcards.run("{9$$-$$a|b|c}",True) CLIPTextEncodeWildcards : no seed CLIPTextEncodeWildcards : seed include wildcards include wildcards include wildcards support file name Wildcard(?*) # ex1 ``` ex : {3$$a1|{b2|c3|}|d4|{-$$|f|g}|{-2$$h||i}|{1-$$j|k|}}/{$$l|m|}/{0$$n|} {1|2|3} -> 1 or 2 or 3 {2$$a|b|c} -> a,b or b,c or c,a or bb or .... {9$$a|b|c} -> {3$$a|b|c} auto fix max count {1-2$$a|b|c} -> 1~2 random choise {-2$$a|b|c} -> {0-2$$a|b|c} 0-2 {1-$$a|b|c} -> {0-3$$a|b|c} 1-max {-$$a|b|c} -> {0-3$$a|b|c} 0-max {9$$ {and|or} $$a|b|c} -> a or b or c / c and b and a ``` # ex2 wildcards file ~/a/b.txt ~/b.txt "__b__" to 1 or 2 "__/b__" to 2 "__/a/b__" to 1 / to full(?) path install : ComfyUI\custom_nodes\ComfyUI_node_Lilly txt folder : ComfyUI\wildcards or edit line card_path=os.path.dirname(__file__)+"\\..\\wildcards\\**\\*.txt" 名称: simpleWildcardFor_30.zip 大小 (KB): 17 类型: Archive Pickle 扫描结果: Success Pickle 扫描信息: No Pickle imports 病毒扫描结果: Success wildcards
ex - wildcard
a{b|{c|}|{d|e|}|f|}g____ my
aeg quality_my, breasts, { |character_dress|dress_my}, shoulder, {high heels,| } {choker,| } {lora:__lora_lst__:__rora_num__,| } NSFW, NSFW_my, { |style_my,}ex : {3$$a1|{b2|c3|}|d4|{-$$|f|g}|{-2$$h||i}|{1-$$j|k|}}/{$$l|m|}/{0$$n|}
{1|2|3} -> 1 or 2 or 3
{2$$a|b|c} -> a,b or b,c or c,a or bb or ....
{9$$a|b|c} -> {3$$a|b|c} auto fix max count
{1-2$$a|b|c} -> 1~2 random choise
{-2$$a|b|c} -> {0-2$$a|b|c} 0-2
{1-$$a|b|c} -> {0-3$$a|b|c} 1-max
{-$$a|b|c} -> {0-3$$a|b|c} 0-max
ex - wildcard text file use
1
2
filename pattern matching
run sample
python wildcards.py
python sample
import wildcards as w
# 가져올 파일 목록. get wildcards file
w.card_path=os.path.dirname(__file__)+"\\wildcards\\**\\*.txt"
# 실행 run
print(w.run("a{__b__|{c|}|{__d__|e|}|f|}g____ __my__"))
txt file (supports .txt files in different encodings.)
# 주석 comment
a,b
{b|c|__anotherfile__}
__anotherfile__
a,b
b
c
__anotherfile__
reload card
for ComfyUI
CLIPTextEncodeWildcards
SimpleSampler+modelVAE
SimpleSampler
SimpleSamplerVAE
VAELoaderText , LoraLoaderText , CheckpointLoaderSimpleText
https://github.com/lilly1987/ComfyUI_node_Lilly
1
2
训练词语: