Commit Graph

16 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
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
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
de0641cd99 Mini-Patch 2023-04-18 18:50:40 -05:00
TSC
d62a113e7c Add files via upload 2023-04-17 23:01:59 -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
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
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
cbb640bbd9 Add files via upload 2023-04-06 19:09:18 -05:00
TSC
d70abd17a5 Add files via upload 2023-04-06 15:05:52 -05:00