Commit Graph

3536 Commits

Author SHA1 Message Date
cmdr2
3c9ffcf7ca Update check_modules.py 2024-11-13 21:50:52 +05:30
cmdr2
96ec3ed270
Pin huggingface-hub to 0.23.2 to fix broken deployments 2024-11-13 21:36:35 +05:30
cmdr2
d0be4edf1d Update to the latest forge commit - b592142f3b46852263747a4efd0d244ad17b5bb3 2024-10-28 18:34:36 +05:30
cmdr2
d4ea34a013 Increase the webui health-check timeout to 30 seconds (from 1 second); Also trap ReadTimeout in the collection of TimeoutError 2024-10-28 18:34:00 +05:30
cmdr2
459bfd4280 Temp patch for missing attribute 2024-10-18 08:30:29 +05:30
cmdr2
f751070c7f Warn for schedulers and steps with Flux models 2024-10-17 12:14:01 +05:30
cmdr2
3f03432580 Get the Controlnet filters from the backend, instead of hardcoding to sdkit 2024-10-17 11:23:52 +05:30
cmdr2
d5edbfee8b Remember the Face Fix and Codeformer settings in the UI 2024-10-17 10:49:26 +05:30
cmdr2
7e0d5893cd
Merge pull request #1849 from easydiffusion/forge
Include wbem in env PATH (to find wmic)
2024-10-17 10:29:39 +05:30
cmdr2
5d0e5e96d6 Include wbem in env PATH (to find wmic) 2024-10-17 10:28:53 +05:30
cmdr2
d8c3d7cf92
Merge pull request #1847 from easydiffusion/forge
ED 3.5 - Forge as a new backend
2024-10-12 12:52:16 +05:30
cmdr2
7f9394b621 Refactor force-fp32 to not crash on PCs without cuda 2024-10-12 12:45:48 +05:30
cmdr2
76c8e18fcf [webui] Force full-precision on NVIDIA 16xx graphics cards 2024-10-12 12:23:45 +05:30
cmdr2
f514fe6c11 Different way to use python path in dev shell 2024-10-11 19:46:36 +05:30
cmdr2
c947004ec9 Don't use shell=True in dev console 2024-10-11 19:36:05 +05:30
cmdr2
154b550e0e Handle connection error during ping 2024-10-11 19:18:35 +05:30
cmdr2
739ad3a964 Remove fixes for condabin, since we copy that for linux/mac now 2024-10-11 19:14:07 +05:30
cmdr2
648187d2aa use condabin's conda instead of bin/conda 2024-10-11 19:13:02 +05:30
cmdr2
79cfee0447 debugging 2024-10-11 19:05:37 +05:30
cmdr2
7e00e3c260 typo 2024-10-11 19:04:01 +05:30
cmdr2
4ab9d7aebb Expose the CONDA_BASEPATH env variable 2024-10-11 19:03:10 +05:30
cmdr2
3ff9d9c3bb Attempt 2 at fixing conda basepath 2024-10-11 18:57:49 +05:30
cmdr2
02a2dce049 Use condabin's conda binary on linux and mac. Works around a bug in conda 4.14 (very old version) 2024-10-11 18:48:48 +05:30
cmdr2
72095a6d97 Copy webui_console.py in on_sd_start script 2024-10-11 17:34:23 +05:30
cmdr2
3580fa5e32 update changelog for 3.5 2024-10-11 17:21:08 +05:30
cmdr2
926c55cf69 update changelog for 3.5 2024-10-11 17:19:58 +05:30
cmdr2
8bf8d0b1a1 update changelog for 3.5 2024-10-11 17:18:26 +05:30
cmdr2
b3f714923f changelog 2024-10-11 15:13:42 +05:30
cmdr2
7e208fb682 Remove temp hack for debugging 2024-10-11 13:38:45 +05:30
cmdr2
d0cd340cbd Fix bug with post-install browser open 2024-10-11 13:37:26 +05:30
cmdr2
696b65049f Merge branch 'forge' of github.com:cmdr2/stable-diffusion-ui into forge 2024-10-11 13:34:45 +05:30
cmdr2
cabf4a4f07 Error reporting while starting the post-installation browser; Temp hack 2024-10-11 13:34:23 +05:30
cmdr2
f6e6b1ae5f
Copy webui_console.py in sh 2024-10-11 12:58:28 +05:30
cmdr2
ec18bae5e4
Copy webui_console.py in bat 2024-10-11 12:57:58 +05:30
cmdr2
e804247acb WebUI dev console script 2024-10-11 12:55:35 +05:30
cmdr2
07483891b6 Tweak message for 'still installing' 2024-10-11 12:55:24 +05:30
cmdr2
dfa552585e Don't open the browser while webui is still installing. wait until the webui actually starts up. 2024-10-11 12:28:20 +05:30
cmdr2
05cf4be89b Check for context attr 2024-10-11 12:05:29 +05:30
cmdr2
e8ee9275bc Don't parse if no filters are applied 2024-10-11 11:39:13 +05:30
cmdr2
c46f29abb0 Include scheduler in drag-and-drop 2024-10-09 21:18:15 +05:30
cmdr2
8bd5eb5ce4 Remove unnecessary patch for sdkit's model downloader. ED now handles both kinds of model folder names 2024-10-09 18:19:21 +05:30
cmdr2
78dcc7cb03 Bring back the earlier model scanning logic 2024-10-09 18:16:15 +05:30
cmdr2
e32b34e2f4 Show version 3.0.10 for ED 2 and 3.0 users, and 3.5.0 for webui users 2024-10-09 14:33:04 +05:30
cmdr2
16463431dd case 2024-10-09 14:19:28 +05:30
cmdr2
9761b172de Use a monitor thread for restarting the webui process if it has crashed. Sometimes it would crash but the process would be a zombie. An external monitor ensures that it gets killed and restarted 2024-10-09 13:47:06 +05:30
cmdr2
d6adb17746 Fix a bug where the vae wouldn't be unloaded in webui 2024-10-09 13:41:56 +05:30
cmdr2
3327244da2 Scheduler selection in the UI; Store Scheduler and Distilled Guidance in metadata 2024-10-09 11:43:45 +05:30
cmdr2
d283fb0776 Option to select Distilled Guidance Scale; Show warnings for Euler Ancestral sampler with Flux 2024-10-09 11:12:28 +05:30
cmdr2
90bc1456c9 Suggest guidance value for Flux and non-Flux models 2024-10-08 18:54:06 +05:30
cmdr2
84c8284a90 Proxy webui api 2024-10-08 18:35:08 +05:30