crystantine commited on
Commit
1558a0d
1 Parent(s): 4c448e6

added Efficiency Nodes ComfyUI

Browse files
Files changed (25) hide show
  1. efficiency-nodes-comfyui/.gitignore +2 -0
  2. efficiency-nodes-comfyui/LICENSE +674 -0
  3. efficiency-nodes-comfyui/README.md +43 -0
  4. efficiency-nodes-comfyui/__init__.py +3 -0
  5. efficiency-nodes-comfyui/arial.ttf +0 -0
  6. efficiency-nodes-comfyui/efficiency_nodes.py +0 -0
  7. efficiency-nodes-comfyui/node_settings.json +21 -0
  8. efficiency-nodes-comfyui/requirements.txt +1 -0
  9. efficiency-nodes-comfyui/tsc_sd.py +308 -0
  10. efficiency-nodes-comfyui/tsc_utils.py +427 -0
  11. efficiency-nodes-comfyui/workflows/HiRes Fix (overview).png +3 -0
  12. efficiency-nodes-comfyui/workflows/HiRes Fix.png +3 -0
  13. efficiency-nodes-comfyui/workflows/Image Overlay (image).png +3 -0
  14. efficiency-nodes-comfyui/workflows/Image Overlay (overview).png +3 -0
  15. efficiency-nodes-comfyui/workflows/Image Overlay.png +3 -0
  16. efficiency-nodes-comfyui/workflows/LoRA Stacking (overview).png +3 -0
  17. efficiency-nodes-comfyui/workflows/LoRA Stacking.png +3 -0
  18. efficiency-nodes-comfyui/workflows/SimpleEval_Node_Examples.txt +56 -0
  19. efficiency-nodes-comfyui/workflows/XYplot/Manual Entry Notes.txt +43 -0
  20. efficiency-nodes-comfyui/workflows/XYplot/X-SRpositive Y-Checkpoints (overview).png +3 -0
  21. efficiency-nodes-comfyui/workflows/XYplot/X-SRpositive Y-Checkpoints.png +3 -0
  22. efficiency-nodes-comfyui/workflows/XYplot/X-Sampler Y-Scheduler (overview).png +3 -0
  23. efficiency-nodes-comfyui/workflows/XYplot/X-Sampler Y-Scheduler.png +3 -0
  24. efficiency-nodes-comfyui/workflows/XYplot/X-Seeds Y-Checkpoints (overview).png +3 -0
  25. efficiency-nodes-comfyui/workflows/XYplot/X-Seeds Y-Checkpoints.png +3 -0
