Commit Graph

238 Commits

Author SHA1 Message Date
TSC
3b03fc9429 Delete X-Seeds Y-Checkpoints (Overview).png 2023-08-30 20:54:36 -05:00
TSC
f633ca15ac Add files via upload 2023-08-30 20:54:16 -05:00
TSC
ab54c91249 Update README.md 2023-08-30 20:52:43 -05:00
TSC
596644064d Update README.md 2023-08-30 20:52:22 -05:00
TSC
d95643781c Update README.md 2023-08-30 20:48:11 -05:00
TSC
fbb6a5b3aa Delete Thumbs.db 2023-08-30 20:47:17 -05:00
TSC
0b3dcbe89a Delete X-Seeds Y-Checkpoints HiRes Fix.png 2023-08-30 20:47:10 -05:00
TSC
2350f753dc Delete X-Seeds Y-Checkpoints HiRes Fix (Overview).png 2023-08-30 20:47:02 -05:00
TSC
557272e0f4 Add files via upload 2023-08-30 20:46:32 -05:00
TSC
9ffbce2678 Update README.md 2023-08-30 20:45:34 -05:00
TSC
8fcfe57ba3 Add files via upload 2023-08-30 20:44:59 -05:00
TSC
260dc41cf3 Delete workflows/XY_Plot directory 2023-08-30 20:44:22 -05:00
TSC
cc5edfbaba Add files via upload 2023-08-30 20:39:50 -05:00
TSC
4aa99aa992 Delete workflows/XY Plot directory 2023-08-30 20:39:19 -05:00
TSC
f0bc449a17 Update README.md 2023-08-30 20:37:13 -05:00
TSC
5e47890d8c v1.92 Picture Updates.md 2023-08-30 20:29:29 -05:00
TSC
da576b1741 Add files via upload 2023-08-30 20:28:37 -05:00
TSC
f6f2bd5b7a Delete X-Seeds Y-Checkpoints &HiRes Fix (Overview).png 2023-08-30 20:27:45 -05:00
TSC
e7c19f55cd Delete X-Seeds Y-Checkpoints &HiRes Fix.png 2023-08-30 20:27:36 -05:00
TSC
c0f5173c97 Add files via upload 2023-08-30 20:24:11 -05:00
TSC
9243abc634 Delete X-Seeds Y-Checkpoints +HiRes Fix.png 2023-08-30 20:23:58 -05:00
TSC
e1f47a57e2 Delete X-Seeds Y-Checkpoints +HiRes Fix (Overview).png 2023-08-30 20:23:44 -05:00
TSC
554680e952 Delete Thumbs.db 2023-08-30 20:17:30 -05:00
TSC
f8a8987dbc Delete Image Overlay (image).png 2023-08-30 20:09:49 -05:00
TSC
43a1cab30c Delete LoRA Stacking (overview).png 2023-08-30 20:09:35 -05:00
TSC
564d7a70e3 Delete Thumbs.db 2023-08-30 20:09:23 -05:00
TSC
32de787504 Delete LoRA Stacking.png 2023-08-30 20:09:07 -05:00
TSC
5d03d1da93 Delete workflows/XYplot directory 2023-08-30 20:08:26 -05:00
TSC
24f611c05c Merge pull request #113 from LucianoCirino/V1.92-Efficiency-Nodes-MEGA-Update-(SDXL-+-MORE)
V1.92 Efficiency Nodes MEGA Update (SDXL + MORE)
2023-08-30 20:08:04 -05: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
TSC
26c81dba51 Update README.md 2023-08-21 10:10:54 -05:00
TSC
003d2e9949 Not needed 2023-08-21 08:36:58 -05:00
TSC
32e960c6b3 Merge pull request #106 from LucianoCirino/Transformer/Diffuser-LoRA-Compatability
Transformer/Diffuser LoRA Compatability
2023-08-21 08:36:26 -05:00
TSC
5ea2ba3623 Transformer/Diffuser LoRA Compatability
LoRA loading loads through Comfy's database, ensuring future proof compatability.
2023-08-21 08:31:55 -05:00
TSC
60d00ff1b3 Merge pull request #98 from LucianoCirino/KSampler-Node-Preview-Clean
KSampler Node Preview Clean
2023-08-13 12:48:53 -05: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
56b55fb611 Merge pull request #97 from LucianoCirino/Bug-Fixes-+-Tiled-VAE-moved-to-KSamplers
Bug Fixes + Tiled VAE moved to KSamplers
2023-08-13 10:44:02 -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
daf5645ee6 Merge pull request #93 from LucianoCirino/Improved-server_logic-WebSocket-Handling
Improved server_logic WebSocket Handling
2023-08-10 19:51:18 -05:00
TSC
235e6aea01 Improved server_logic WebSocket Handling
Refined the server_logic function to better manage WebSocket disruptions:

- Integrated `handle_websocket_failure()` directly into `server_logic` to capture and inform about unexpected disconnection scenarios.
- Added conditionals to reset the `latest_image` when the WebSocket connection is deemed inactive.
- Ensured that the error handling mechanism is more resilient to abrupt connection terminations, especially in the context of receiving messages.
2023-08-10 19:49:29 -05:00
TSC
60e0b1bcc0 Merge pull request #91 from LucianoCirino/Improve-WebSocket-error-handling-and-connectivity
Improve WebSocket error handling and connectivity
2023-08-09 22:27:26 -05:00
TSC
b1a9fb1416 Improve WebSocket error handling and connectivity
- Introduced `handle_websocket_failure()` to consolidate error handling and messaging.
- Removed redundant `websocket_status` checks in the server initialization function.
- Enhanced the `send_command_to_frontend()` function to handle potential WebSocket failures.
- Ensured error messages related to WebSocket failures are displayed only once.
2023-08-09 22:24:14 -05:00
TSC
3cda8f26ca Update README.md 2023-08-08 22:39:32 -05:00
TSC
f4ad545587 Update README.md 2023-08-08 22:37:34 -05:00
TSC
4ed83bff47 Update README.md 2023-08-08 22:35:59 -05:00
TSC
81823c089c Update README.md 2023-08-08 22:34:21 -05:00
TSC
b4d7963444 Update README.md 2023-08-08 21:01:32 -05:00
TSC
7dcfc7d507 Update Direct Download Link 2023-08-08 08:26:18 -05:00
TSC
4f6c8c1fff Merge pull request #85 from LucianoCirino/Implement-fallback-for-pip-installations
Implement fallback for pip installations
2023-08-08 07:16:39 -05:00
TSC
d342e7228c Implement fallback for pip installations
This commit introduces a fallback mechanism for the package installation process. 

- If the `python_embedded` directory is not found, the installation defaults to the current Python environment.
- This ensures that packages are installed successfully regardless of the setup, enhancing compatibility across different machines.
2023-08-08 00:07:47 -05:00