Softology commited on
Commit
de947dd
·
verified ·
1 Parent(s): 6c922a6

Upload DiscoDiffusion.json

Browse files
Files changed (1) hide show
  1. DiscoDiffusion.json +229 -0
DiscoDiffusion.json ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "aaf8cd0c-4a24-4fa0-b12f-441a1f31caba",
3
+ "revision": 0,
4
+ "last_node_id": 5,
5
+ "last_link_id": 3,
6
+ "nodes": [
7
+ {
8
+ "id": 4,
9
+ "type": "DiscoDiffusion_DiscoDiffusion",
10
+ "pos": [
11
+ 1401.066650390625,
12
+ 559.6500244140625
13
+ ],
14
+ "size": [
15
+ 726.066650390625,
16
+ 616.8999633789062
17
+ ],
18
+ "flags": {},
19
+ "order": 2,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "guided_diffusion",
24
+ "type": "GUIDED_DIFFUSION_MODEL",
25
+ "link": 1
26
+ },
27
+ {
28
+ "name": "guided_clip",
29
+ "type": "GUIDED_CLIP",
30
+ "link": 2
31
+ },
32
+ {
33
+ "name": "init_image",
34
+ "shape": 7,
35
+ "type": "IMAGE",
36
+ "link": null
37
+ },
38
+ {
39
+ "name": "extra_settings",
40
+ "shape": 7,
41
+ "type": "DISCO_DIFFUSION_EXTRA_SETTINGS",
42
+ "link": null
43
+ }
44
+ ],
45
+ "outputs": [
46
+ {
47
+ "name": "IMAGE",
48
+ "shape": 6,
49
+ "type": "IMAGE",
50
+ "links": [
51
+ 3
52
+ ]
53
+ }
54
+ ],
55
+ "properties": {
56
+ "cnr_id": "ComfyUI-Disco-Diffusion",
57
+ "ver": "44e342eaa1ae2df8f048e3fc56d1d06e94383f33",
58
+ "Node name for S&R": "DiscoDiffusion_DiscoDiffusion"
59
+ },
60
+ "widgets_values": [
61
+ "; How to prompt:\n; Each line is prefixed with the starting step number of the prompt.\n; More than one line with the same step number concatenates the two prompts together.\n; Each individual prompt can be no more than 77 CLIP tokens long.\n; Weights are parsed from the end of each prompt with \"25:a fluffy fox:5\" syntax\n; Comments are written with the ';' character. Blank lines are ignored.\n\n0:A beautiful painting of a singular lighthouse, shining its light across a tumultuous sea of blood by greg rutkowski and thomas kinkade. Trending on artstation.\n0:yellow color scheme\n;100:This set of prompts start at frame 100.\n;100:This prompt has weight five:5",
62
+ 1280,
63
+ 768,
64
+ 1088518055018538,
65
+ "randomize",
66
+ 250,
67
+ 0,
68
+ 1,
69
+ "ddim",
70
+ 1500,
71
+ 0,
72
+ 150,
73
+ 7.7
74
+ ]
75
+ },
76
+ {
77
+ "id": 1,
78
+ "type": "DiscoDiffusion_GuidedDiffusionLoader",
79
+ "pos": [
80
+ 1098.0772705078125,
81
+ 560.7047729492188
82
+ ],
83
+ "size": [
84
+ 270,
85
+ 82
86
+ ],
87
+ "flags": {},
88
+ "order": 0,
89
+ "mode": 0,
90
+ "inputs": [],
91
+ "outputs": [
92
+ {
93
+ "name": "GUIDED_DIFFUSION_MODEL",
94
+ "type": "GUIDED_DIFFUSION_MODEL",
95
+ "links": [
96
+ 1
97
+ ]
98
+ }
99
+ ],
100
+ "properties": {
101
+ "cnr_id": "ComfyUI-Disco-Diffusion",
102
+ "ver": "44e342eaa1ae2df8f048e3fc56d1d06e94383f33",
103
+ "Node name for S&R": "DiscoDiffusion_GuidedDiffusionLoader"
104
+ },
105
+ "widgets_values": [
106
+ "512x512_diffusion_uncond_finetune_008100",
107
+ "True"
108
+ ]
109
+ },
110
+ {
111
+ "id": 3,
112
+ "type": "DiscoDiffusion_OpenAICLIPLoader",
113
+ "pos": [
114
+ 1082.7181396484375,
115
+ 811.6830444335938
116
+ ],
117
+ "size": [
118
+ 285.72088623046875,
119
+ 370
120
+ ],
121
+ "flags": {},
122
+ "order": 1,
123
+ "mode": 0,
124
+ "inputs": [],
125
+ "outputs": [
126
+ {
127
+ "name": "GUIDED_CLIP",
128
+ "type": "GUIDED_CLIP",
129
+ "links": [
130
+ 2
131
+ ]
132
+ }
133
+ ],
134
+ "properties": {
135
+ "cnr_id": "ComfyUI-Disco-Diffusion",
136
+ "ver": "44e342eaa1ae2df8f048e3fc56d1d06e94383f33",
137
+ "Node name for S&R": "DiscoDiffusion_OpenAICLIPLoader"
138
+ },
139
+ "widgets_values": [
140
+ "False",
141
+ "False",
142
+ "True",
143
+ "False",
144
+ "False",
145
+ "False",
146
+ "False",
147
+ "False",
148
+ "False",
149
+ "False",
150
+ "True",
151
+ "True",
152
+ "False",
153
+ "False"
154
+ ]
155
+ },
156
+ {
157
+ "id": 5,
158
+ "type": "PreviewImage",
159
+ "pos": [
160
+ 2160.842529296875,
161
+ 556.61669921875
162
+ ],
163
+ "size": [
164
+ 983.8727416992188,
165
+ 619.6939086914062
166
+ ],
167
+ "flags": {},
168
+ "order": 3,
169
+ "mode": 0,
170
+ "inputs": [
171
+ {
172
+ "name": "images",
173
+ "type": "IMAGE",
174
+ "link": 3
175
+ }
176
+ ],
177
+ "outputs": [],
178
+ "properties": {
179
+ "cnr_id": "comfy-core",
180
+ "ver": "0.3.44",
181
+ "Node name for S&R": "PreviewImage"
182
+ },
183
+ "widgets_values": []
184
+ }
185
+ ],
186
+ "links": [
187
+ [
188
+ 1,
189
+ 1,
190
+ 0,
191
+ 4,
192
+ 0,
193
+ "GUIDED_DIFFUSION_MODEL"
194
+ ],
195
+ [
196
+ 2,
197
+ 3,
198
+ 0,
199
+ 4,
200
+ 1,
201
+ "GUIDED_CLIP"
202
+ ],
203
+ [
204
+ 3,
205
+ 4,
206
+ 0,
207
+ 5,
208
+ 0,
209
+ "IMAGE"
210
+ ]
211
+ ],
212
+ "groups": [],
213
+ "config": {},
214
+ "extra": {
215
+ "ds": {
216
+ "scale": 1.1,
217
+ "offset": [
218
+ -988.7370823894663,
219
+ -449.70949689355274
220
+ ]
221
+ },
222
+ "frontendVersion": "1.23.4",
223
+ "VHS_latentpreview": false,
224
+ "VHS_latentpreviewrate": 0,
225
+ "VHS_MetadataImage": true,
226
+ "VHS_KeepIntermediate": true
227
+ },
228
+ "version": 0.4
229
+ }