Commit Graph

122 Commits

Author SHA1 Message Date
TSC
0be7198be6 Add files via upload
Fixed issue with Scheduler labels when plotting.
Plot loaded models now clear from RAM after generation.
2023-04-22 15:20:18 -05:00
TSC
24e445109d Update README.md 2023-04-22 15:01:28 -05:00
TSC
c6a1436a92 Delete HiResFix.png 2023-04-22 15:01:11 -05:00
TSC
f67697109e Add files via upload 2023-04-22 15:00:46 -05:00
TSC
517ed246d4 Add files via upload 2023-04-22 15:00:10 -05:00
TSC
d9649038a0 Delete HiResFix.png 2023-04-22 15:00:02 -05:00
TSC
87051e2ead Add files via upload 2023-04-22 14:59:29 -05:00
TSC
fc3fc1ffeb Add files via upload 2023-04-22 14:56:29 -05:00
TSC
1e18e05b37 Add files via upload
Update scheduler's plot label for when other type is not "Sampler".
2023-04-22 14:27:51 -05:00
TSC
36eb121314 Update README.md 2023-04-22 13:53:42 -05:00
TSC
0b37a61109 Add files via upload
**Efficiency Nodes v1.35 Changes**

Bug fixes:
- The Efficient Loader no longer endlessly loads checkpoints/VAEs into RAM.
- Fixed an issue with the XY Plot calling for a potentially non-existant font.
- Fixed a bug where the XY Plot image results were being cropped at bottom.

Changes:
- The KSampler Efficient's "my_unique_id" has been removed.
- Script results now preview regardless of the "preview_image" setting.
- Efficient Loader node now supports LoRA.
- Added 'Scheduler' as an option type for the XY Plot node.
2023-04-22 13:51:45 -05:00
TSC
49ba99069d Update README.md 2023-04-18 19:01:34 -05:00
TSC
de0641cd99 Mini-Patch 2023-04-18 18:50:40 -05:00
TSC
3ae297dcd8 Update README.md 2023-04-18 08:39:47 -05:00
TSC
d7764aac52 Update README.md 2023-04-18 00:11:41 -05:00
TSC
42c8dd4e35 Update README.md 2023-04-18 00:10:36 -05:00
TSC
0013d8d97f Add files via upload 2023-04-17 23:34:49 -05:00
TSC
921e32c67f Add files via upload 2023-04-17 23:22:36 -05:00
TSC
30ce077358 Update README.md 2023-04-17 23:13:32 -05:00
TSC
6693a660f5 Update README.md 2023-04-17 23:12:29 -05:00
TSC
d62a113e7c Add files via upload 2023-04-17 23:01:59 -05:00
TSC
b2302a6e69 Update README.md 2023-04-17 22:57:02 -05:00
TSC
4a811c64a6 Add files via upload 2023-04-17 22:56:31 -05:00
TSC
a562af5a59 Update README.md 2023-04-17 22:39:07 -05:00
TSC
c5c29d8d2f Update README.md 2023-04-17 22:38:03 -05:00
TSC
60184adf1d Update README.md 2023-04-17 22:35:39 -05:00
TSC
7b92615a7a Add files via upload 2023-04-17 22:26:34 -05:00
TSC
08c1edba91 ____Node Changes____
XY Plot:
- A new node that connects to the KSampler Efficient through a "script" type connection.
- Allows user to define a 2D grid of variable parameters.
- The currently supported XY parameters to plot are:
	1. Incremental Seeds Batch (Seeds++ Batch)
	2. Latent Batch
	3. Steps
	4. CFG Scale
	5. Sampler, Scheduler
	6. Denoise
	7. VAE


Ksampler (Efficient):
- Upgraded the custom KSampler to handle XY Plot script inputs.
- Updated


Efficient Loader:
- Restructured the guts of the loader for future flexibility.


...

Rest of the nodes are unchanged.
2023-04-17 22:25:57 -05:00
TSC
f39f6665ba Merge pull request #1 from DrJKL/cleanup
Small cleanups
2023-04-09 19:39:58 -05:00
Alexander Brown
ee66e4ba15 Update efficiency_nodes.py 2023-04-09 12:14:16 -07:00
Alexander Brown
3ab61366ce Add some typing and explicit declaration 2023-04-09 12:14:04 -07:00
Alexander Brown
efe1f68011 classmethods take cls pylance warning 2023-04-09 11:39:11 -07:00
Alexander Brown
d1c2156bf8 Organize imports, remove unused 2023-04-09 11:37:33 -07:00
TSC
547df7663a Update README.md 2023-04-07 22:29:02 -05:00
TSC
7e210f6296 Add files via upload 2023-04-07 22:21:52 -05:00
TSC
8b7800ad5b Add files via upload
Efficient Loader:
- Added Baked VAE as an option on VAE select.
- Node will no longer reload unnecessarily on changes.

Efficient KSampler:
- Added a 'Preview Image' toggle on the Efficient Ksampler.
- Fixed mistakes in console messaging text.
- Fixed bugs and errors associated with the 'Hold' state.
- Added messages to the console for when a sampler output is being held.
- Refactored node code.
Image Overlay:
- Fixed rotation of overlay cropping the overlay image.
- Fixed an issue with the opacity slider not applying transparency correctly.
2023-04-07 22:16:34 -05:00
TSC
de81cead21 Add files via upload
Efficient Loader:
- Added Baked VAE as an option on VAE select.
- Node will no longer reload unnecessarily on changes.

Efficient Sampler:
- Added a 'Preview Image' toggle on the Efficient Ksampler.

Image Overlay:
- Fixed rotation of overlay cropping the overlay image.
- Fixed an issue with the opacity slider not applying transparency correctly.
2023-04-07 16:06:46 -05:00
TSC
83903e64f7 Add files via upload 2023-04-07 00:11:34 -05:00
TSC
451681166a Add files via upload 2023-04-06 21:14:35 -05:00
TSC
4abd7f3150 Update README.md 2023-04-06 20:49:33 -05:00
TSC
4fcd51cf07 Update README.md 2023-04-06 20:45:45 -05:00
TSC
96ec7ec25a Update README.md 2023-04-06 20:43:45 -05:00
TSC
8c01e72484 Update README.md 2023-04-06 20:30:08 -05:00
TSC
7b4a551434 Update README.md 2023-04-06 19:10:40 -05:00
TSC
cbb640bbd9 Add files via upload 2023-04-06 19:09:18 -05:00
TSC
0b23c4f440 Add files via upload 2023-04-06 19:06:17 -05:00
TSC
b93bad6554 Update README.md 2023-04-06 18:12:35 -05:00
TSC
4c6075b0ad Update README.md 2023-04-06 18:09:10 -05:00
TSC
b04f147371 Update README.md 2023-04-06 18:07:41 -05:00
TSC
6a3de9b6a9 Update README.md 2023-04-06 17:59:22 -05:00