efficiency-nodes-comfyui/.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ __pycache__/__init__.cpython-310.pyc
2
+ __pycache__/efficiency_nodes.cpython-310.pyc
efficiency-nodes-comfyui/LICENSE ADDED
@@ -0,0 +1,674 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+ Preamble
9
+
10
+ The GNU General Public License is a free, copyleft license for
11
+ software and other kinds of works.
12
+
13
+ The licenses for most software and other practical works are designed
14
+ to take away your freedom to share and change the works. By contrast,
15
+ the GNU General Public License is intended to guarantee your freedom to
16
+ share and change all versions of a program--to make sure it remains free
17
+ software for all its users. We, the Free Software Foundation, use the
18
+ GNU General Public License for most of our software; it applies also to
19
+ any other work released this way by its authors. You can apply it to
20
+ your programs, too.
21
+
22
+ When we speak of free software, we are referring to freedom, not
23
+ price. Our General Public Licenses are designed to make sure that you
24
+ have the freedom to distribute copies of free software (and charge for
25
+ them if you wish), that you receive source code or can get it if you
26
+ want it, that you can change the software or use pieces of it in new
27
+ free programs, and that you know you can do these things.
28
+
29
+ To protect your rights, we need to prevent others from denying you
30
+ these rights or asking you to surrender the rights. Therefore, you have
31
+ certain responsibilities if you distribute copies of the software, or if
32
+ you modify it: responsibilities to respect the freedom of others.
33
+
34
+ For example, if you distribute copies of such a program, whether
35
+ gratis or for a fee, you must pass on to the recipients the same
36
+ freedoms that you received. You must make sure that they, too, receive
37
+ or can get the source code. And you must show them these terms so they
38
+ know their rights.
39
+
40
+ Developers that use the GNU GPL protect your rights with two steps:
41
+ (1) assert copyright on the software, and (2) offer you this License
42
+ giving you legal permission to copy, distribute and/or modify it.
43
+
44
+ For the developers' and authors' protection, the GPL clearly explains
45
+ that there is no warranty for this free software. For both users' and
46
+ authors' sake, the GPL requires that modified versions be marked as
47
+ changed, so that their problems will not be attributed erroneously to
48
+ authors of previous versions.
49
+
50
+ Some devices are designed to deny users access to install or run
51
+ modified versions of the software inside them, although the manufacturer
52
+ can do so. This is fundamentally incompatible with the aim of
53
+ protecting users' freedom to change the software. The systematic
54
+ pattern of such abuse occurs in the area of products for individuals to
55
+ use, which is precisely where it is most unacceptable. Therefore, we
56
+ have designed this version of the GPL to prohibit the practice for those
57
+ products. If such problems arise substantially in other domains, we
58
+ stand ready to extend this provision to those domains in future versions
59
+ of the GPL, as needed to protect the freedom of users.
60
+
61
+ Finally, every program is threatened constantly by software patents.
62
+ States should not allow patents to restrict development and use of
63
+ software on general-purpose computers, but in those that do, we wish to
64
+ avoid the special danger that patents applied to a free program could
65
+ make it effectively proprietary. To prevent this, the GPL assures that
66
+ patents cannot be used to render the program non-free.
67
+
68
+ The precise terms and conditions for copying, distribution and
69
+ modification follow.
70
+
71
+ TERMS AND CONDITIONS
72
+
73
+ 0. Definitions.
74
+
75
+ "This License" refers to version 3 of the GNU General Public License.
76
+
77
+ "Copyright" also means copyright-like laws that apply to other kinds of
78
+ works, such as semiconductor masks.
79
+
80
+ "The Program" refers to any copyrightable work licensed under this
81
+ License. Each licensee is addressed as "you". "Licensees" and
82
+ "recipients" may be individuals or organizations.
83
+
84
+ To "modify" a work means to copy from or adapt all or part of the work
85
+ in a fashion requiring copyright permission, other than the making of an
86
+ exact copy. The resulting work is called a "modified version" of the
87
+ earlier work or a work "based on" the earlier work.
88
+
89
+ A "covered work" means either the unmodified Program or a work based
90
+ on the Program.
91
+
92
+ To "propagate" a work means to do anything with it that, without
93
+ permission, would make you directly or secondarily liable for
94
+ infringement under applicable copyright law, except executing it on a
95
+ computer or modifying a private copy. Propagation includes copying,
96
+ distribution (with or without modification), making available to the
97
+ public, and in some countries other activities as well.
98
+
99
+ To "convey" a work means any kind of propagation that enables other
100
+ parties to make or receive copies. Mere interaction with a user through
101
+ a computer network, with no transfer of a copy, is not conveying.
102
+
103
+ An interactive user interface displays "Appropriate Legal Notices"
104
+ to the extent that it includes a convenient and prominently visible
105
+ feature that (1) displays an appropriate copyright notice, and (2)
106
+ tells the user that there is no warranty for the work (except to the
107
+ extent that warranties are provided), that licensees may convey the
108
+ work under this License, and how to view a copy of this License. If
109
+ the interface presents a list of user commands or options, such as a
110
+ menu, a prominent item in the list meets this criterion.
111
+
112
+ 1. Source Code.
113
+
114
+ The "source code" for a work means the preferred form of the work
115
+ for making modifications to it. "Object code" means any non-source
116
+ form of a work.
117
+
118
+ A "Standard Interface" means an interface that either is an official
119
+ standard defined by a recognized standards body, or, in the case of
120
+ interfaces specified for a particular programming language, one that
121
+ is widely used among developers working in that language.
122
+
123
+ The "System Libraries" of an executable work include anything, other
124
+ than the work as a whole, that (a) is included in the normal form of
125
+ packaging a Major Component, but which is not part of that Major
126
+ Component, and (b) serves only to enable use of the work with that
127
+ Major Component, or to implement a Standard Interface for which an
128
+ implementation is available to the public in source code form. A
129
+ "Major Component", in this context, means a major essential component
130
+ (kernel, window system, and so on) of the specific operating system
131
+ (if any) on which the executable work runs, or a compiler used to
132
+ produce the work, or an object code interpreter used to run it.
133
+
134
+ The "Corresponding Source" for a work in object code form means all
135
+ the source code needed to generate, install, and (for an executable
136
+ work) run the object code and to modify the work, including scripts to
137
+ control those activities. However, it does not include the work's
138
+ System Libraries, or general-purpose tools or generally available free
139
+ programs which are used unmodified in performing those activities but
140
+ which are not part of the work. For example, Corresponding Source
141
+ includes interface definition files associated with source files for
142
+ the work, and the source code for shared libraries and dynamically
143
+ linked subprograms that the work is specifically designed to require,
144
+ such as by intimate data communication or control flow between those
145
+ subprograms and other parts of the work.
146
+
147
+ The Corresponding Source need not include anything that users
148
+ can regenerate automatically from other parts of the Corresponding
149
+ Source.
150
+
151
+ The Corresponding Source for a work in source code form is that
152
+ same work.
153
+
154
+ 2. Basic Permissions.
155
+
156
+ All rights granted under this License are granted for the term of
157
+ copyright on the Program, and are irrevocable provided the stated
158
+ conditions are met. This License explicitly affirms your unlimited
159
+ permission to run the unmodified Program. The output from running a
160
+ covered work is covered by this License only if the output, given its
161
+ content, constitutes a covered work. This License acknowledges your
162
+ rights of fair use or other equivalent, as provided by copyright law.
163
+
164
+ You may make, run and propagate covered works that you do not
165
+ convey, without conditions so long as your license otherwise remains
166
+ in force. You may convey covered works to others for the sole purpose
167
+ of having them make modifications exclusively for you, or provide you
168
+ with facilities for running those works, provided that you comply with
169
+ the terms of this License in conveying all material for which you do
170
+ not control copyright. Those thus making or running the covered works
171
+ for you must do so exclusively on your behalf, under your direction
172
+ and control, on terms that prohibit them from making any copies of
173
+ your copyrighted material outside their relationship with you.
174
+
175
+ Conveying under any other circumstances is permitted solely under
176
+ the conditions stated below. Sublicensing is not allowed; section 10
177
+ makes it unnecessary.
178
+
179
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180
+
181
+ No covered work shall be deemed part of an effective technological
182
+ measure under any applicable law fulfilling obligations under article
183
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184
+ similar laws prohibiting or restricting circumvention of such
185
+ measures.
186
+
187
+ When you convey a covered work, you waive any legal power to forbid
188
+ circumvention of technological measures to the extent such circumvention
189
+ is effected by exercising rights under this License with respect to
190
+ the covered work, and you disclaim any intention to limit operation or
191
+ modification of the work as a means of enforcing, against the work's
192
+ users, your or third parties' legal rights to forbid circumvention of
193
+ technological measures.
194
+
195
+ 4. Conveying Verbatim Copies.
196
+
197
+ You may convey verbatim copies of the Program's source code as you
198
+ receive it, in any medium, provided that you conspicuously and
199
+ appropriately publish on each copy an appropriate copyright notice;
200
+ keep intact all notices stating that this License and any
201
+ non-permissive terms added in accord with section 7 apply to the code;
202
+ keep intact all notices of the absence of any warranty; and give all
203
+ recipients a copy of this License along with the Program.
204
+
205
+ You may charge any price or no price for each copy that you convey,
206
+ and you may offer support or warranty protection for a fee.
207
+
208
+ 5. Conveying Modified Source Versions.
209
+
210
+ You may convey a work based on the Program, or the modifications to
211
+ produce it from the Program, in the form of source code under the
212
+ terms of section 4, provided that you also meet all of these conditions:
213
+
214
+ a) The work must carry prominent notices stating that you modified
215
+ it, and giving a relevant date.
216
+
217
+ b) The work must carry prominent notices stating that it is
218
+ released under this License and any conditions added under section
219
+ 7. This requirement modifies the requirement in section 4 to
220
+ "keep intact all notices".
221
+
222
+ c) You must license the entire work, as a whole, under this
223
+ License to anyone who comes into possession of a copy. This
224
+ License will therefore apply, along with any applicable section 7
225
+ additional terms, to the whole of the work, and all its parts,
226
+ regardless of how they are packaged. This License gives no
227
+ permission to license the work in any other way, but it does not
228
+ invalidate such permission if you have separately received it.
229
+
230
+ d) If the work has interactive user interfaces, each must display
231
+ Appropriate Legal Notices; however, if the Program has interactive
232
+ interfaces that do not display Appropriate Legal Notices, your
233
+ work need not make them do so.
234
+
235
+ A compilation of a covered work with other separate and independent
236
+ works, which are not by their nature extensions of the covered work,
237
+ and which are not combined with it such as to form a larger program,
238
+ in or on a volume of a storage or distribution medium, is called an
239
+ "aggregate" if the compilation and its resulting copyright are not
240
+ used to limit the access or legal rights of the compilation's users
241
+ beyond what the individual works permit. Inclusion of a covered work
242
+ in an aggregate does not cause this License to apply to the other
243
+ parts of the aggregate.
244
+
245
+ 6. Conveying Non-Source Forms.
246
+
247
+ You may convey a covered work in object code form under the terms
248
+ of sections 4 and 5, provided that you also convey the
249
+ machine-readable Corresponding Source under the terms of this License,
250
+ in one of these ways:
251
+
252
+ a) Convey the object code in, or embodied in, a physical product
253
+ (including a physical distribution medium), accompanied by the
254
+ Corresponding Source fixed on a durable physical medium
255
+ customarily used for software interchange.
256
+
257
+ b) Convey the object code in, or embodied in, a physical product
258
+ (including a physical distribution medium), accompanied by a
259
+ written offer, valid for at least three years and valid for as
260
+ long as you offer spare parts or customer support for that product
261
+ model, to give anyone who possesses the object code either (1) a
262
+ copy of the Corresponding Source for all the software in the
263
+ product that is covered by this License, on a durable physical
264
+ medium customarily used for software interchange, for a price no
265
+ more than your reasonable cost of physically performing this
266
+ conveying of source, or (2) access to copy the
267
+ Corresponding Source from a network server at no charge.
268
+
269
+ c) Convey individual copies of the object code with a copy of the
270
+ written offer to provide the Corresponding Source. This
271
+ alternative is allowed only occasionally and noncommercially, and
272
+ only if you received the object code with such an offer, in accord
273
+ with subsection 6b.
274
+
275
+ d) Convey the object code by offering access from a designated
276
+ place (gratis or for a charge), and offer equivalent access to the
277
+ Corresponding Source in the same way through the same place at no
278
+ further charge. You need not require recipients to copy the
279
+ Corresponding Source along with the object code. If the place to
280
+ copy the object code is a network server, the Corresponding Source
281
+ may be on a different server (operated by you or a third party)
282
+ that supports equivalent copying facilities, provided you maintain
283
+ clear directions next to the object code saying where to find the
284
+ Corresponding Source. Regardless of what server hosts the
285
+ Corresponding Source, you remain obligated to ensure that it is
286
+ available for as long as needed to satisfy these requirements.
287
+
288
+ e) Convey the object code using peer-to-peer transmission, provided
289
+ you inform other peers where the object code and Corresponding
290
+ Source of the work are being offered to the general public at no
291
+ charge under subsection 6d.
292
+
293
+ A separable portion of the object code, whose source code is excluded
294
+ from the Corresponding Source as a System Library, need not be
295
+ included in conveying the object code work.
296
+
297
+ A "User Product" is either (1) a "consumer product", which means any
298
+ tangible personal property which is normally used for personal, family,
299
+ or household purposes, or (2) anything designed or sold for incorporation
300
+ into a dwelling. In determining whether a product is a consumer product,
301
+ doubtful cases shall be resolved in favor of coverage. For a particular
302
+ product received by a particular user, "normally used" refers to a
303
+ typical or common use of that class of product, regardless of the status
304
+ of the particular user or of the way in which the particular user
305
+ actually uses, or expects or is expected to use, the product. A product
306
+ is a consumer product regardless of whether the product has substantial
307
+ commercial, industrial or non-consumer uses, unless such uses represent
308
+ the only significant mode of use of the product.
309
+
310
+ "Installation Information" for a User Product means any methods,
311
+ procedures, authorization keys, or other information required to install
312
+ and execute modified versions of a covered work in that User Product from
313
+ a modified version of its Corresponding Source. The information must
314
+ suffice to ensure that the continued functioning of the modified object
315
+ code is in no case prevented or interfered with solely because
316
+ modification has been made.
317
+
318
+ If you convey an object code work under this section in, or with, or
319
+ specifically for use in, a User Product, and the conveying occurs as
320
+ part of a transaction in which the right of possession and use of the
321
+ User Product is transferred to the recipient in perpetuity or for a
322
+ fixed term (regardless of how the transaction is characterized), the
323
+ Corresponding Source conveyed under this section must be accompanied
324
+ by the Installation Information. But this requirement does not apply
325
+ if neither you nor any third party retains the ability to install
326
+ modified object code on the User Product (for example, the work has
327
+ been installed in ROM).
328
+
329
+ The requirement to provide Installation Information does not include a
330
+ requirement to continue to provide support service, warranty, or updates
331
+ for a work that has been modified or installed by the recipient, or for
332
+ the User Product in which it has been modified or installed. Access to a
333
+ network may be denied when the modification itself materially and
334
+ adversely affects the operation of the network or violates the rules and
335
+ protocols for communication across the network.
336
+
337
+ Corresponding Source conveyed, and Installation Information provided,
338
+ in accord with this section must be in a format that is publicly
339
+ documented (and with an implementation available to the public in
340
+ source code form), and must require no special password or key for
341
+ unpacking, reading or copying.
342
+
343
+ 7. Additional Terms.
344
+
345
+ "Additional permissions" are terms that supplement the terms of this
346
+ License by making exceptions from one or more of its conditions.
347
+ Additional permissions that are applicable to the entire Program shall
348
+ be treated as though they were included in this License, to the extent
349
+ that they are valid under applicable law. If additional permissions
350
+ apply only to part of the Program, that part may be used separately
351
+ under those permissions, but the entire Program remains governed by
352
+ this License without regard to the additional permissions.
353
+
354
+ When you convey a copy of a covered work, you may at your option
355
+ remove any additional permissions from that copy, or from any part of
356
+ it. (Additional permissions may be written to require their own
357
+ removal in certain cases when you modify the work.) You may place
358
+ additional permissions on material, added by you to a covered work,
359
+ for which you have or can give appropriate copyright permission.
360
+
361
+ Notwithstanding any other provision of this License, for material you
362
+ add to a covered work, you may (if authorized by the copyright holders of
363
+ that material) supplement the terms of this License with terms:
364
+
365
+ a) Disclaiming warranty or limiting liability differently from the
366
+ terms of sections 15 and 16 of this License; or
367
+
368
+ b) Requiring preservation of specified reasonable legal notices or
369
+ author attributions in that material or in the Appropriate Legal
370
+ Notices displayed by works containing it; or
371
+
372
+ c) Prohibiting misrepresentation of the origin of that material, or
373
+ requiring that modified versions of such material be marked in
374
+ reasonable ways as different from the original version; or
375
+
376
+ d) Limiting the use for publicity purposes of names of licensors or
377
+ authors of the material; or
378
+
379
+ e) Declining to grant rights under trademark law for use of some
380
+ trade names, trademarks, or service marks; or
381
+
382
+ f) Requiring indemnification of licensors and authors of that
383
+ material by anyone who conveys the material (or modified versions of
384
+ it) with contractual assumptions of liability to the recipient, for
385
+ any liability that these contractual assumptions directly impose on
386
+ those licensors and authors.
387
+
388
+ All other non-permissive additional terms are considered "further
389
+ restrictions" within the meaning of section 10. If the Program as you
390
+ received it, or any part of it, contains a notice stating that it is
391
+ governed by this License along with a term that is a further
392
+ restriction, you may remove that term. If a license document contains
393
+ a further restriction but permits relicensing or conveying under this
394
+ License, you may add to a covered work material governed by the terms
395
+ of that license document, provided that the further restriction does
396
+ not survive such relicensing or conveying.
397
+
398
+ If you add terms to a covered work in accord with this section, you
399
+ must place, in the relevant source files, a statement of the
400
+ additional terms that apply to those files, or a notice indicating
401
+ where to find the applicable terms.
402
+
403
+ Additional terms, permissive or non-permissive, may be stated in the
404
+ form of a separately written license, or stated as exceptions;
405
+ the above requirements apply either way.
406
+
407
+ 8. Termination.
408
+
409
+ You may not propagate or modify a covered work except as expressly
410
+ provided under this License. Any attempt otherwise to propagate or
411
+ modify it is void, and will automatically terminate your rights under
412
+ this License (including any patent licenses granted under the third
413
+ paragraph of section 11).
414
+
415
+ However, if you cease all violation of this License, then your
416
+ license from a particular copyright holder is reinstated (a)
417
+ provisionally, unless and until the copyright holder explicitly and
418
+ finally terminates your license, and (b) permanently, if the copyright
419
+ holder fails to notify you of the violation by some reasonable means
420
+ prior to 60 days after the cessation.
421
+
422
+ Moreover, your license from a particular copyright holder is
423
+ reinstated permanently if the copyright holder notifies you of the
424
+ violation by some reasonable means, this is the first time you have
425
+ received notice of violation of this License (for any work) from that
426
+ copyright holder, and you cure the violation prior to 30 days after
427
+ your receipt of the notice.
428
+
429
+ Termination of your rights under this section does not terminate the
430
+ licenses of parties who have received copies or rights from you under
431
+ this License. If your rights have been terminated and not permanently
432
+ reinstated, you do not qualify to receive new licenses for the same
433
+ material under section 10.
434
+
435
+ 9. Acceptance Not Required for Having Copies.
436
+
437
+ You are not required to accept this License in order to receive or
438
+ run a copy of the Program. Ancillary propagation of a covered work
439
+ occurring solely as a consequence of using peer-to-peer transmission
440
+ to receive a copy likewise does not require acceptance. However,
441
+ nothing other than this License grants you permission to propagate or
442
+ modify any covered work. These actions infringe copyright if you do
443
+ not accept this License. Therefore, by modifying or propagating a
444
+ covered work, you indicate your acceptance of this License to do so.
445
+
446
+ 10. Automatic Licensing of Downstream Recipients.
447
+
448
+ Each time you convey a covered work, the recipient automatically
449
+ receives a license from the original licensors, to run, modify and
450
+ propagate that work, subject to this License. You are not responsible
451
+ for enforcing compliance by third parties with this License.
452
+
453
+ An "entity transaction" is a transaction transferring control of an
454
+ organization, or substantially all assets of one, or subdividing an
455
+ organization, or merging organizations. If propagation of a covered
456
+ work results from an entity transaction, each party to that
457
+ transaction who receives a copy of the work also receives whatever
458
+ licenses to the work the party's predecessor in interest had or could
459
+ give under the previous paragraph, plus a right to possession of the
460
+ Corresponding Source of the work from the predecessor in interest, if
461
+ the predecessor has it or can get it with reasonable efforts.
462
+
463
+ You may not impose any further restrictions on the exercise of the
464
+ rights granted or affirmed under this License. For example, you may
465
+ not impose a license fee, royalty, or other charge for exercise of
466
+ rights granted under this License, and you may not initiate litigation
467
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
468
+ any patent claim is infringed by making, using, selling, offering for
469
+ sale, or importing the Program or any portion of it.
470
+
471
+ 11. Patents.
472
+
473
+ A "contributor" is a copyright holder who authorizes use under this
474
+ License of the Program or a work on which the Program is based. The
475
+ work thus licensed is called the contributor's "contributor version".
476
+
477
+ A contributor's "essential patent claims" are all patent claims
478
+ owned or controlled by the contributor, whether already acquired or
479
+ hereafter acquired, that would be infringed by some manner, permitted
480
+ by this License, of making, using, or selling its contributor version,
481
+ but do not include claims that would be infringed only as a
482
+ consequence of further modification of the contributor version. For
483
+ purposes of this definition, "control" includes the right to grant
484
+ patent sublicenses in a manner consistent with the requirements of
485
+ this License.
486
+
487
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
488
+ patent license under the contributor's essential patent claims, to
489
+ make, use, sell, offer for sale, import and otherwise run, modify and
490
+ propagate the contents of its contributor version.
491
+
492
+ In the following three paragraphs, a "patent license" is any express
493
+ agreement or commitment, however denominated, not to enforce a patent
494
+ (such as an express permission to practice a patent or covenant not to
495
+ sue for patent infringement). To "grant" such a patent license to a
496
+ party means to make such an agreement or commitment not to enforce a
497
+ patent against the party.
498
+
499
+ If you convey a covered work, knowingly relying on a patent license,
500
+ and the Corresponding Source of the work is not available for anyone
501
+ to copy, free of charge and under the terms of this License, through a
502
+ publicly available network server or other readily accessible means,
503
+ then you must either (1) cause the Corresponding Source to be so
504
+ available, or (2) arrange to deprive yourself of the benefit of the
505
+ patent license for this particular work, or (3) arrange, in a manner
506
+ consistent with the requirements of this License, to extend the patent
507
+ license to downstream recipients. "Knowingly relying" means you have
508
+ actual knowledge that, but for the patent license, your conveying the
509
+ covered work in a country, or your recipient's use of the covered work
510
+ in a country, would infringe one or more identifiable patents in that
511
+ country that you have reason to believe are valid.
512
+
513
+ If, pursuant to or in connection with a single transaction or
514
+ arrangement, you convey, or propagate by procuring conveyance of, a
515
+ covered work, and grant a patent license to some of the parties
516
+ receiving the covered work authorizing them to use, propagate, modify
517
+ or convey a specific copy of the covered work, then the patent license
518
+ you grant is automatically extended to all recipients of the covered
519
+ work and works based on it.
520
+
521
+ A patent license is "discriminatory" if it does not include within
522
+ the scope of its coverage, prohibits the exercise of, or is
523
+ conditioned on the non-exercise of one or more of the rights that are
524
+ specifically granted under this License. You may not convey a covered
525
+ work if you are a party to an arrangement with a third party that is
526
+ in the business of distributing software, under which you make payment
527
+ to the third party based on the extent of your activity of conveying
528
+ the work, and under which the third party grants, to any of the
529
+ parties who would receive the covered work from you, a discriminatory
530
+ patent license (a) in connection with copies of the covered work
531
+ conveyed by you (or copies made from those copies), or (b) primarily
532
+ for and in connection with specific products or compilations that
533
+ contain the covered work, unless you entered into that arrangement,
534
+ or that patent license was granted, prior to 28 March 2007.
535
+
536
+ Nothing in this License shall be construed as excluding or limiting
537
+ any implied license or other defenses to infringement that may
538
+ otherwise be available to you under applicable patent law.
539
+
540
+ 12. No Surrender of Others' Freedom.
541
+
542
+ If conditions are imposed on you (whether by court order, agreement or
543
+ otherwise) that contradict the conditions of this License, they do not
544
+ excuse you from the conditions of this License. If you cannot convey a
545
+ covered work so as to satisfy simultaneously your obligations under this
546
+ License and any other pertinent obligations, then as a consequence you may
547
+ not convey it at all. For example, if you agree to terms that obligate you
548
+ to collect a royalty for further conveying from those to whom you convey
549
+ the Program, the only way you could satisfy both those terms and this
550
+ License would be to refrain entirely from conveying the Program.
551
+
552
+ 13. Use with the GNU Affero General Public License.
553
+
554
+ Notwithstanding any other provision of this License, you have
555
+ permission to link or combine any covered work with a work licensed
556
+ under version 3 of the GNU Affero General Public License into a single
557
+ combined work, and to convey the resulting work. The terms of this
558
+ License will continue to apply to the part which is the covered work,
559
+ but the special requirements of the GNU Affero General Public License,
560
+ section 13, concerning interaction through a network will apply to the
561
+ combination as such.
562
+
563
+ 14. Revised Versions of this License.
564
+
565
+ The Free Software Foundation may publish revised and/or new versions of
566
+ the GNU General Public License from time to time. Such new versions will
567
+ be similar in spirit to the present version, but may differ in detail to
568
+ address new problems or concerns.
569
+
570
+ Each version is given a distinguishing version number. If the
571
+ Program specifies that a certain numbered version of the GNU General
572
+ Public License "or any later version" applies to it, you have the
573
+ option of following the terms and conditions either of that numbered
574
+ version or of any later version published by the Free Software
575
+ Foundation. If the Program does not specify a version number of the
576
+ GNU General Public License, you may choose any version ever published
577
+ by the Free Software Foundation.
578
+
579
+ If the Program specifies that a proxy can decide which future
580
+ versions of the GNU General Public License can be used, that proxy's
581
+ public statement of acceptance of a version permanently authorizes you
582
+ to choose that version for the Program.
583
+
584
+ Later license versions may give you additional or different
585
+ permissions. However, no additional obligations are imposed on any
586
+ author or copyright holder as a result of your choosing to follow a
587
+ later version.
588
+
589
+ 15. Disclaimer of Warranty.
590
+
591
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599
+
600
+ 16. Limitation of Liability.
601
+
602
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610
+ SUCH DAMAGES.
611
+
612
+ 17. Interpretation of Sections 15 and 16.
613
+
614
+ If the disclaimer of warranty and limitation of liability provided
615
+ above cannot be given local legal effect according to their terms,
616
+ reviewing courts shall apply local law that most closely approximates
617
+ an absolute waiver of all civil liability in connection with the
618
+ Program, unless a warranty or assumption of liability accompanies a
619
+ copy of the Program in return for a fee.
620
+
621
+ END OF TERMS AND CONDITIONS
622
+
623
+ How to Apply These Terms to Your New Programs
624
+
625
+ If you develop a new program, and you want it to be of the greatest
626
+ possible use to the public, the best way to achieve this is to make it
627
+ free software which everyone can redistribute and change under these terms.
628
+
629
+ To do so, attach the following notices to the program. It is safest
630
+ to attach them to the start of each source file to most effectively
631
+ state the exclusion of warranty; and each file should have at least
632
+ the "copyright" line and a pointer to where the full notice is found.
633
+
634
+ <one line to give the program's name and a brief idea of what it does.>
635
+ Copyright (C) <year> <name of author>
636
+
637
+ This program is free software: you can redistribute it and/or modify
638
+ it under the terms of the GNU General Public License as published by
639
+ the Free Software Foundation, either version 3 of the License, or
640
+ (at your option) any later version.
641
+
642
+ This program is distributed in the hope that it will be useful,
643
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
644
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645
+ GNU General Public License for more details.
646
+
647
+ You should have received a copy of the GNU General Public License
648
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
649
+
650
+ Also add information on how to contact you by electronic and paper mail.
651
+
652
+ If the program does terminal interaction, make it output a short
653
+ notice like this when it starts in an interactive mode:
654
+
655
+ <program> Copyright (C) <year> <name of author>
656
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657
+ This is free software, and you are welcome to redistribute it
658
+ under certain conditions; type `show c' for details.
659
+
660
+ The hypothetical commands `show w' and `show c' should show the appropriate
661
+ parts of the General Public License. Of course, your program's commands
662
+ might be different; for a GUI interface, you would use an "about box".
663
+
664
+ You should also get your employer (if you work as a programmer) or school,
665
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
666
+ For more information on this, and how to apply and follow the GNU GPL, see
667
+ <https://www.gnu.org/licenses/>.
668
+
669
+ The GNU General Public License does not permit incorporating your program
670
+ into proprietary programs. If your program is a subroutine library, you
671
+ may consider it more useful to permit linking proprietary applications with
672
+ the library. If this is what you want to do, use the GNU Lesser General
673
+ Public License instead of this License. But first, please read
674
+ <https://www.gnu.org/licenses/why-not-lgpl.html>.
efficiency-nodes-comfyui/README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Efficiency Nodes for ComfyUI
2
+ =======
3
+ ### A collection of <a href="https://github.com/comfyanonymous/ComfyUI" >ComfyUI</a> custom nodes to help streamline workflows and reduce total node count.
4
+ ## [Direct Download Link](https://github.com/LucianoCirino/efficiency-nodes-comfyui/releases/download/v1.62/efficiency-nodes-comfyui.zip)
5
+
6
+ ## **Currently Available Nodes:**
7
+ <details><summary>Ksampler (Efficient)</summary><ul>
8
+ • A modded KSampler with the ability to preview/output images and run scripts.<br>
9
+ </ul></details>
10
+
11
+ <details><summary>Efficient Loader</summary><ul>
12
+ • A combination of common initialization nodes.
13
+ </ul></details>
14
+
15
+ <details><summary>XY Plotter Nodes</summary><ul>
16
+ • A collection of nodes that allows users to specify parameters for the KSampler (Efficient) to plot on a grid.
17
+ </ul></details>
18
+
19
+ <details><summary>Image Overlay</summary><ul>
20
+ • Node that allows for flexible image overlaying.
21
+ </ul></details>
22
+
23
+ <details><summary>SimpleEval Nodes</summary><ul>
24
+ • A collection of nodes that allows users to write simple Python expressions for a variety of data types using the "<a href="https://github.com/danthedeckie/simpleeval" >simpleeval</a>" library.
25
+
26
+ </ul></details>
27
+
28
+ ## **Examples:**
29
+
30
+ - HiResFix using the **Efficient Loader** & **Ksampler (Efficient)**
31
+
32
+ <img src="https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/main/workflows/HiRes Fix (overview).png" width="720">
33
+
34
+ - 2D Plotting using the **XY Plot** & **Ksampler (Efficient)** nodes
35
+
36
+ <img src="https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/main/workflows/XYplot/X-Seeds Y-Checkpoints (overview).png" width="720">
37
+
38
+ - Photobashing using the **Image Overlay** node
39
+
40
+ <img src="https://github.com/LucianoCirino/efficiency-nodes-comfyui/blob/main/workflows/Image Overlay (overview).png" width="720">
41
+
42
+ ## **Install:**
43
+ To install, drop the "_**efficiency-nodes-comfyui**_" folder into the "_**...\ComfyUI\ComfyUI\custom_nodes**_" directory and restart UI.
efficiency-nodes-comfyui/__init__.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from .efficiency_nodes import NODE_CLASS_MAPPINGS
2
+
3
+ __all__ = ['NODE_CLASS_MAPPINGS']
efficiency-nodes-comfyui/arial.ttf ADDED
Binary file (367 kB). View file
 
