Commit Graph

437 Commits

Author SHA1 Message Date
VALADI K JAGANATHAN
5f66fc354a Create readme.md
readme
2023-10-31 07:47:12 +05:30
VALADI K JAGANATHAN
e0a487776e Update README.md
Basic info on Comfy Efficiency Nodes.
2023-10-31 07:45:46 +05:30
TSC
b9f8f0eeb0 Update README.md 2023-10-30 12:42:40 -05:00
TSC
199300106c Merge pull request #212 from Shiny1708/main
Update efficiency_nodes.py
2023-10-23 08:25:21 -05:00
Nick Möhrmann
c47684c8f6 Update efficiency_nodes.py
Cahnged eff loader sdxl steps to 64
2023-10-22 21:45:03 +02:00
TSC
8f62e4a3ee Update README.md 2023-10-21 15:21:19 -05:00
TSC
cc60a4db27 Update README.md 2023-10-21 15:20:57 -05:00
TSC
19edcfab65 Update README.md 2023-10-21 12:22:14 -05:00
TSC
d24ad267d7 Update README.md 2023-10-21 12:16:59 -05:00
TSC
1d89979af5 Update README.md 2023-10-21 10:31:20 -05:00
TSC
9274764ce6 Update README.md 2023-10-21 10:19:36 -05:00
TSC
190aa1cedc Update README.md 2023-10-21 10:09:51 -05:00
TSC
1c41b50081 Merge pull request #207 from LucianoCirino/Remove-auto-dependency-installation
Remove auto dependency installations
2023-10-21 09:33:02 -05:00
TSC
3374f36ec8 Remove auto dependency installations 2023-10-21 09:32:13 -05:00
TSC
166647feea Update README.md 2023-10-20 23:22:05 -05:00
TSC
eae090a350 Merge pull request #189 from philhk/optional-cnet_stack
Optional ControlNet Stack
2023-10-20 23:01:32 -05:00
TSC
333f984cc4 Merge pull request #204 from LucianoCirino/v2.0
Efficiency Nodes V2.0
2023-10-20 22:53:30 -05:00
TSC
ab73e18fe5 Update README.md 2023-10-20 22:43:06 -05:00
TSC
207edea264 Delete workflows/AnimateDiff & HiResFix Scripts.png 2023-10-20 22:41:50 -05:00
TSC
65fc4b0aba Delete workflows/HiRes Fix (overview).png 2023-10-20 22:31:23 -05:00
TSC
241de49b7e Delete workflows/Image Overlay.png 2023-10-20 22:31:07 -05:00
TSC
3ee4fe116c Delete workflows/SDXL Base+Refine.png 2023-10-20 22:30:50 -05:00
TSC
88955caafc Delete workflows/Thumbs.db 2023-10-20 22:30:00 -05:00
TSC
1cf053d93b Delete workflows/SDXL Base+Refine (Overview).png 2023-10-20 22:29:50 -05:00
TSC
908751e29e Delete workflows/Image Overlay (overview).png 2023-10-20 22:29:41 -05:00
TSC
66a0918e5b Delete workflows/HiRes Fix.png 2023-10-20 22:29:31 -05:00
TSC
bd29e8327f Delete workflows/ControlNet.png 2023-10-20 22:29:10 -05:00
TSC
48298ba50b Delete workflows/ControlNet (Overview).png 2023-10-20 22:28:57 -05:00
TSC
6fe0958aa1 Delete workflows/XYplot directory 2023-10-20 22:28:29 -05:00
TSC
8e63c79f7c Add files via upload 2023-10-20 22:27:21 -05:00
TSC
0049562102 Update README.md 2023-10-20 22:27:04 -05:00
TSC
349d6042a9 Delete .gitignore 2023-10-20 15:51:45 -05:00
TSC
93eb925686 Efficiency Nodes V2.0 2023-10-20 15:49:32 -05:00
TSC
749c42b69b Merge pull request #202 from JaredTherriault/patch-1
Resolve issue with loading vae
2023-10-18 17:46:31 -05:00
JaredTherriault
c1c4c97469 Update tsc_utils.py
Resolve issue with loading vae
2023-10-18 11:59:20 -07: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
6921c58d8d Merge pull request #182 from LucianoCirino/XY-Input-LoRA-Stacks-Fix
XY Input LoRA Stacks Fix
2023-09-18 21:31:25 -05: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
TSC
5c42d16494 Merge pull request #180 from edgarGracia/fix/xyplot-start_at_step
Fix Issue with "XY Input: Steps" Node and start_at_step Parameter
2023-09-18 20:05:51 -05:00
Edgar
820fe464bd Fixed start_at_step missing underscores 2023-09-18 16:31:07 +02:00
TSC
7a1e32e9c4 Merge pull request #172 from ltdrdata/fix/xyplot-acc
fix: XY Plot accumulation bug fix about XY Capsule
2023-09-13 20:37:06 -05:00
Dr.Lt.Data
74b4cfa101 fix: XY Plot accumulation bug fix about XY Capsule 2023-09-13 13:44:08 +09:00
TSC
92be0df261 Merge pull request #170 from LucianoCirino/Improve-Auto-Package-Installation
Improve Auto Package Installation
2023-09-12 07:27:10 -05:00
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