Commit Graph

1890 Commits

Author SHA1 Message Date
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
cmdr2
c1193377b6 Use vram_usage_level while starting webui 2024-10-07 13:33:25 +05:30
cmdr2
5a5d37ba52 Enable rendering only the CPU 2024-10-07 12:59:19 +05:30
cmdr2
b6ba782c35 Support both WebUI and ED folder names for models 2024-10-07 12:48:27 +05:30
cmdr2
9abc76482c Wait until the webui backend responds with a 200 OK to ping requests 2024-10-07 12:39:07 +05:30
cmdr2
6f4e2017f4 Install Forge automatically by creating a conda environment and cloing the forge repo 2024-10-07 11:28:28 +05:30
cmdr2
6ea7dd36da Fix a bug where the config file wasn't actually read on linux/mac 2024-10-02 15:30:29 +05:30
cmdr2
4e3a5cb6d9 Automatically restart webui if it stops/crashes 2024-10-01 16:25:56 +05:30
cmdr2
f51ab909ff Reset VAE upon restart 2024-10-01 16:25:24 +05:30
cmdr2
754a5f5e52 Case-insensitive model directories 2024-10-01 13:55:35 +05:30
cmdr2
9a12a8618c First working version of dynamic backends, with Forge and ed_diffusers (v3) and ed_classic (v2). Does not auto-install Forge yet 2024-10-01 10:54:58 +05:30
cmdr2
2eb0c9106a Temporarily disable the auto-selection of the appropriate controlnet model 2024-09-24 17:43:34 +05:30
cmdr2
a0de0b5814 Minor refactoring of SD dir variables 2024-09-24 17:40:00 +05:30
cmdr2
6559c41b2e minor log import change 2024-09-24 17:27:50 +05:30
cmdr2
5fe3acd44b
Use 1.4 by default, instead of 1.5 2024-09-09 18:34:32 +05:30
cmdr2
716f30fecb
Merge pull request #1810 from easydiffusion/beta
Beta
2024-06-14 09:49:27 +05:30
cmdr2
a261a2d47d Fix #1779 - add to PATH only if it isn't present, to avoid exploding the PATH variable each time the function is called 2024-06-14 09:43:30 +05:30
cmdr2
deebfc6850
Merge pull request #1787 from easydiffusion/beta
Controlnet Strength and SDXL Controlnet support for img2img and inpainting
2024-05-30 13:22:12 +05:30
cmdr2
05f3523364 Set the controlnet alpha correctly from older exports; Fix a bug with null lora model in exports 2024-05-28 19:16:48 +05:30
cmdr2
44789bf16b sdkit 2.0.15.4 - Controlnet strength slider 2024-05-28 18:45:08 +05:30
cmdr2
ddf54d589e v3.0.8 - use sdkit 2.0.15.1, to enable SDXL Controlnets for img2img and inpainting, using diffusers 0.21.4 2024-05-27 15:18:14 +05:30
cmdr2
17ef1e04f7 Roll back sdkit 2.0.18 (again) 2024-03-19 20:06:49 +05:30
cmdr2
a5b9eefcf9 v3.0.8 - update diffusers to v0.26.3 2024-03-19 19:17:10 +05:30
cmdr2
d1bd9e2a16 Prev version 2024-03-13 19:53:14 +05:30
cmdr2
8660a79ccd v3.0.8 - update diffusers to v0.26.3 2024-03-13 18:44:17 +05:30
cmdr2
dfb26ed781
Merge pull request #1702 from easydiffusion/beta
Beta
2023-12-12 18:10:46 +05:30
cmdr2
547febafba Autosave the VAE tiling setting 2023-12-12 18:10:04 +05:30
cmdr2
85eaa305cc Hotfix for #1701 - run disable VAE tiling only on pipelines that support it 2023-12-12 18:07:56 +05:30
cmdr2
212fa77b47
Merge pull request #1700 from easydiffusion/beta
Beta
2023-12-12 12:47:24 +05:30
cmdr2
e77629c525 Version and changelog 2023-12-11 22:31:12 +05:30
cmdr2
097780be26 Setting to enable/disable VAE tiling 2023-12-11 22:28:19 +05:30
Michael Chrisco
a4e651e27e
Click to learn more about samplers should go to wiki page 2023-10-28 23:40:20 -07:00
cmdr2
398a0509d7 Banner change 2023-10-12 10:05:43 +05:30
cmdr2
52cc99bf1f Revert "Revert the support banner experiment"
This reverts commit 45a14a9be9.
2023-10-12 09:58:29 +05:30
cmdr2
45a14a9be9 Revert the support banner experiment 2023-10-03 19:35:23 +05:30
cmdr2
e999832c26 Prevent the user from changing the metadata format if the server has set force_save_metadata 2023-09-30 20:11:28 +05:30
cmdr2
4c8d5a7077 Allow setting the metadata field in the server settings, instead of forcing json whenever force_save_path is set 2023-09-29 20:23:24 +05:30