Commit Graph

  • 011b0450e6
    Merge 12ddafaf38 into 3c9ffcf7ca rbertus2000 2024-11-16 12:30:14 +1100
  • 2455b23ab5
    Merge ab3e20fbd6 into 3c9ffcf7ca patriceac 2024-11-14 13:34:36 -0500
  • 3c9ffcf7ca Update check_modules.py beta cmdr2 2024-11-13 21:49:17 +0530
  • b3a961fc82
    Update check_modules.py main cmdr2 2024-11-13 21:49:17 +0530
  • 0c8410c371 Pin huggingface-hub to 0.23.2 to fix broken deployments cmdr2 2024-11-13 21:36:35 +0530
  • 96ec3ed270
    Pin huggingface-hub to 0.23.2 to fix broken deployments cmdr2 2024-11-13 21:36:35 +0530
  • 66d6d42f4f
    Merge dad9f7b726 into 5fe3acd44b Peter Nagy 2024-11-12 05:03:20 +0100
  • b6b78c7520
    Merge ab547d10bf into d0be4edf1d ManInDark 2024-11-05 12:06:27 -0600
  • d0be4edf1d Update to the latest forge commit - b592142f3b46852263747a4efd0d244ad17b5bb3 cmdr2 2024-10-28 18:34:36 +0530
  • d4ea34a013 Increase the webui health-check timeout to 30 seconds (from 1 second); Also trap ReadTimeout in the collection of TimeoutError cmdr2 2024-10-28 18:34:00 +0530
  • 459bfd4280 Temp patch for missing attribute cmdr2 2024-10-18 08:30:29 +0530
  • f751070c7f Warn for schedulers and steps with Flux models cmdr2 2024-10-17 12:14:01 +0530
  • 3f03432580 Get the Controlnet filters from the backend, instead of hardcoding to sdkit cmdr2 2024-10-17 11:23:52 +0530
  • d5edbfee8b Remember the Face Fix and Codeformer settings in the UI cmdr2 2024-10-17 10:49:26 +0530
  • 7e0d5893cd
    Merge pull request #1849 from easydiffusion/forge cmdr2 2024-10-17 10:29:39 +0530
  • 5d0e5e96d6 Include wbem in env PATH (to find wmic) forge cmdr2 2024-10-17 10:28:53 +0530
  • d8c3d7cf92
    Merge pull request #1847 from easydiffusion/forge cmdr2 2024-10-12 12:52:16 +0530
  • 7f9394b621 Refactor force-fp32 to not crash on PCs without cuda cmdr2 2024-10-12 12:45:48 +0530
  • 76c8e18fcf [webui] Force full-precision on NVIDIA 16xx graphics cards cmdr2 2024-10-12 12:23:45 +0530
  • f514fe6c11 Different way to use python path in dev shell cmdr2 2024-10-11 19:46:36 +0530
  • c947004ec9 Don't use shell=True in dev console cmdr2 2024-10-11 19:36:05 +0530
  • 154b550e0e Handle connection error during ping cmdr2 2024-10-11 19:18:35 +0530
  • 739ad3a964 Remove fixes for condabin, since we copy that for linux/mac now cmdr2 2024-10-11 19:14:07 +0530
  • 648187d2aa use condabin's conda instead of bin/conda cmdr2 2024-10-11 19:13:02 +0530
  • 79cfee0447 debugging cmdr2 2024-10-11 19:05:37 +0530
  • 7e00e3c260 typo cmdr2 2024-10-11 19:04:01 +0530
  • 4ab9d7aebb Expose the CONDA_BASEPATH env variable cmdr2 2024-10-11 19:03:10 +0530
  • 3ff9d9c3bb Attempt 2 at fixing conda basepath cmdr2 2024-10-11 18:57:49 +0530
  • 02a2dce049 Use condabin's conda binary on linux and mac. Works around a bug in conda 4.14 (very old version) cmdr2 2024-10-11 18:48:48 +0530
  • 72095a6d97 Copy webui_console.py in on_sd_start script cmdr2 2024-10-11 17:34:23 +0530
  • 3580fa5e32 update changelog for 3.5 cmdr2 2024-10-11 17:21:08 +0530
  • 926c55cf69 update changelog for 3.5 cmdr2 2024-10-11 17:19:58 +0530
  • 8bf8d0b1a1 update changelog for 3.5 cmdr2 2024-10-11 17:18:26 +0530
  • b3f714923f changelog cmdr2 2024-10-11 15:13:42 +0530
  • 7e208fb682 Remove temp hack for debugging cmdr2 2024-10-11 13:38:45 +0530
  • d0cd340cbd Fix bug with post-install browser open cmdr2 2024-10-11 13:37:26 +0530
  • 696b65049f Merge branch 'forge' of github.com:cmdr2/stable-diffusion-ui into forge cmdr2 2024-10-11 13:34:45 +0530
  • cabf4a4f07 Error reporting while starting the post-installation browser; Temp hack cmdr2 2024-10-11 13:34:23 +0530
  • f6e6b1ae5f
    Copy webui_console.py in sh cmdr2 2024-10-11 12:58:28 +0530
  • ec18bae5e4
    Copy webui_console.py in bat cmdr2 2024-10-11 12:57:58 +0530
  • e804247acb WebUI dev console script cmdr2 2024-10-11 12:55:35 +0530
  • 07483891b6 Tweak message for 'still installing' cmdr2 2024-10-11 12:55:24 +0530
  • dfa552585e Don't open the browser while webui is still installing. wait until the webui actually starts up. cmdr2 2024-10-11 12:28:20 +0530
  • 05cf4be89b Check for context attr cmdr2 2024-10-11 12:05:29 +0530
  • e8ee9275bc Don't parse if no filters are applied cmdr2 2024-10-11 11:39:13 +0530
  • c46f29abb0 Include scheduler in drag-and-drop cmdr2 2024-10-09 21:18:15 +0530
  • 8bd5eb5ce4 Remove unnecessary patch for sdkit's model downloader. ED now handles both kinds of model folder names cmdr2 2024-10-09 18:19:21 +0530
  • 78dcc7cb03 Bring back the earlier model scanning logic cmdr2 2024-10-09 18:16:15 +0530
  • e32b34e2f4 Show version 3.0.10 for ED 2 and 3.0 users, and 3.5.0 for webui users cmdr2 2024-10-09 14:33:04 +0530
  • 16463431dd case cmdr2 2024-10-09 14:19:28 +0530
  • 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 cmdr2 2024-10-09 13:47:06 +0530
  • d6adb17746 Fix a bug where the vae wouldn't be unloaded in webui cmdr2 2024-10-09 13:41:56 +0530
  • 3327244da2 Scheduler selection in the UI; Store Scheduler and Distilled Guidance in metadata cmdr2 2024-10-09 11:43:45 +0530
  • d283fb0776 Option to select Distilled Guidance Scale; Show warnings for Euler Ancestral sampler with Flux cmdr2 2024-10-09 11:12:28 +0530
  • 90bc1456c9 Suggest guidance value for Flux and non-Flux models cmdr2 2024-10-08 18:54:06 +0530
  • 84c8284a90 Proxy webui api cmdr2 2024-10-08 18:35:08 +0530
  • c1193377b6 Use vram_usage_level while starting webui cmdr2 2024-10-07 13:33:25 +0530
  • 5a5d37ba52 Enable rendering only the CPU cmdr2 2024-10-07 12:59:19 +0530
  • b6ba782c35 Support both WebUI and ED folder names for models cmdr2 2024-10-07 12:48:27 +0530
  • 9abc76482c Wait until the webui backend responds with a 200 OK to ping requests cmdr2 2024-10-07 12:39:07 +0530
  • 6f4e2017f4 Install Forge automatically by creating a conda environment and cloing the forge repo cmdr2 2024-10-07 11:28:28 +0530
  • 452e9fd334
    Merge 0a87a7bec3 into dfb8313d1a Ben Zichettello 2024-10-06 21:03:35 -0400
  • 6ea7dd36da Fix a bug where the config file wasn't actually read on linux/mac cmdr2 2024-10-02 15:30:29 +0530
  • 391e12e20d Require onnxruntime for nsfw checking cmdr2 2024-10-01 16:41:26 +0530
  • 4e3a5cb6d9 Automatically restart webui if it stops/crashes cmdr2 2024-10-01 16:25:56 +0530
  • f51ab909ff Reset VAE upon restart cmdr2 2024-10-01 16:25:24 +0530
  • 754a5f5e52 Case-insensitive model directories cmdr2 2024-10-01 13:55:35 +0530
  • 9a12a8618c First working version of dynamic backends, with Forge and ed_diffusers (v3) and ed_classic (v2). Does not auto-install Forge yet cmdr2 2024-10-01 10:54:58 +0530
  • 398288401a
    Merge 472a257244 into dfb8313d1a rbertus2000 2024-09-30 20:03:56 +0200
  • 2eb0c9106a Temporarily disable the auto-selection of the appropriate controlnet model cmdr2 2024-09-24 17:43:34 +0530
  • a0de0b5814 Minor refactoring of SD dir variables cmdr2 2024-09-24 17:40:00 +0530
  • 6559c41b2e minor log import change cmdr2 2024-09-24 17:27:50 +0530
  • eedaac4ddf
    Merge 97708c3cbc into 5fe3acd44b Siavosh Kasravi 2024-09-16 17:38:26 +0200
  • dfb8313d1a Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta cmdr2 2024-09-09 18:49:07 +0530
  • b7d46be530 Use SD 1.4 instead of 1.5 during installation cmdr2 2024-09-09 18:48:38 +0530
  • 5fe3acd44b
    Use 1.4 by default, instead of 1.5 v3.0.9 cmdr2 2024-09-09 18:34:32 +0530
  • ef93ec2df6
    Merge d785199bad into 1cc7c1afa0 Thomas 2024-07-30 18:09:07 +1000
  • 1cc7c1afa0
    Merge pull request #1823 from d8ahazard/main cmdr2 2024-07-24 09:48:30 +0530
  • 89f5e07619
    Log the exception while trying to create an extension info file cmdr2 2024-07-24 09:47:35 +0530
  • 45f350239e
    Don't break if we can't write a file d8ahazard 2024-07-23 17:56:35 -0500
  • ab3e20fbd6
    Removing duplicate import patriceac 2024-07-21 01:37:25 -0700
  • b815ad01ff
    Prevent Computer from Sleeping During Image Generation patriceac 2024-07-21 01:33:58 -0700
  • ab547d10bf
    Merge branch 'easydiffusion:beta' into beta ManInDark 2024-07-12 18:54:47 +0200
  • 97708c3cbc Enhancement - ability to change image count in the queue Siavosh Kasravi 2024-06-28 14:48:55 +0330
  • 716f30fecb
    Merge pull request #1810 from easydiffusion/beta cmdr2 2024-06-14 09:49:27 +0530
  • 364902f8a1 Ignore text in the version string when comparing them cmdr2 2024-06-14 09:48:49 +0530
  • a261a2d47d Fix #1779 - add to PATH only if it isn't present, to avoid exploding the PATH variable each time the function is called cmdr2 2024-06-14 09:43:30 +0530
  • dea962dc89
    Merge pull request #1808 from easydiffusion/beta cmdr2 2024-06-13 14:06:14 +0530
  • d062c2149a temp hotfix for rocm torch cmdr2 2024-06-13 14:05:11 +0530
  • 7d49dc105e
    Merge pull request #1806 from easydiffusion/beta cmdr2 2024-06-11 18:28:07 +0530
  • fcdc3f2dd0 Don't crash if psutils fails to get cpu or memory usage cmdr2 2024-06-11 18:27:21 +0530
  • d17b167a81
    Merge pull request #1803 from easydiffusion/beta cmdr2 2024-06-07 10:33:56 +0530
  • 0337ed1bc1 Update torch packages to ROCM 5.7 for Navi 3 tannisroot 2024-06-06 18:52:43 +0300
  • 1fa83eda0e
    Merge pull request #1800 from siakc/uvicorn-run-programmatically cmdr2 2024-06-06 17:51:06 +0530
  • 969751a195
    Use uvicorn.run since it's clearer to read cmdr2 2024-06-06 17:50:41 +0530
  • 1ae8675487 typo cmdr2 2024-06-06 16:20:04 +0530
  • 05f0bfebba Upgrade torch if using the newer sdkit versions cmdr2 2024-06-06 16:18:11 +0530
  • 91ad53cd94 Enhancement - using uvicorn.run() instead of os.system() Siavosh Kasravi 2024-06-05 11:12:21 +0330
  • de680dfd09 Print diffusers' version cmdr2 2024-06-05 18:53:45 +0530
  • 4edeb14e94 Allow a user to opt-in to the latest sdkit+diffusers version, while keeping existing 2.0.15.x users restricted to diffusers 0.21.4. This avoids a lengthy upgrade for existing users, while allowing users to opt-in to the latest version. More to come. cmdr2 2024-06-05 18:46:22 +0530