3645 Commits

Author SHA1 Message Date
4fb876c393 Support python paths in legacy installations in the dev console 2025-07-25 14:49:19 +05:30
cce6a205a6 Use the launched python executable for installing new packages 2025-07-25 14:43:26 +05:30
afcf85c3f7 Fix a conflict where the system-wide python gets picked up on some Windows PCs 2025-07-25 14:29:36 +05:30
0daf5ea9f6 WebUI: Temporarily apply the zombie process fix only on Windows. It seems to break on Linux (possibly Mac too) 2025-07-19 00:14:54 +05:30
491ee9ef1e Fix a bug where 'Use these settings' wouldn't reset the text encoder field (from non-Flux/Chroma tasks) 2025-07-18 16:37:23 +05:30
1adf7d1a6e v3.5.9 2025-07-18 16:15:12 +05:30
36f5ee97f8 WebUI: Stability fix, to avoid zombie processes hanging around occasionally after closing Easy Diffusion 2025-07-18 16:13:47 +05:30
ffaae89e7f WebUI: Force it to start at the specified port, or fail if something's already running at that port. Avoids Gradio's silent behavior of automatically starting at the next available port, which throws the system into an inconsistent state if Forge is already running (as a user choice, or as a zombie process) 2025-07-18 13:36:41 +05:30
ec638b4343 Fix typo that broke copy/paste settings 2025-07-18 10:26:17 +05:30
3977565cfa Allow custom CLI args for WebUI 2025-07-14 19:40:05 +05:30
09f7250454 Log the WebUI server error 2025-07-14 19:11:07 +05:30
4e07966e54 Log the WebUI server error 2025-07-14 19:10:39 +05:30
5548e422e9 Better logging for webui server errors 2025-07-14 18:54:39 +05:30
efd6dfaca5 Stability fix for Forge - garbage collect forcibly before reloading big models. caused a process crash on occasion 2025-07-14 18:40:15 +05:30
8da94496ed Allow gguf text encoders and vae 2025-07-14 18:03:39 +05:30
78538f5cfb Remove temporary logs 2025-07-14 13:25:23 +05:30
279ce2e263 v3.5.8 2025-07-14 13:21:29 +05:30
889a070e62 Support custom text encoders and Flux VAEs in the UI 2025-07-14 13:20:26 +05:30
497b996ce9 Stability patches for the WebUI backend 2025-07-14 12:59:04 +05:30
83b8028e0a Ignore pickle scanning for .sft and .gguf files 2025-06-27 16:43:41 +05:30
7315584904 v3.5.7 - chroma support 2025-06-27 15:32:18 +05:30
9d86291b13 webui: chroma support; update Forge to the latest commit 2025-06-27 15:21:09 +05:30
2c359e0e39 webui: logging changes 2025-06-27 15:20:30 +05:30
a7f0568bff Remove an unnecessary check, the installer already checks for this 2025-06-27 14:06:42 +05:30
275897fcd4 Fix a install warning check - this field isn't saved anymore 2025-06-27 14:05:32 +05:30
9a71f23709 Potential fix for #1942 - basicsr wasn't installing on mac 2025-06-27 13:58:18 +05:30
c845dd32a8 Add support for AMD 9060/9070 2025-06-13 10:45:35 +05:30
193a8dc7c5 Auto-fix cpu-only torch installations on NVIDIA 5060 2025-05-30 18:34:54 +05:30
712770d0f8 Early support for AMD 9070 (and Navi 4x series) 2025-05-30 13:07:56 +05:30
d5e4fc2e2f Recognize 5060 Ti and a few other recent GPUs 2025-05-30 10:58:10 +05:30
58c6d02c41 Support more GPUs (workstation and mining); Fix torchruntime test 2025-04-29 10:40:08 +05:30
e4dd2e26ab Fix torchruntime to not force cu128 on older NVIDIA GPUs (which don't support it) 2025-04-29 10:08:24 +05:30
40801de615 Tell the user to reinstall ED if they're trying to use a 50xx GPU with Python 3.8-based Easy Diffusion 2025-04-27 21:28:56 +05:30
adfe24fdd0 Fix FileNotFoundError when installing torch on Windows PCs without powershell in their system PATH variable 2025-04-25 20:45:14 +05:30
1ed27e63f9 Use pytorch 2.7 (with cuda 12.8) on new installations with NVIDIA gpus 2025-04-24 15:50:55 +05:30
0e3b6a8609 Auto-upgrade torch for NVIDIA 50xx series. Fix for #1918 2025-04-23 15:22:59 +05:30
16c76886fa Fix for incorrect upgrade logic for torchruntime. Affects the workaround in #1918 2025-04-23 15:22:30 +05:30
5c7625c425 Fix for blackwell GPUs on new installations 2025-03-29 14:34:17 +05:30
4044d696e6 Use torchruntime with Forge 2025-03-11 11:03:48 +05:30
5285e8f5e8 Use safetensors as the default model instead of ckpt 2025-03-11 10:24:55 +05:30
7a9d25fb4f Fix nvidia 50xx support 2025-03-10 06:20:46 +05:30
0b24ef71a1 Fix compatibility with python 3.9 and directml 2025-03-07 10:39:38 +05:30
24e374228d Check for half-precision on GeForce MX450 2025-03-07 10:28:07 +05:30
9c7f84bd55 Fix Granite Ridge APU device type 2025-03-06 12:48:18 +05:30
5df082a98f Recognize some more cards (5070, Granite Ridge) via a torchruntime upgrade 2025-03-06 12:06:13 +05:30
895801b667 Use 64MB dict size for NSIS compressor 2025-03-06 10:18:55 +05:30
f0671d407d Use python 3.9 by default 2025-03-04 15:27:57 +05:30
64be622285 sdkit 2.0.22.7/2.0.15.16 - python 3.9 compatibility 2025-03-04 14:58:34 +05:30
80a4c6f295 torchruntime upgrade - fix bug with multiple GPUs of the same model 2025-03-04 11:27:17 +05:30
7a383d7bc4 sdkit upgrade - fixes loras with numpy arrays 2025-02-19 14:56:23 +05:30