File tree Expand file tree Collapse file tree 12 files changed +984
-0
lines changed
Expand file tree Collapse file tree 12 files changed +984
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "nodeCategories" : {
3+ "layer_diffuse" : " layer_diffuse"
4+ }
5+ }
Original file line number Diff line number Diff line change 1+ {
2+ "LayeredDiffusionApply" : {
3+ "display_name" : " Layer Diffuse Apply" ,
4+ "inputs" : {
5+ "model" : {
6+ "name" : " model"
7+ },
8+ "config" : {
9+ "name" : " config"
10+ },
11+ "weight" : {
12+ "name" : " weight"
13+ }
14+ }
15+ },
16+ "LayeredDiffusionCondApply" : {
17+ "display_name" : " Layer Diffuse Cond Apply" ,
18+ "inputs" : {
19+ "model" : {
20+ "name" : " model"
21+ },
22+ "cond" : {
23+ "name" : " cond"
24+ },
25+ "uncond" : {
26+ "name" : " uncond"
27+ },
28+ "latent" : {
29+ "name" : " latent"
30+ },
31+ "config" : {
32+ "name" : " config"
33+ },
34+ "weight" : {
35+ "name" : " weight"
36+ }
37+ }
38+ },
39+ "LayeredDiffusionCondJointApply" : {
40+ "display_name" : " Layer Diffuse Cond Joint Apply" ,
41+ "inputs" : {
42+ "model" : {
43+ "name" : " model"
44+ },
45+ "image" : {
46+ "name" : " image"
47+ },
48+ "config" : {
49+ "name" : " config"
50+ },
51+ "cond" : {
52+ "name" : " cond"
53+ },
54+ "blended_cond" : {
55+ "name" : " blended_cond"
56+ }
57+ }
58+ },
59+ "LayeredDiffusionDecode" : {
60+ "display_name" : " Layer Diffuse Decode" ,
61+ "inputs" : {
62+ "samples" : {
63+ "name" : " samples"
64+ },
65+ "images" : {
66+ "name" : " images"
67+ },
68+ "sd_version" : {
69+ "name" : " sd_version"
70+ },
71+ "sub_batch_size" : {
72+ "name" : " sub_batch_size"
73+ }
74+ }
75+ },
76+ "LayeredDiffusionDecodeRGBA" : {
77+ "display_name" : " Layer Diffuse Decode (RGBA)" ,
78+ "inputs" : {
79+ "samples" : {
80+ "name" : " samples"
81+ },
82+ "images" : {
83+ "name" : " images"
84+ },
85+ "sd_version" : {
86+ "name" : " sd_version"
87+ },
88+ "sub_batch_size" : {
89+ "name" : " sub_batch_size"
90+ }
91+ }
92+ },
93+ "LayeredDiffusionDecodeSplit" : {
94+ "display_name" : " Layer Diffuse Decode (Split)" ,
95+ "inputs" : {
96+ "samples" : {
97+ "name" : " samples"
98+ },
99+ "images" : {
100+ "name" : " images"
101+ },
102+ "frames" : {
103+ "name" : " frames"
104+ },
105+ "sd_version" : {
106+ "name" : " sd_version"
107+ },
108+ "sub_batch_size" : {
109+ "name" : " sub_batch_size"
110+ }
111+ }
112+ },
113+ "LayeredDiffusionDiffApply" : {
114+ "display_name" : " Layer Diffuse Diff Apply" ,
115+ "inputs" : {
116+ "model" : {
117+ "name" : " model"
118+ },
119+ "cond" : {
120+ "name" : " cond"
121+ },
122+ "uncond" : {
123+ "name" : " uncond"
124+ },
125+ "blended_latent" : {
126+ "name" : " blended_latent"
127+ },
128+ "latent" : {
129+ "name" : " latent"
130+ },
131+ "config" : {
132+ "name" : " config"
133+ },
134+ "weight" : {
135+ "name" : " weight"
136+ }
137+ }
138+ },
139+ "LayeredDiffusionJointApply" : {
140+ "display_name" : " Layer Diffuse Joint Apply" ,
141+ "inputs" : {
142+ "model" : {
143+ "name" : " model"
144+ },
145+ "config" : {
146+ "name" : " config"
147+ },
148+ "fg_cond" : {
149+ "name" : " fg_cond"
150+ },
151+ "bg_cond" : {
152+ "name" : " bg_cond"
153+ },
154+ "blended_cond" : {
155+ "name" : " blended_cond"
156+ }
157+ }
158+ }
159+ }
Original file line number Diff line number Diff line change 1+ {
2+ "nodeCategories" : {
3+ "layer_diffuse" : " couche_diffuse"
4+ }
5+ }
Original file line number Diff line number Diff line change 1+ {
2+ "LayeredDiffusionApply" : {
3+ "display_name" : " Appliquer Diffusion en Couches" ,
4+ "inputs" : {
5+ "config" : {
6+ "name" : " config"
7+ },
8+ "model" : {
9+ "name" : " modèle"
10+ },
11+ "weight" : {
12+ "name" : " poids"
13+ }
14+ }
15+ },
16+ "LayeredDiffusionCondApply" : {
17+ "display_name" : " Appliquer Diffusion Conditionnelle en Couches" ,
18+ "inputs" : {
19+ "cond" : {
20+ "name" : " cond"
21+ },
22+ "config" : {
23+ "name" : " config"
24+ },
25+ "latent" : {
26+ "name" : " latent"
27+ },
28+ "model" : {
29+ "name" : " modèle"
30+ },
31+ "uncond" : {
32+ "name" : " non cond"
33+ },
34+ "weight" : {
35+ "name" : " poids"
36+ }
37+ }
38+ },
39+ "LayeredDiffusionCondJointApply" : {
40+ "display_name" : " Appliquer Diffusion Conditionnelle Conjointe en Couches" ,
41+ "inputs" : {
42+ "blended_cond" : {
43+ "name" : " cond mélangé"
44+ },
45+ "cond" : {
46+ "name" : " cond"
47+ },
48+ "config" : {
49+ "name" : " config"
50+ },
51+ "image" : {
52+ "name" : " image"
53+ },
54+ "model" : {
55+ "name" : " modèle"
56+ }
57+ }
58+ },
59+ "LayeredDiffusionDecode" : {
60+ "display_name" : " Décoder Diffusion en Couches" ,
61+ "inputs" : {
62+ "images" : {
63+ "name" : " images"
64+ },
65+ "samples" : {
66+ "name" : " échantillons"
67+ },
68+ "sd_version" : {
69+ "name" : " version_sd"
70+ },
71+ "sub_batch_size" : {
72+ "name" : " taille_sous_lot"
73+ }
74+ }
75+ },
76+ "LayeredDiffusionDecodeRGBA" : {
77+ "display_name" : " Décoder Diffusion en Couches (RGBA)" ,
78+ "inputs" : {
79+ "images" : {
80+ "name" : " images"
81+ },
82+ "samples" : {
83+ "name" : " échantillons"
84+ },
85+ "sd_version" : {
86+ "name" : " version_sd"
87+ },
88+ "sub_batch_size" : {
89+ "name" : " taille_sous_lot"
90+ }
91+ }
92+ },
93+ "LayeredDiffusionDecodeSplit" : {
94+ "display_name" : " Décoder Diffusion en Couches (Split)" ,
95+ "inputs" : {
96+ "frames" : {
97+ "name" : " cadres"
98+ },
99+ "images" : {
100+ "name" : " images"
101+ },
102+ "samples" : {
103+ "name" : " échantillons"
104+ },
105+ "sd_version" : {
106+ "name" : " version_sd"
107+ },
108+ "sub_batch_size" : {
109+ "name" : " taille_sous_lot"
110+ }
111+ }
112+ },
113+ "LayeredDiffusionDiffApply" : {
114+ "display_name" : " Appliquer Différence de Diffusion en Couches" ,
115+ "inputs" : {
116+ "blended_latent" : {
117+ "name" : " latent mélangé"
118+ },
119+ "cond" : {
120+ "name" : " cond"
121+ },
122+ "config" : {
123+ "name" : " config"
124+ },
125+ "latent" : {
126+ "name" : " latent"
127+ },
128+ "model" : {
129+ "name" : " modèle"
130+ },
131+ "uncond" : {
132+ "name" : " non cond"
133+ },
134+ "weight" : {
135+ "name" : " poids"
136+ }
137+ }
138+ },
139+ "LayeredDiffusionJointApply" : {
140+ "display_name" : " Appliquer Diffusion Conjointe en Couches" ,
141+ "inputs" : {
142+ "bg_cond" : {
143+ "name" : " cond_bg"
144+ },
145+ "blended_cond" : {
146+ "name" : " cond mélangé"
147+ },
148+ "config" : {
149+ "name" : " config"
150+ },
151+ "fg_cond" : {
152+ "name" : " cond_fg"
153+ },
154+ "model" : {
155+ "name" : " modèle"
156+ }
157+ }
158+ }
159+ }
Original file line number Diff line number Diff line change 1+ {
2+ "nodeCategories" : {
3+ "layer_diffuse" : " レイヤー_拡散"
4+ }
5+ }
You can’t perform that action at this time.
0 commit comments