Commit Graph

83 Commits

Author SHA1 Message Date
dnl13
77d3c444ca fixes sdxl clip_l 2023-11-01 14:07:47 +01:00
dnl13
9536622211 Tiled Upscaler Script - removed controlnet model restriction 2023-11-01 12:39:15 +01:00
VALADI K JAGANATHAN
d431b9caca Update efficiency_nodes.py 2023-11-01 12:13:07 +05:30
VALADI K JAGANATHAN
e3674193a6 Update efficiency_nodes.py 2023-11-01 11:38:12 +05:30
VALADI K JAGANATHAN
9002cd9b72 Update efficiency_nodes.py
3 lines -4118,4119, 4121 changed
2023-11-01 09:58:18 +05:30
Nick Möhrmann
c47684c8f6 Update efficiency_nodes.py
Cahnged eff loader sdxl steps to 64
2023-10-22 21:45:03 +02:00
TSC
eae090a350 Merge pull request #189 from philhk/optional-cnet_stack
Optional ControlNet Stack
2023-10-20 23:01:32 -05:00
TSC
93eb925686 Efficiency Nodes V2.0 2023-10-20 15:49:32 -05:00
Phil
7eef73825e Merge branch 'LucianoCirino:main' into optional-cnet_stack 2023-09-25 23:34:38 +02:00
philhk
9a49da2c19 feat: make cnet_stack optional 2023-09-25 23:27:30 +02:00
TSC
43d265faf4 Few more I missed 2023-09-18 21:28:10 -05:00
TSC
7756c44639 XY Input LoRA Stacks Fix
Fixed issue where LoRA Stacks where not properly being swapped between generations
2023-09-18 21:17:12 -05:00
Edgar
820fe464bd Fixed start_at_step missing underscores 2023-09-18 16:31:07 +02:00
Dr.Lt.Data
74b4cfa101 fix: XY Plot accumulation bug fix about XY Capsule 2023-09-13 13:44:08 +09:00
TSC
7a0adcc335 Fixed ClipSkip Issues (Loader & XY Plot)
Efficient Loader "Clip" output was not getting its "Clip Set Last Layer" settings applied. XY Plot was also not properly applying Clip Skips.
2023-09-09 19:57:52 -05:00
TSC
8cb207b539 ControlNet Fixes (XY Input+StackApplications)
1) Fixed issue where Control Net Stacks would not get applied
2) Fixed issue where XY Input Control Net was not coded whatsoever.
2023-09-07 20:41:20 -05:00
TSC
545ccc012a XY PLot Refiner ClipSkip Printouts Fix 2023-09-05 19:13:21 -05:00
TSC
a468ffd7a2 Control Net Stack Apply Fix 2023-09-05 12:36:41 -05:00
TSC
27efc16ec6 XY Capsule Model/Clip Clone Patch 2023-09-04 17:24:46 -05:00
TSC
6b5589794a Small Fixes & Updates
1) Reintroduced Manual XY Entry Node
2) Fixed issue with KSampler outputs when in script mode
3) Unpack SDXL Tuple was fixed
2023-09-03 13:53:07 -05:00
Dr.Lt.Data
51932c7fc8 Merge branch 'LucianoCirino:main' into feat/xy_capsule 2023-09-01 09:51:04 +09:00
TSC
249bee2d58 LoRA Stacker Adv Mode Patch
Was not working
2023-08-31 14:30:39 -05:00
TSC
c5e6e79197 HiResFix Node Variable Names Refactoring 2023-08-31 14:18:29 -05:00
TSC
d60c4a95d8 HiResFix and VAEtiled Patch
Fix issues with the HiRes Script node and the KSampler's VAEtiled
2023-08-31 14:06:14 -05:00
Dr.Lt.Data
6389391aa5 fix 2023-08-31 14:01:17 +09:00
Dr.Lt.Data
583da4999e indent fix 2023-08-31 13:20:04 +09:00
Dr.Lt.Data
1a0a59060d Merge branch 'Main' into feat/xy_capsule 2023-08-31 12:59:32 +09:00
TSC
92ff8fd8c3 V1.92 Efficiency Nodes MEGA Update (SDXL + MORE)
This PR is a huge update, I added/fixed so many things that I will explain all the updates later on the release notes.
2023-08-30 20:06:15 -05:00
Dr.Lt.Data
3b93d96319 feat:XY_Capsule 2023-08-30 23:34:15 +09:00
Dr.Lt.Data
97aa014e76 wip: xy_capsule support 2023-08-30 17:55:48 +09:00
TSC
f462cdb384 KSampler Node Preview Clean
Clean the KSampler's node preview by sending an empty list to the preview output if conditions are met.
2023-08-13 12:44:05 -05:00
TSC
5bb31511ac Bug Fixes + Tiled VAE moved to KSamplers
This commit includes many changes:
- Improved installation of required python packages and improved logic when installation fails
- Moved VAE tile option from node_settings.json to the Efficient KSampler's "vae_decode" input
- Changed preview image logic, now its much less buggy
2023-08-13 10:41:59 -05:00
TSC
66588a5959 Merge pull request #71 from Mijago/feature/enable_hot_reload
Enable hot-reload of lora, checkpoint, sampler, scheduler, vae
2023-08-07 20:48:31 -05:00
TSC
204dcc4204 simpleeval-fix-2
Import simpleeval
2023-08-07 14:18:40 -05:00
TSC
e2e9c6bf33 simpleeval-fix
Mistakenly removed the importing of the simpleeval package from "efficiency_nodes.py"
2023-08-07 11:56:34 -05:00
TSC
bf93794914 Add files via upload 2023-08-06 22:09:13 -05:00
Mijago
866ac88fba Fixed minor oversight 2023-08-06 08:51:56 +02:00
Mijago
b23ad6f200 Enable hot-reload of lora, checkpoint, sampler, scheduler, vae 2023-08-05 13:41:16 +02:00
TSC
c7574186b7 KSampler Adv. (Efficient) Node 2023-07-30 20:45:27 -05:00
TSC
5f120b0c70 Fix XY-Plot not flipping XY parameters correctly 2023-07-30 17:34:34 -05:00
TSC
cb9c44a752 Update efficiency_nodes.py 2023-07-28 23:00:43 -05:00
TSC
1ed9e0e1a2 Efficient Loader SDXL Patch
Fixed issue where conditioning was not properly encoded by Efficient Loader and XY-Plots.
2023-07-28 23:00:01 -05:00
TSC
543ac8e179 Merge pull request #55 from Mijago/feature/load_lora_stack_without_lora_name
Allow the loading of lora_stack without lora_name
2023-07-28 22:28:55 -05:00
Mijago
fda12a4183 Removed unnecessary null check 2023-07-27 08:03:38 +02:00
Mijago
0d6d47de50 modified check for lora_stack 2023-07-27 08:02:25 +02:00
TSC
29f7cfc5c6 LoRA XY Manual Entry Strengths Fix 2023-07-26 18:23:24 -05:00
Mijago
264d553d9a Improved readability 2023-07-26 22:07:16 +02:00
Mijago
6e67881e91 Allow the loading of lora_stack without lora_name 2023-07-23 20:13:18 +02:00
PGadoury
d661aff93d Update efficiency_nodes.py
simple_eval for string eval node should maintain default functionality (in addition to adding the len function)
2023-07-19 15:53:01 -04:00
TSC
8ec22e9e1e Updated minimum Val for XYPlot Seeds++ 2023-07-18 18:04:18 -05:00