TSC
9634646b40
Improve Auto Package Installation
...
- Added a timeout of 7 seconds to the package installation process using subprocess.check_call. If any package installation exceeds this duration, it's terminated, and a timeout message is displayed.
- Improved error handling during package installation. If a package fails to install, the specific reason is now displayed to the user.
Split the error message into two lines for better readability: one line indicates the failure, and the next line provides the specific error message.
- Instead of relying solely on pip freeze to determine installed packages, added a function to check if a package is installed by attempting to import it. This provides a more direct and reliable way to verify if a package is available for use.
- Removed the use of subprocess.getoutput which was causing hangs for some users and replaced it with subprocess.run.
Streamlined the logic to determine whether to use the embedded Python executable or the system's Python for installations.
2023-09-11 18:17:34 -05:00
TSC
16602c024e
Merge pull request #165 from LucianoCirino/Use-sys.executable-for-Pip-Calls
...
Use sys.executable for Pip Calls
2023-09-10 17:38:28 -05:00
TSC
1479ea36a4
updated when to use embedded
2023-09-10 17:35:08 -05:00
TSC
359ff0f788
Use sys.executable for Pip Calls
...
This PR addresses an issue where the code could potentially use a global version of pip not associated with the running Python interpreter, leading to errors such as "module pip not found".
2023-09-10 14:09:51 -05:00
TSC
3f9d0ba636
Merge pull request #164 from LucianoCirino/Fixed-ClipSkip-Issues-(Loader-&-XY-Plot)
...
Fixed ClipSkip Issues (Loader & XY Plot)
2023-09-09 19:59:43 -05: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
db169a3c5a
Merge pull request #163 from LucianoCirino/Generalize-Auto-Package-Installation-Error-Handling
...
Generalize Auto-Package Installation Error Handling
2023-09-09 13:21:13 -05:00
TSC
c8f21356e8
Generalize Auto-Package Installation Error Handling
2023-09-09 13:19:21 -05:00
TSC
e1d302b5f5
Merge pull request #161 from LucianoCirino/Change-how-Web-Extensions-are-Loaded
...
Change how Web Extensions are Loaded
2023-09-09 11:51:34 -05:00
TSC
8429544192
Update tsc_utils.py
2023-09-09 11:51:12 -05:00
TSC
efe4656caa
Change how Web Extensions are Loaded
...
This change comes from changes made to ComfyUI from commmit https://github.com/comfyanonymous/ComfyUI/pull/1273
2023-09-09 11:49:23 -05:00
TSC
23ee8bf91b
Merge pull request #157 from LucianoCirino/Improve-Compatability-with-Nested-Nodes
...
Improve Compatability with Nested Nodes
2023-09-07 22:56:02 -05:00
TSC
8ba2fe2777
Improve Compatability with Nested Nodes
2023-09-07 22:54:47 -05:00
TSC
d8b446b976
Merge pull request #155 from LucianoCirino/ControlNet-Fixes-(XY-Input+StackApplications)
...
ControlNet Fixes (XY Input+StackApplications)
2023-09-07 20:42:44 -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
1c8a6268ea
Update README.md
2023-09-06 09:23:57 -05:00
TSC
ca3f5ae870
Merge pull request #152 from LucianoCirino/Fix-Baked-VAE-XY-Plot-Issues
...
Fix Baked VAE XY Plot Issues
2023-09-06 09:12:09 -05:00
TSC
15a19c84fe
Fix Baked VAE XY Plot Issues
...
Forced Checkpoints to always overwrite cache in order to always have a Baked VAE available to grab.
2023-09-06 09:11:43 -05:00
TSC
0c95fba0c8
Update Direct Download Link
2023-09-05 23:41:07 -05:00
TSC
e610d704eb
Merge pull request #151 from LucianoCirino/Fixed-Efficient-Loaders-auto-resizing-issues
...
Fixed Efficient Loaders auto resizing issues
2023-09-05 23:17:24 -05:00
TSC
2cb958c6b8
Update widgethider.js
2023-09-05 23:15:23 -05:00
TSC
4097b75049
Fixed Efficient Loaders auto resizing issues
2023-09-05 23:13:05 -05:00
TSC
8129da835e
Merge pull request #149 from LucianoCirino/XY-Inputs-Checkpoint-&-LoRA-input_modes-Fix-#2
...
XY Inputs Checkpoint & LoRA input_modes Fix #2
2023-09-05 21:10:42 -05:00
TSC
a2fe4265b6
XY Inputs Checkpoint & LoRA input_modes Fix #2
...
Fixed an issue where adding Checkpoints would not add the VAE option for when input mode was set to "Ckpt Names+ClipSkip+VAE".
Fixed Issue where LoRA XY inputs would also not show the correct widgets on node.
2023-09-05 21:10:04 -05:00
TSC
0216d23335
Merge pull request #148 from LucianoCirino/XY-Input-Checkpoint-"+VAE"-input_mode-Fix
...
XY Input: Checkpoint "+VAE" input_mode Fix
2023-09-05 20:31:30 -05:00
TSC
555002aaff
XY Input: Checkpoint "+VAE" input_mode Fix
...
Fixed an issue where adding Checkpoints would not add the VAE option for when input mode was set to "Ckpt Names+ClipSkip+VAE"
2023-09-05 20:30:59 -05:00
TSC
eb8f8bebff
Merge pull request #147 from LucianoCirino/XY-PLot-Refiner-ClipSkip-Printouts-Fix
...
XY PLot Refiner ClipSkip Printouts Fix
2023-09-05 19:16:21 -05:00
TSC
545ccc012a
XY PLot Refiner ClipSkip Printouts Fix
2023-09-05 19:13:21 -05:00
TSC
5947885ee3
Update README.md
2023-09-05 18:35:26 -05:00
TSC
dcfa033433
Update README.md
2023-09-05 18:30:23 -05:00
TSC
03d660b77f
Update README.md
2023-09-05 18:14:26 -05:00
TSC
17b46f6e47
Add files via upload
2023-09-05 18:10:51 -05:00
TSC
2aa413ef6c
Add files via upload
2023-09-05 17:58:47 -05:00
TSC
7788741c70
Merge pull request #145 from LucianoCirino/Control-Net-Stack-Apply-Fix
...
Control Net Stack Apply Fix
2023-09-05 12:38:40 -05:00
TSC
a468ffd7a2
Control Net Stack Apply Fix
2023-09-05 12:36:41 -05:00
TSC
6ca74a8a68
Merge pull request #142 from LucianoCirino/XY-Capsule-Model/Clip-Clone-Patch
...
XY Capsule Model/Clip Clone Patch
2023-09-04 17:25:55 -05:00
TSC
27efc16ec6
XY Capsule Model/Clip Clone Patch
2023-09-04 17:24:46 -05:00
TSC
3569f8705d
Merge pull request #140 from LucianoCirino/Small-Fixes-&-Updates
...
Small Fixes & Updates
2023-09-03 13:57:29 -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
TSC
01bb6c810a
Add files via upload
2023-09-03 11:24:47 -05:00
TSC
a0fcee716f
Merge pull request #111 from ltdrdata/feat/xy_capsule
...
feat:Providing an interface for utilizing the XY Plot externally.
2023-09-02 10:31:49 -05:00
Dr.Lt.Data
51932c7fc8
Merge branch 'LucianoCirino:main' into feat/xy_capsule
2023-09-01 09:51:04 +09:00
TSC
59b500e80f
Merge pull request #130 from LucianoCirino/LoRA-Stacker-Adv-Mode-Patch
...
LoRA Stacker Adv Mode Patch
2023-08-31 14:33:00 -05:00
TSC
249bee2d58
LoRA Stacker Adv Mode Patch
...
Was not working
2023-08-31 14:30:39 -05:00
TSC
61de6d51c0
Merge pull request #129 from LucianoCirino/HiResFix-Node-Variable-name-Refactoring
...
HiResFix Node Variable Names Refactoring
2023-08-31 14:21:46 -05:00
TSC
c5e6e79197
HiResFix Node Variable Names Refactoring
2023-08-31 14:18:29 -05:00
TSC
bd91d4ae6e
Merge pull request #128 from LucianoCirino/HiResFix-and-VAEtiled-Patch
...
HiResFix and VAEtiled Patch
2023-08-31 14:08:12 -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