efficiency-nodes-comfyui/efficiency_nodes.py ADDED
The diff for this file is too large to render. See raw diff
 
efficiency-nodes-comfyui/node_settings.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Efficient Loader": {
3
+ "model_cache": {
4
+ "ckpt": 1,
5
+ "vae": 1,
6
+ "lora": 1
7
+ }
8
+ },
9
+ "KSampler (Efficient)": {
10
+ "vae_tiled": false
11
+ },
12
+ "XY Plot": {
13
+ "model_cache": {
14
+ "ckpt": 5,
15
+ "vae": 5,
16
+ "lora": 5
17
+ },
18
+ "vae_tiled": false
19
+ }
20
+ }
21
+
efficiency-nodes-comfyui/requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ simpleeval
efficiency-nodes-comfyui/tsc_sd.py ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+
4
+ # Get the absolute path of the parent directory of the current script
5
+ my_dir = os.path.dirname(os.path.abspath(__file__))
6
+
7
+ # Add the My directory path to the sys.path list
8
+ sys.path.append(my_dir)
9
+
10
+ # Construct the absolute path to the ComfyUI directory
11
+ comfy_dir = os.path.abspath(os.path.join(my_dir, '..', '..'))
12
+
13
+ # Add the ComfyUI directory path to the sys.path list
14
+ sys.path.append(comfy_dir)
15
+
16
+ # Import functions from ComfyUI
17
+ from comfy.sd import *
18
+ from comfy import utils
19
+
20
+ LORA_CLIP_MAP = {
21
+ "mlp.fc1": "mlp_fc1",
22
+ "mlp.fc2": "mlp_fc2",
23
+ "self_attn.k_proj": "self_attn_k_proj",
24
+ "self_attn.q_proj": "self_attn_q_proj",
25
+ "self_attn.v_proj": "self_attn_v_proj",
26
+ "self_attn.out_proj": "self_attn_out_proj",
27
+ }
28
+
29
+ LORA_UNET_MAP_ATTENTIONS = {
30
+ "proj_in": "proj_in",
31
+ "proj_out": "proj_out",
32
+ "transformer_blocks.0.attn1.to_q": "transformer_blocks_0_attn1_to_q",
33
+ "transformer_blocks.0.attn1.to_k": "transformer_blocks_0_attn1_to_k",
34
+ "transformer_blocks.0.attn1.to_v": "transformer_blocks_0_attn1_to_v",
35
+ "transformer_blocks.0.attn1.to_out.0": "transformer_blocks_0_attn1_to_out_0",
36
+ "transformer_blocks.0.attn2.to_q": "transformer_blocks_0_attn2_to_q",
37
+ "transformer_blocks.0.attn2.to_k": "transformer_blocks_0_attn2_to_k",
38
+ "transformer_blocks.0.attn2.to_v": "transformer_blocks_0_attn2_to_v",
39
+ "transformer_blocks.0.attn2.to_out.0": "transformer_blocks_0_attn2_to_out_0",
40
+ "transformer_blocks.0.ff.net.0.proj": "transformer_blocks_0_ff_net_0_proj",
41
+ "transformer_blocks.0.ff.net.2": "transformer_blocks_0_ff_net_2",
42
+ }
43
+
44
+ LORA_UNET_MAP_RESNET = {
45
+ "in_layers.2": "resnets_{}_conv1",
46
+ "emb_layers.1": "resnets_{}_time_emb_proj",
47
+ "out_layers.3": "resnets_{}_conv2",
48
+ "skip_connection": "resnets_{}_conv_shortcut"
49
+ }
50
+
51
+ def load_lora_tsc(path, to_load):
52
+ lora = utils.load_torch_file(path)
53
+ patch_dict = {}
54
+ loaded_keys = set()
55
+ for x in to_load:
56
+ alpha_name = "{}.alpha".format(x)
57
+ alpha = None
58
+ if alpha_name in lora.keys():
59
+ alpha = lora[alpha_name].item()
60
+ loaded_keys.add(alpha_name)
61
+
62
+ A_name = "{}.lora_up.weight".format(x)
63
+ B_name = "{}.lora_down.weight".format(x)
64
+ mid_name = "{}.lora_mid.weight".format(x)
65
+
66
+ if A_name in lora.keys():
67
+ mid = None
68
+ if mid_name in lora.keys():
69
+ mid = lora[mid_name]
70
+ loaded_keys.add(mid_name)
71
+ patch_dict[to_load[x]] = (lora[A_name], lora[B_name], alpha, mid)
72
+ loaded_keys.add(A_name)
73
+ loaded_keys.add(B_name)
74
+
75
+
76
+ ######## loha
77
+ hada_w1_a_name = "{}.hada_w1_a".format(x)
78
+ hada_w1_b_name = "{}.hada_w1_b".format(x)
79
+ hada_w2_a_name = "{}.hada_w2_a".format(x)
80
+ hada_w2_b_name = "{}.hada_w2_b".format(x)
81
+ hada_t1_name = "{}.hada_t1".format(x)
82
+ hada_t2_name = "{}.hada_t2".format(x)
83
+ if hada_w1_a_name in lora.keys():
84
+ hada_t1 = None
85
+ hada_t2 = None
86
+ if hada_t1_name in lora.keys():
87
+ hada_t1 = lora[hada_t1_name]
88
+ hada_t2 = lora[hada_t2_name]
89
+ loaded_keys.add(hada_t1_name)
90
+ loaded_keys.add(hada_t2_name)
91
+
92
+ patch_dict[to_load[x]] = (lora[hada_w1_a_name], lora[hada_w1_b_name], alpha, lora[hada_w2_a_name], lora[hada_w2_b_name], hada_t1, hada_t2)
93
+ loaded_keys.add(hada_w1_a_name)
94
+ loaded_keys.add(hada_w1_b_name)
95
+ loaded_keys.add(hada_w2_a_name)
96
+ loaded_keys.add(hada_w2_b_name)
97
+
98
+
99
+ ######## lokr
100
+ lokr_w1_name = "{}.lokr_w1".format(x)
101
+ lokr_w2_name = "{}.lokr_w2".format(x)
102
+ lokr_w1_a_name = "{}.lokr_w1_a".format(x)
103
+ lokr_w1_b_name = "{}.lokr_w1_b".format(x)
104
+ lokr_t2_name = "{}.lokr_t2".format(x)
105
+ lokr_w2_a_name = "{}.lokr_w2_a".format(x)
106
+ lokr_w2_b_name = "{}.lokr_w2_b".format(x)
107
+
108
+ lokr_w1 = None
109
+ if lokr_w1_name in lora.keys():
110
+ lokr_w1 = lora[lokr_w1_name]
111
+ loaded_keys.add(lokr_w1_name)
112
+
113
+ lokr_w2 = None
114
+ if lokr_w2_name in lora.keys():
115
+ lokr_w2 = lora[lokr_w2_name]
116
+ loaded_keys.add(lokr_w2_name)
117
+
118
+ lokr_w1_a = None
119
+ if lokr_w1_a_name in lora.keys():
120
+ lokr_w1_a = lora[lokr_w1_a_name]
121
+ loaded_keys.add(lokr_w1_a_name)
122
+
123
+ lokr_w1_b = None
124
+ if lokr_w1_b_name in lora.keys():
125
+ lokr_w1_b = lora[lokr_w1_b_name]
126
+ loaded_keys.add(lokr_w1_b_name)
127
+
128
+ lokr_w2_a = None
129
+ if lokr_w2_a_name in lora.keys():
130
+ lokr_w2_a = lora[lokr_w2_a_name]
131
+ loaded_keys.add(lokr_w2_a_name)
132
+
133
+ lokr_w2_b = None
134
+ if lokr_w2_b_name in lora.keys():
135
+ lokr_w2_b = lora[lokr_w2_b_name]
136
+ loaded_keys.add(lokr_w2_b_name)
137
+
138
+ lokr_t2 = None
139
+ if lokr_t2_name in lora.keys():
140
+ lokr_t2 = lora[lokr_t2_name]
141
+ loaded_keys.add(lokr_t2_name)
142
+
143
+ if (lokr_w1 is not None) or (lokr_w2 is not None) or (lokr_w1_a is not None) or (lokr_w2_a is not None):
144
+ patch_dict[to_load[x]] = (lokr_w1, lokr_w2, alpha, lokr_w1_a, lokr_w1_b, lokr_w2_a, lokr_w2_b, lokr_t2)
145
+
146
+ for x in lora.keys():
147
+ if x not in loaded_keys:
148
+ print("lora key not loaded", x)
149
+ return patch_dict
150
+
151
+ def model_lora_keys(model, key_map={}):
152
+ sdk = model.state_dict().keys()
153
+
154
+ counter = 0
155
+ for b in range(12):
156
+ tk = "diffusion_model.input_blocks.{}.1".format(b)
157
+ up_counter = 0
158
+ for c in LORA_UNET_MAP_ATTENTIONS:
159
+ k = "{}.{}.weight".format(tk, c)
160
+ if k in sdk:
161
+ lora_key = "lora_unet_down_blocks_{}_attentions_{}_{}".format(counter // 2, counter % 2, LORA_UNET_MAP_ATTENTIONS[c])
162
+ key_map[lora_key] = k
163
+ up_counter += 1
164
+ if up_counter >= 4:
165
+ counter += 1
166
+ for c in LORA_UNET_MAP_ATTENTIONS:
167
+ k = "diffusion_model.middle_block.1.{}.weight".format(c)
168
+ if k in sdk:
169
+ lora_key = "lora_unet_mid_block_attentions_0_{}".format(LORA_UNET_MAP_ATTENTIONS[c])
170
+ key_map[lora_key] = k
171
+ counter = 3
172
+ for b in range(12):
173
+ tk = "diffusion_model.output_blocks.{}.1".format(b)
174
+ up_counter = 0
175
+ for c in LORA_UNET_MAP_ATTENTIONS:
176
+ k = "{}.{}.weight".format(tk, c)
177
+ if k in sdk:
178
+ lora_key = "lora_unet_up_blocks_{}_attentions_{}_{}".format(counter // 3, counter % 3, LORA_UNET_MAP_ATTENTIONS[c])
179
+ key_map[lora_key] = k
180
+ up_counter += 1
181
+ if up_counter >= 4:
182
+ counter += 1
183
+ counter = 0
184
+ text_model_lora_key = "lora_te_text_model_encoder_layers_{}_{}"
185
+ for b in range(24):
186
+ for c in LORA_CLIP_MAP:
187
+ k = "transformer.text_model.encoder.layers.{}.{}.weight".format(b, c)
188
+ if k in sdk:
189
+ lora_key = text_model_lora_key.format(b, LORA_CLIP_MAP[c])
190
+ key_map[lora_key] = k
191
+
192
+
193
+ #Locon stuff
194
+ ds_counter = 0
195
+ counter = 0
196
+ for b in range(12):
197
+ tk = "diffusion_model.input_blocks.{}.0".format(b)
198
+ key_in = False
199
+ for c in LORA_UNET_MAP_RESNET:
200
+ k = "{}.{}.weight".format(tk, c)
201
+ if k in sdk:
202
+ lora_key = "lora_unet_down_blocks_{}_{}".format(counter // 2, LORA_UNET_MAP_RESNET[c].format(counter % 2))
203
+ key_map[lora_key] = k
204
+ key_in = True
205
+ for bb in range(3):
206
+ k = "{}.{}.op.weight".format(tk[:-2], bb)
207
+ if k in sdk:
208
+ lora_key = "lora_unet_down_blocks_{}_downsamplers_0_conv".format(ds_counter)
209
+ key_map[lora_key] = k
210
+ ds_counter += 1
211
+ if key_in:
212
+ counter += 1
213
+
214
+ counter = 0
215
+ for b in range(3):
216
+ tk = "diffusion_model.middle_block.{}".format(b)
217
+ key_in = False
218
+ for c in LORA_UNET_MAP_RESNET:
219
+ k = "{}.{}.weight".format(tk, c)
220
+ if k in sdk:
221
+ lora_key = "lora_unet_mid_block_{}".format(LORA_UNET_MAP_RESNET[c].format(counter))
222
+ key_map[lora_key] = k
223
+ key_in = True
224
+ if key_in:
225
+ counter += 1
226
+
227
+ counter = 0
228
+ us_counter = 0
229
+ for b in range(12):
230
+ tk = "diffusion_model.output_blocks.{}.0".format(b)
231
+ key_in = False
232
+ for c in LORA_UNET_MAP_RESNET:
233
+ k = "{}.{}.weight".format(tk, c)
234
+ if k in sdk:
235
+ lora_key = "lora_unet_up_blocks_{}_{}".format(counter // 3, LORA_UNET_MAP_RESNET[c].format(counter % 3))
236
+ key_map[lora_key] = k
237
+ key_in = True
238
+ for bb in range(3):
239
+ k = "{}.{}.conv.weight".format(tk[:-2], bb)
240
+ if k in sdk:
241
+ lora_key = "lora_unet_up_blocks_{}_upsamplers_0_conv".format(us_counter)
242
+ key_map[lora_key] = k
243
+ us_counter += 1
244
+ if key_in:
245
+ counter += 1
246
+
247
+ return key_map
248
+
249
+ def load_lora_for_models_tsc(model, clip, lora_path, strength_model, strength_clip):
250
+ key_map = model_lora_keys(model.model)
251
+ key_map = model_lora_keys(clip.cond_stage_model, key_map)
252
+ loaded = load_lora_tsc(lora_path, key_map)
253
+ new_modelpatcher = model.clone()
254
+ k = new_modelpatcher.add_patches(loaded, strength_model)
255
+ new_clip = clip.clone()
256
+ k1 = new_clip.add_patches(loaded, strength_clip)
257
+ k = set(k)
258
+ k1 = set(k1)
259
+ for x in loaded:
260
+ if (x not in k) and (x not in k1):
261
+ print("NOT LOADED", x)
262
+
263
+ return (new_modelpatcher, new_clip)
264
+
265
+ def load_checkpoint_guess_config_tsc(ckpt_path, output_vae=True, output_clip=True, output_clipvision=False, embedding_directory=None):
266
+ sd = utils.load_torch_file(ckpt_path)
267
+ sd_keys = sd.keys()
268
+ clip = None
269
+ clipvision = None
270
+ vae = None
271
+ model = None
272
+ clip_target = None
273
+
274
+ parameters = calculate_parameters(sd, "model.diffusion_model.")
275
+ fp16 = model_management.should_use_fp16(model_params=parameters)
276
+
277
+ class WeightsLoader(torch.nn.Module):
278
+ pass
279
+
280
+ model_config = model_detection.model_config_from_unet(sd, "model.diffusion_model.", fp16)
281
+ if model_config is None:
282
+ raise RuntimeError("ERROR: Could not detect model type of: {}".format(ckpt_path))
283
+
284
+ if model_config.clip_vision_prefix is not None:
285
+ if output_clipvision:
286
+ clipvision = clip_vision.load_clipvision_from_sd(sd, model_config.clip_vision_prefix, True)
287
+
288
+ offload_device = model_management.unet_offload_device()
289
+ model = model_config.get_model(sd, "model.diffusion_model.")
290
+ model = model.to(offload_device)
291
+ model.load_model_weights(sd, "model.diffusion_model.")
292
+
293
+ if output_vae:
294
+ vae = VAE()
295
+ w = WeightsLoader()
296
+ w.first_stage_model = vae.first_stage_model
297
+ load_model_weights(w, sd)
298
+
299
+ if output_clip:
300
+ w = WeightsLoader()
301
+ clip_target = model_config.clip_target()
302
+ clip = CLIP(clip_target, embedding_directory=embedding_directory)
303
+ w.cond_stage_model = clip.cond_stage_model
304
+ sd = model_config.process_clip_state_dict(sd)
305
+ load_model_weights(w, sd)
306
+
307
+ return (ModelPatcher(model, load_device=model_management.get_torch_device(), offload_device=offload_device), clip, vae, clipvision)
308
+
efficiency-nodes-comfyui/tsc_utils.py ADDED
@@ -0,0 +1,427 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Efficiency Nodes Utility functions
2
+
3
+ from torch import Tensor
4
+ import torch
5
+ from PIL import Image
6
+ import numpy as np
7
+
8
+ import os
9
+ import sys
10
+ import json
11
+ import folder_paths
12
+
13
+ # Get the absolute path of the parent directory of the current script
14
+ my_dir = os.path.dirname(os.path.abspath(__file__))
15
+
16
+ # Add the My directory path to the sys.path list
17
+ sys.path.append(my_dir)
18
+
19
+ # Construct the absolute path to the ComfyUI directory
20
+ comfy_dir = os.path.abspath(os.path.join(my_dir, '..', '..'))
21
+
22
+ # Add the ComfyUI directory path to the sys.path list
23
+ sys.path.append(comfy_dir)
24
+
25
+ # Import functions from ComfyUI
26
+ import comfy.sd
27
+
28
+ # Load my version of Comfy functions
29
+ from tsc_sd import *
30
+
31
+ # Cache for Efficiency Node models
32
+ loaded_objects = {
33
+ "ckpt": [], # (ckpt_name, ckpt_model, clip, bvae, [id])
34
+ "vae": [], # (vae_name, vae, [id])
35
+ "lora": [] # ([(lora_name, strength_model, strength_clip)], ckpt_name, lora_model, clip_lora, [id])
36
+ }
37
+
38
+ # Cache for Ksampler (Efficient) Outputs
39
+ last_helds: dict[str, list] = {
40
+ "results": [], # (results, id) # Preview Images, stored as a pil image list
41
+ "latent": [], # (latent, id) # Latent outputs, stored as a latent tensor list
42
+ "images": [], # (images, id) # Image outputs, stored as an image tensor list
43
+ "vae_decode": [], # (vae_decode, id) # Used to track wether to vae-decode or not
44
+ }
45
+
46
+ # Tensor to PIL (grabbed from WAS Suite)
47
+ def tensor2pil(image: torch.Tensor) -> Image.Image:
48
+ return Image.fromarray(np.clip(255. * image.cpu().numpy().squeeze(), 0, 255).astype(np.uint8))
49
+
50
+ # Convert PIL to Tensor (grabbed from WAS Suite)
51
+ def pil2tensor(image: Image.Image) -> torch.Tensor:
52
+ return torch.from_numpy(np.array(image).astype(np.float32) / 255.0).unsqueeze(0)
53
+
54
+ def extract_node_info(prompt, id, indirect_key=None):
55
+ # Convert ID to string
56
+ id = str(id)
57
+ node_id = None
58
+
59
+ # If an indirect_key (like 'script') is provided, perform a two-step lookup
60
+ if indirect_key:
61
+ # Ensure the id exists in the prompt and has an 'inputs' entry with the indirect_key
62
+ if id in prompt and 'inputs' in prompt[id] and indirect_key in prompt[id]['inputs']:
63
+ # Extract the indirect_id
64
+ indirect_id = prompt[id]['inputs'][indirect_key][0]
65
+
66
+ # Ensure the indirect_id exists in the prompt
67
+ if indirect_id in prompt:
68
+ node_id = indirect_id
69
+ return prompt[indirect_id].get('class_type', None), node_id
70
+
71
+ # If indirect_key is not found within the prompt
72
+ return None, None
73
+
74
+ # If no indirect_key is provided, perform a direct lookup
75
+ return prompt.get(id, {}).get('class_type', None), node_id
76
+
77
+ def extract_node_value(prompt, id, key):
78
+ # If ID is in data, return its 'inputs' value for a given key. Otherwise, return None.
79
+ return prompt.get(str(id), {}).get('inputs', {}).get(key, None)
80
+
81
+ def print_loaded_objects_entries(id=None, prompt=None, show_id=False):
82
+ print("-" * 40) # Print an empty line followed by a separator line
83
+ if id is not None:
84
+ id = str(id) # Convert ID to string
85
+ if prompt is not None and id is not None:
86
+ node_name, _ = extract_node_info(prompt, id)
87
+ if show_id:
88
+ print(f"\033[36m{node_name} Models Cache: (node_id:{int(id)})\033[0m")
89
+ else:
90
+ print(f"\033[36m{node_name} Models Cache:\033[0m")
91
+ elif id is None:
92
+ print(f"\033[36mGlobal Models Cache:\033[0m")
93
+ else:
94
+ print(f"\033[36mModels Cache: \nnode_id:{int(id)}\033[0m")
95
+ entries_found = False
96
+ for key in ["ckpt", "vae", "lora"]:
97
+ entries_with_id = loaded_objects[key] if id is None else [entry for entry in loaded_objects[key] if id in entry[-1]]
98
+ if not entries_with_id: # If no entries with the chosen ID, print None and skip this key
99
+ continue
100
+ entries_found = True
101
+ print(f"{key.capitalize()}:")
102
+ for i, entry in enumerate(entries_with_id, 1): # Start numbering from 1
103
+ if key == "lora":
104
+ lora_models_info = ', '.join(f"{os.path.splitext(os.path.basename(name))[0]}({round(strength_model, 2)},{round(strength_clip, 2)})" for name, strength_model, strength_clip in entry[0])
105
+ base_ckpt_name = os.path.splitext(os.path.basename(entry[1]))[0] # Split logic for base_ckpt
106
+ if id is None:
107
+ associated_ids = ', '.join(map(str, entry[-1])) # Gather all associated ids
108
+ print(f" [{i}] base_ckpt: {base_ckpt_name}, lora(mod,clip): {lora_models_info} (ids: {associated_ids})")
109
+ else:
110
+ print(f" [{i}] base_ckpt: {base_ckpt_name}, lora(mod,clip): {lora_models_info}")
111
+ else:
112
+ name_without_ext = os.path.splitext(os.path.basename(entry[0]))[0]
113
+ if id is None:
114
+ associated_ids = ', '.join(map(str, entry[-1])) # Gather all associated ids
115
+ print(f" [{i}] {name_without_ext} (ids: {associated_ids})")
116
+ else:
117
+ print(f" [{i}] {name_without_ext}")
118
+ if not entries_found:
119
+ print("-")
120
+
121
+
122
+ # This function cleans global variables associated with nodes that are no longer detected on UI
123
+ def globals_cleanup(prompt):
124
+ global loaded_objects
125
+ global last_helds
126
+
127
+ # Step 1: Clean up last_helds
128
+ for key in list(last_helds.keys()):
129
+ original_length = len(last_helds[key])
130
+ last_helds[key] = [(value, id) for value, id in last_helds[key] if str(id) in prompt.keys()]
131
+ ###if original_length != len(last_helds[key]):
132
+ ###print(f'Updated {key} in last_helds: {last_helds[key]}')
133
+
134
+ # Step 2: Clean up loaded_objects
135
+ for key in list(loaded_objects.keys()):
136
+ for i, tup in enumerate(list(loaded_objects[key])):
137
+ # Remove ids from id array in each tuple that don't exist in prompt
138
+ id_array = [id for id in tup[-1] if str(id) in prompt.keys()]
139
+ if len(id_array) != len(tup[-1]):
140
+ if id_array:
141
+ loaded_objects[key][i] = tup[:-1] + (id_array,)
142
+ ###print(f'Updated tuple at index {i} in {key} in loaded_objects: {loaded_objects[key][i]}')
143
+ else:
144
+ # If id array becomes empty, delete the corresponding tuple
145
+ loaded_objects[key].remove(tup)
146
+ ###print(f'Deleted tuple at index {i} in {key} in loaded_objects because its id array became empty.')
147
+
148
+ def load_checkpoint(ckpt_name, id, output_vae=True, cache=None, cache_overwrite=False):
149
+ """
150
+ Searches for tuple index that contains ckpt_name in "ckpt" array of loaded_objects.
151
+ If found, extracts the model, clip, and vae from the loaded_objects.
152
+ If not found, loads the checkpoint, extracts the model, clip, and vae.
153
+ The id parameter represents the node ID and is used for caching models for the XY Plot node.
154
+ If the cache limit is reached for a specific id, clears the cache and returns the loaded model, clip, and vae without adding a new entry.
155
+ If there is cache space, adds the id to the ids list if it's not already there.
156
+ If there is cache space and the checkpoint was not found in loaded_objects, adds a new entry to loaded_objects.
157
+
158
+ Parameters:
159
+ - ckpt_name: name of the checkpoint to load.
160
+ - id: an identifier for caching models for specific nodes.
161
+ - output_vae: boolean, if True loads the VAE too.
162
+ - cache (optional): an integer that specifies how many checkpoint entries with a given id can exist in loaded_objects. Defaults to None.
163
+ """
164
+ global loaded_objects
165
+
166
+ for entry in loaded_objects["ckpt"]:
167
+ if entry[0] == ckpt_name:
168
+ _, model, clip, vae, ids = entry
169
+ cache_full = cache and len([entry for entry in loaded_objects["ckpt"] if id in entry[-1]]) >= cache
170
+
171
+ if cache_full:
172
+ clear_cache(id, cache, "ckpt")
173
+ elif id not in ids:
174
+ ids.append(id)
175
+
176
+ return model, clip, vae
177
+
178
+ ckpt_path = folder_paths.get_full_path("checkpoints", ckpt_name)
179
+ out = load_checkpoint_guess_config_tsc(ckpt_path, output_vae, output_clip=True,
180
+ embedding_directory=folder_paths.get_folder_paths("embeddings"))
181
+ model = out[0]
182
+ clip = out[1]
183
+ vae = out[2] # bvae
184
+
185
+ if cache:
186
+ if len([entry for entry in loaded_objects["ckpt"] if id in entry[-1]]) < cache:
187
+ loaded_objects["ckpt"].append((ckpt_name, model, clip, vae, [id]))
188
+ else:
189
+ clear_cache(id, cache, "ckpt")
190
+ if cache_overwrite:
191
+ # Find the first entry with the id, remove the id from the entry's id list
192
+ for e in loaded_objects["ckpt"]:
193
+ if id in e[-1]:
194
+ e[-1].remove(id)
195
+ # If the id list becomes empty, remove the entry from the "ckpt" list
196
+ if not e[-1]:
197
+ loaded_objects["ckpt"].remove(e)
198
+ break
199
+ loaded_objects["ckpt"].append((ckpt_name, model, clip, vae, [id]))
200
+
201
+ return model, clip, vae
202
+
203
+ def get_bvae_by_ckpt_name(ckpt_name):
204
+ for ckpt in loaded_objects["ckpt"]:
205
+ if ckpt[0] == ckpt_name:
206
+ return ckpt[3] # return 'bvae' variable
207
+ return None # return None if no match is found
208
+
209
+ def load_vae(vae_name, id, cache=None, cache_overwrite=False):
210
+ """
211
+ Extracts the vae with a given name from the "vae" array in loaded_objects.
212
+ If the vae is not found, creates a new VAE object with the given name and adds it to the "vae" array.
213
+ Also stores the id parameter, which is used for caching models specifically for nodes with the given ID.
214
+ If the cache limit is reached for a specific id, returns the loaded vae without adding id or making a new entry in loaded_objects.
215
+ If there is cache space, and the id is not in the ids list, adds the id to the ids list.
216
+ If there is cache space, and the vae was not found in loaded_objects, adds a new entry to the loaded_objects.
217
+
218
+ Parameters:
219
+ - vae_name: name of the VAE to load.
220
+ - id (optional): an identifier for caching models for specific nodes. Defaults to None.
221
+ - cache (optional): an integer that specifies how many vae entries with a given id can exist in loaded_objects. Defaults to None.
222
+ """
223
+ global loaded_objects
224
+
225
+ for i, entry in enumerate(loaded_objects["vae"]):
226
+ if entry[0] == vae_name:
227
+ vae, ids = entry[1], entry[2]
228
+ if id not in ids:
229
+ if cache and len([entry for entry in loaded_objects["vae"] if id in entry[-1]]) >= cache:
230
+ return vae
231
+ ids.append(id)
232
+ if cache:
233
+ clear_cache(id, cache, "vae")
234
+ return vae
235
+
236
+ vae_path = folder_paths.get_full_path("vae", vae_name)
237
+ vae = comfy.sd.VAE(ckpt_path=vae_path)
238
+
239
+ if cache:
240
+ if len([entry for entry in loaded_objects["vae"] if id in entry[-1]]) < cache:
241
+ loaded_objects["vae"].append((vae_name, vae, [id]))
242
+ else:
243
+ clear_cache(id, cache, "vae")
244
+ if cache_overwrite:
245
+ # Find the first entry with the id, remove the id from the entry's id list
246
+ for e in loaded_objects["vae"]:
247
+ if id in e[-1]:
248
+ e[-1].remove(id)
249
+ # If the id list becomes empty, remove the entry from the "vae" list
250
+ if not e[-1]:
251
+ loaded_objects["vae"].remove(e)
252
+ break
253
+ loaded_objects["vae"].append((vae_name, vae, [id]))
254
+
255
+ return vae
256
+
257
+ def load_lora(lora_params, ckpt_name, id, cache=None, ckpt_cache=None, cache_overwrite=False):
258
+ """
259
+ Extracts the Lora model with a given name from the "lora" array in loaded_objects.
260
+ If the Lora model is not found or strength values changed or model changed, creates a new Lora object with the given name and adds it to the "lora" array.
261
+ Also stores the id parameter, which is used for caching models specifically for nodes with the given ID.
262
+ If the cache limit is reached for a specific id, clears the cache and returns the loaded Lora model and clip without adding a new entry.
263
+ If there is cache space, adds the id to the ids list if it's not already there.
264
+ If there is cache space and the Lora model was not found in loaded_objects, adds a new entry to loaded_objects.
265
+
266
+ Parameters:
267
+ - lora_params: A list of tuples, where each tuple contains lora_name, strength_model, strength_clip.
268
+ - ckpt_name: name of the checkpoint from which the Lora model is created.
269
+ - id: an identifier for caching models for specific nodes.
270
+ - cache (optional): an integer that specifies how many Lora entries with a given id can exist in loaded_objects. Defaults to None.
271
+ """
272
+ global loaded_objects
273
+
274
+ for entry in loaded_objects["lora"]:
275
+ # Convert to sets and compare
276
+ if set(entry[0]) == set(lora_params) and entry[1] == ckpt_name:
277
+
278
+ _, _, lora_model, lora_clip, ids = entry
279
+ cache_full = cache and len([entry for entry in loaded_objects["lora"] if id in entry[-1]]) >= cache
280
+
281
+ if cache_full:
282
+ clear_cache(id, cache, "lora")
283
+ elif id not in ids:
284
+ ids.append(id)
285
+
286
+ # Additional cache handling for 'ckpt' just like in 'load_checkpoint' function
287
+ for ckpt_entry in loaded_objects["ckpt"]:
288
+ if ckpt_entry[0] == ckpt_name:
289
+ _, _, _, _, ckpt_ids = ckpt_entry
290
+ ckpt_cache_full = ckpt_cache and len(
291
+ [ckpt_entry for ckpt_entry in loaded_objects["ckpt"] if id in ckpt_entry[-1]]) >= ckpt_cache
292
+
293
+ if ckpt_cache_full:
294
+ clear_cache(id, ckpt_cache, "ckpt")
295
+ elif id not in ckpt_ids:
296
+ ckpt_ids.append(id)
297
+
298
+ return lora_model, lora_clip
299
+
300
+ def recursive_load_lora(lora_params, ckpt, clip, id, ckpt_cache, cache_overwrite, folder_paths):
301
+ if len(lora_params) == 0:
302
+ return ckpt, clip
303
+
304
+ lora_name, strength_model, strength_clip = lora_params[0]
305
+ lora_path = folder_paths.get_full_path("loras", lora_name)
306
+ lora_model, lora_clip = load_lora_for_models_tsc(ckpt, clip, lora_path, strength_model, strength_clip)
307
+
308
+ # Call the function again with the new lora_model and lora_clip and the remaining tuples
309
+ return recursive_load_lora(lora_params[1:], lora_model, lora_clip, id, ckpt_cache, cache_overwrite, folder_paths)
310
+
311
+ # Unpack lora parameters from the first element of the list for now
312
+ lora_name, strength_model, strength_clip = lora_params[0]
313
+ ckpt, clip, _ = load_checkpoint(ckpt_name, id, cache=ckpt_cache, cache_overwrite=cache_overwrite)
314
+
315
+ lora_model, lora_clip = recursive_load_lora(lora_params, ckpt, clip, id, ckpt_cache, cache_overwrite, folder_paths)
316
+
317
+ if cache:
318
+ if len([entry for entry in loaded_objects["lora"] if id in entry[-1]]) < cache:
319
+ loaded_objects["lora"].append((lora_params, ckpt_name, lora_model, lora_clip, [id]))
320
+ else:
321
+ clear_cache(id, cache, "lora")
322
+ if cache_overwrite:
323
+ # Find the first entry with the id, remove the id from the entry's id list
324
+ for e in loaded_objects["lora"]:
325
+ if id in e[-1]:
326
+ e[-1].remove(id)
327
+ # If the id list becomes empty, remove the entry from the "lora" list
328
+ if not e[-1]:
329
+ loaded_objects["lora"].remove(e)
330
+ break
331
+ loaded_objects["lora"].append((lora_params, ckpt_name, lora_model, lora_clip, [id]))
332
+
333
+ return lora_model, lora_clip
334
+
335
+ def clear_cache(id, cache, dict_name):
336
+ """
337
+ Clear the cache for a specific id in a specific dictionary (either "ckpt" or "vae").
338
+ If the cache limit is reached for a specific id, deletes the id from the oldest entry.
339
+ If the id array of the entry becomes empty, deletes the entry.
340
+ """
341
+ # Get all entries associated with the id_element
342
+ id_associated_entries = [entry for entry in loaded_objects[dict_name] if id in entry[-1]]
343
+ while len(id_associated_entries) > cache:
344
+ # Identify an older entry (but not necessarily the oldest) containing id
345
+ older_entry = id_associated_entries[0]
346
+ # Remove the id_element from the older entry
347
+ older_entry[-1].remove(id)
348
+ # If the id array of the older entry becomes empty after this, delete the entry
349
+ if not older_entry[-1]:
350
+ loaded_objects[dict_name].remove(older_entry)
351
+ # Update the id_associated_entries
352
+ id_associated_entries = [entry for entry in loaded_objects[dict_name] if id in entry[-1]]
353
+
354
+ def clear_cache_by_exception(node_id, vae_dict=None, ckpt_dict=None, lora_dict=None):
355
+ global loaded_objects
356
+
357
+ dict_mapping = {
358
+ "vae_dict": "vae",
359
+ "ckpt_dict": "ckpt",
360
+ "lora_dict": "lora"
361
+ }
362
+
363
+ for arg_name, arg_val in {"vae_dict": vae_dict, "ckpt_dict": ckpt_dict, "lora_dict": lora_dict}.items():
364
+ if arg_val is None:
365
+ continue
366
+
367
+ dict_name = dict_mapping[arg_name]
368
+
369
+ for tuple_idx, tuple_item in enumerate(loaded_objects[dict_name].copy()):
370
+ if arg_name == "lora_dict":
371
+ # Iterate over the tuples (lora_params, ckpt_name) in arg_val
372
+ for lora_params, ckpt_name in arg_val:
373
+ # Compare lists of tuples considering order inside tuples, but not order of tuples
374
+ if set(lora_params) == set(tuple_item[0]) and ckpt_name == tuple_item[1]:
375
+ break
376
+ else: # If no match was found in lora_dict, remove the tuple from loaded_objects
377
+ if node_id in tuple_item[-1]:
378
+ tuple_item[-1].remove(node_id)
379
+ if not tuple_item[-1]:
380
+ loaded_objects[dict_name].remove(tuple_item)
381
+ continue
382
+ elif tuple_item[0] not in arg_val: # Only remove the tuple if it's not in arg_val
383
+ if node_id in tuple_item[-1]:
384
+ tuple_item[-1].remove(node_id)
385
+ if not tuple_item[-1]:
386
+ loaded_objects[dict_name].remove(tuple_item)
387
+
388
+
389
+ # Retrieve the cache number from 'node_settings' json file
390
+ def get_cache_numbers(node_name):
391
+ # Get the directory path of the current file
392
+ my_dir = os.path.dirname(os.path.abspath(__file__))
393
+ # Construct the file path for node_settings.json
394
+ settings_file = os.path.join(my_dir, 'node_settings.json')
395
+ # Load the settings from the JSON file
396
+ with open(settings_file, 'r') as file:
397
+ node_settings = json.load(file)
398
+ # Retrieve the cache numbers for the given node
399
+ model_cache_settings = node_settings.get(node_name, {}).get('model_cache', {})
400
+ vae_cache = int(model_cache_settings.get('vae', 1))
401
+ ckpt_cache = int(model_cache_settings.get('ckpt', 1))
402
+ lora_cache = int(model_cache_settings.get('lora', 1))
403
+ return vae_cache, ckpt_cache, lora_cache
404
+
405
+ def print_last_helds(id=None):
406
+ print("\n" + "-" * 40) # Print an empty line followed by a separator line
407
+ if id is not None:
408
+ id = str(id) # Convert ID to string
409
+ print(f"Node-specific Last Helds (node_id:{int(id)})")
410
+ else:
411
+ print(f"Global Last Helds:")
412
+ for key in ["results", "latent", "images", "vae_decode"]:
413
+ entries_with_id = last_helds[key] if id is None else [entry for entry in last_helds[key] if id == entry[-1]]
414
+ if not entries_with_id: # If no entries with the chosen ID, print None and skip this key
415
+ continue
416
+ print(f"{key.capitalize()}:")
417
+ for i, entry in enumerate(entries_with_id, 1): # Start numbering from 1
418
+ if isinstance(entry[0], bool): # Special handling for boolean types
419
+ output = entry[0]
420
+ else:
421
+ output = len(entry[0])
422
+ if id is None:
423
+ print(f" [{i}] Output: {output} (id: {entry[-1]})")
424
+ else:
425
+ print(f" [{i}] Output: {output}")
426
+ print("-" * 40) # Print a separator line
427
+ print("\n") # Print an empty line
efficiency-nodes-comfyui/workflows/HiRes Fix (overview).png ADDED

Git LFS Details

  • SHA256: 59edd4e41c870379cf3a956d78332d98db0a4ccfb668bffc6810af7b937112bc
  • Pointer size: 132 Bytes
  • Size of remote file: 2.67 MB
efficiency-nodes-comfyui/workflows/HiRes Fix.png ADDED

Git LFS Details

  • SHA256: ea71ea5e3c779f124813904b2cd8331f44686e1469beff51a76d714d47e1ce49
  • Pointer size: 132 Bytes
  • Size of remote file: 1.08 MB
efficiency-nodes-comfyui/workflows/Image Overlay (image).png ADDED

Git LFS Details

  • SHA256: 8752a693eb64fe67b471fa7a4865218b23ad62272cb4fe6ef0580d26cdfc5b5f
  • Pointer size: 131 Bytes
  • Size of remote file: 165 kB
efficiency-nodes-comfyui/workflows/Image Overlay (overview).png ADDED

Git LFS Details

  • SHA256: b9e67a2056f52f1fed8b26ab75bbe474ade9760c69164e1fa40e62510e09ca5a
  • Pointer size: 132 Bytes
  • Size of remote file: 4.53 MB
efficiency-nodes-comfyui/workflows/Image Overlay.png ADDED

Git LFS Details

  • SHA256: eb89c469dd56dfa4673fdb51d6730148a61ce7cb52b80420d8e42ac9afc1a5f1
  • Pointer size: 131 Bytes
  • Size of remote file: 717 kB
efficiency-nodes-comfyui/workflows/LoRA Stacking (overview).png ADDED

Git LFS Details

  • SHA256: fc034ec6d3003c122a9e9e7397ede56dfa7cffcbfe9e6a4a05e409a5cb4c00c2
  • Pointer size: 132 Bytes
  • Size of remote file: 2.17 MB
efficiency-nodes-comfyui/workflows/LoRA Stacking.png ADDED

Git LFS Details

  • SHA256: 5b5b67c783536ee0ea111b2817d2de2b4e405b61835b49960522f4a4c82235a1
  • Pointer size: 131 Bytes
  • Size of remote file: 782 kB
efficiency-nodes-comfyui/workflows/SimpleEval_Node_Examples.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The Evaluate Integers, Floats, and Strings nodes
2
+ now employ the SimpleEval library, enabling secure
3
+ creation and execution of custom Python expressions.
4
+
5
+ (https://github.com/danthedeckie/simpleeval)
6
+
7
+ Below is a short list of what is possible.
8
+ ______________________________________________
9
+
10
+ "EVALUATE INTEGERS/FLOATS" NODE EXPRESSION EXAMPLES:
11
+
12
+ Addition: a + b + c
13
+ Subtraction: a - b - c
14
+ Multiplication: a * b * c
15
+ Division: a / b / c
16
+ Modulo: a % b % c
17
+ Exponentiation: a ** b ** c
18
+ Floor Division: a // b // c
19
+ Absolute Value: abs(a) + abs(b) + abs(c)
20
+ Maximum: max(a, b, c)
21
+ Minimum: min(a, b, c)
22
+ Sum of Squares: a**2 + b**2 + c**2
23
+ Bitwise And: a & b & c
24
+ Bitwise Or: a | b | c
25
+ Bitwise Xor: a ^ b ^ c
26
+ Left Shift: a << 1 + b << 1 + c << 1
27
+ Right Shift: a >> 1 + b >> 1 + c >> 1
28
+ Greater Than Comparison: a > b > c
29
+ Less Than Comparison: a < b < c
30
+ Equal To Comparison: a == b == c
31
+ Not Equal To Comparison: a != b != c
32
+ ______________________________________________
33
+
34
+ "EVALUATE STRINGS" NODE EXPRESSION EXAMPLES:
35
+
36
+ Concatenate: a + b + c
37
+ Format: f'{a} {b} {c}'
38
+ Length: len(a) + len(b) + len(c)
39
+ Uppercase: a.upper() + b.upper() + c.upper()
40
+ Lowercase: a.lower() + b.lower() + c.lower()
41
+ Capitalize: a.capitalize() + b.capitalize() + c.capitalize()
42
+ Title Case: a.title() + b.title() + c.title()
43
+ Strip: a.strip() + b.strip() + c.strip()
44
+ Find Substring: a.find('sub') + b.find('sub') + c.find('sub')
45
+ Replace Substring: a.replace('old', 'new') + b.replace('old', 'new') + c.replace('old', 'new')
46
+ Count Substring: a.count('sub') + b.count('sub') + c.count('sub')
47
+ Check Numeric: a.isnumeric() + b.isnumeric() + c.isnumeric()
48
+ Check Alphabetic: a.isalpha() + b.isalpha() + c.isalpha()
49
+ Check Alphanumeric: a.isalnum() + b.isalnum() + c.isalnum()
50
+ Check Start: a.startswith('prefix') + b.startswith('prefix') + c.startswith('prefix')
51
+ Check End: a.endswith('suffix') + b.endswith('suffix') + c.endswith('suffix')
52
+ Split: a.split(' ') + b.split(' ') + c.split(' ')
53
+ Zero Fill: a.zfill(5) + b.zfill(5) + c.zfill(5)
54
+ Slice: a[:5] + b[:5] + c[:5]
55
+ Reverse: a[::-1] + b[::-1] + c[::-1]
56
+ ______________________________________________
efficiency-nodes-comfyui/workflows/XYplot/Manual Entry Notes.txt ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ EFFICIENCY NODES - XY Plot Manual Entry Syntax Notes
2
+ ______________________________________________
3
+ Type: Sampler
4
+
5
+ if not defined by X/Y_value syntax, the default_scheduler = Ksampler (Efficient)'s Scheduler
6
+
7
+ 1. sampler_1;sampler_2 = sampler_1(default_scheduler), sampler_2(default_scheduler)
8
+ 2. sampler_1,scheduler_1;sampler_2; = sampler_1(scheduler_1), sampler_2(default_scheduler)
9
+ 3. sampler_1;sampler_2;,default_scheduler = sampler_1(default_scheduler), sampler_2(default_scheduler)
10
+ 4. sampler_1;sampler_2,scheduler_2;,default_scheduler = sampler_1(default_scheduler), sampler_2(scheduler_2)
11
+
12
+ ______________________________________________
13
+ Type: Checkpoint
14
+
15
+ if not defined by X/Y_value syntax, the default_clip_skip = Efficient Loader's Clip Skip
16
+
17
+ 1. ckpt_1;ckpt_2 = ckpt_1(default_clip_skip), ckpt_2(default_clip_skip)
18
+ 2. ckpt_1_1,clip_skip_1;ckpt_2; = ckpt_1(clip_skip_1), ckpt_2(default_clip_skip)
19
+ 3. ckpt_1;ckpt_2;,default_clip_skip = ckpt_1(default_clip_skip), ckpt_2(default_clip_skip)
20
+ 4. ckpt_1;ckpt_2,clip_skip_2;,default_clip_skip = ckpt_1(default_clip_skip), ckpt_2(clip_skip_2)
21
+
22
+ ______________________________________________
23
+
24
+ Type: LoRA
25
+
26
+ if not defined by X/Y_value syntax, the default_lora_model_str = default_lora_clip_str = 1
27
+
28
+ def_mod_str = default_lora_model_str
29
+ def_clip_str = default_lora_clip_str
30
+
31
+ 1. lora_1;lora_2 = lora_1(default_clip_skip), lora_2(default_clip_skip)
32
+ 2. lora_1,mod_str_1;lora_2; = lora_1(mod_str_1,1), lora_2(1,1)
33
+ 3. lora_1;lora_2;,def_mod_str = lora_1(def_mod_str,1), lora_2(def_mod_str,1)
34
+ 4. lora_1;lora_2,mod_str_2;,def_mod_str,def_clip_str = lora_1(def_mod_str,def_clip_str), lora_2(mod_str_2,def_clip_str)
35
+
36
+ ______________________________________________
37
+
38
+ Notes:
39
+ - Trailing semicolons, new entry lines, and spaces are removed when parsing input strings.
40
+ - Any parameter not defined by the XY Plot's inputs are defined by the Efficient Loader and Ksampler (Efficient).
41
+ For example, if the scheduler isn't specified when plotting Samplers, the script will use
42
+ the scheduler set by the Ksampler (Efficient).
43
+ - LoRA stacking through the XY Plot Manual Entry node is currently not supported.
efficiency-nodes-comfyui/workflows/XYplot/X-SRpositive Y-Checkpoints (overview).png ADDED

Git LFS Details

  • SHA256: ab9841b2f9bd29197b64a45fa9387733c98819482fc710a12246048b3ed7101a
  • Pointer size: 132 Bytes
  • Size of remote file: 3.49 MB
efficiency-nodes-comfyui/workflows/XYplot/X-SRpositive Y-Checkpoints.png ADDED

Git LFS Details

  • SHA256: a8b14a687361f9ef3dc4e325c8425d35f3f576de2d4a22ac45d9543b3c49ce6c
  • Pointer size: 132 Bytes
  • Size of remote file: 8.3 MB
efficiency-nodes-comfyui/workflows/XYplot/X-Sampler Y-Scheduler (overview).png ADDED

Git LFS Details

  • SHA256: 41ea863105a09bb1fb41c9560bbd08144af62f723b105664f34366493b2a4465
  • Pointer size: 132 Bytes
  • Size of remote file: 4.06 MB
efficiency-nodes-comfyui/workflows/XYplot/X-Sampler Y-Scheduler.png ADDED

Git LFS Details

  • SHA256: 59e9dc10e4ba3c45596cba9267e3e7eb6c2715b040e3a2f8c1f9411c4e56b56b
  • Pointer size: 132 Bytes
  • Size of remote file: 9.54 MB
efficiency-nodes-comfyui/workflows/XYplot/X-Seeds Y-Checkpoints (overview).png ADDED

Git LFS Details

  • SHA256: e395a33138d2d249d2df947112b2646022d2e73d4a4ccdc4944957559db38098
  • Pointer size: 132 Bytes
  • Size of remote file: 4 MB
efficiency-nodes-comfyui/workflows/XYplot/X-Seeds Y-Checkpoints.png ADDED

Git LFS Details

  • SHA256: aa600f1981695a2b5476e78323d9a3104241bae0ebacac140e48650115c9afa6
  • Pointer size: 132 Bytes
  • Size of remote file: 6.2 MB