Commit Graph

  • 4d634dc592 adds components to infotext_fields allows for loading script params EllangoK 2023-01-26 00:18:41 -0500
  • e57b5f7c55 re_param captures quotes with commas properly and removes unnecessary regex EllangoK 2023-01-25 22:36:14 -0500
  • f148c37467
    Remove empty bullet point from README Elliott Indiran 2023-01-26 02:28:48 +0000
  • d82d471bf7 Ask user to clarify conditions Vladimir Repin 2023-01-26 02:09:14 +0300
  • 6cff440182 fix prompt editing break after first batch in img2img AUTOMATIC 2023-01-25 23:25:40 +0300
  • d1d6ce2983 add edit_image_conditioning from my earlier edits in case there's an attempt to inegrate pix2pix properly this allows to use pix2pix model in img2img though it won't work well this way AUTOMATIC 2023-01-25 23:25:25 +0300
  • 3cead6983e
    Merge pull request #7197 from mcmonkey4eva/fix-ti-symlinks AUTOMATIC1111 2023-01-25 22:59:12 +0300
  • a85e22a127
    Merge pull request #7201 from brkirch/update-macos-defaults AUTOMATIC1111 2023-01-25 22:57:17 +0300
  • e0df864b8c Update arguments to use --upcast-sampling brkirch 2023-01-25 13:19:06 -0500
  • f5d73b6a66
    Fixed typo Spaceginner 2023-01-25 22:56:09 +0500
  • 0cc5f380d5
    even more clarifications(?) i have no idea what commit message should be Spaceginner 2023-01-25 22:41:51 +0500
  • 2de99d62dd
    some clarification Spaceginner 2023-01-25 22:38:28 +0500
  • dc0f05c57c
    Merge branch 'AUTOMATIC1111:master' into master Ivan 2023-01-25 22:34:19 +0500
  • 57096823fa
    Remove a stacktrace from an assertion to not scare people Spaceginner 2023-01-25 22:33:35 +0500
  • 15e89ef0f6 fix for unet hijack breaking the train tab AUTOMATIC 2023-01-25 20:11:01 +0300
  • 2d92d05ca2
    Merge branch 'AUTOMATIC1111:master' into master Ivan 2023-01-25 22:10:34 +0500
  • e425b9812b
    Added Python version check Spaceginner 2023-01-25 22:07:48 +0500
  • 789d47f832 make clicking extra networks button one more time close the extra networks UI AUTOMATIC 2023-01-25 19:55:31 +0300
  • e179b6098a allow symlinks in the textual inversion embeddings folder Alex "mcmonkey" Goodwin 2023-01-25 08:48:40 -0800
  • 635499e832 add pix2pix credits AUTOMATIC 2023-01-25 19:42:26 +0300
  • 1574e96729
    Merge pull request #6510 from brkirch/unet16-upcast-precision AUTOMATIC1111 2023-01-25 19:12:29 +0300
  • 1982ef6890
    Merge pull request #7138 from mykeehu/patch-4 AUTOMATIC1111 2023-01-25 18:59:11 +0300
  • 57c1baa774 change to code for live preview fix on OSX to be bit more obvious AUTOMATIC 2023-01-25 18:56:23 +0300
  • 23dafe6d86
    Merge pull request #7151 from brkirch/fix-approx-nn AUTOMATIC1111 2023-01-25 18:48:25 +0300
  • 11485659dc
    Merge pull request #7195 from Klace/instruct-pix2pix_model_load AUTOMATIC1111 2023-01-25 18:33:15 +0300
  • bd9b55ee90 Update requirements transformers==4.25.1 Kyle 2023-01-25 09:41:41 -0500
  • ee0a0da324 Add instruct-pix2pix hijack Kyle 2023-01-25 08:53:23 -0500
  • d5ce044bcd
    Merge pull request #7146 from EllangoK/master AUTOMATIC1111 2023-01-25 11:56:26 +0300
  • 1bfec873fa add an experimental option to apply loras to outputs rather than inputs AUTOMATIC 2023-01-25 11:29:46 +0300
  • 388d830df3
    close socket on ctrl-c Max Weber 2023-01-24 23:59:34 -0700
  • e3b53fd295 Add UI setting for upcasting attention to float32 brkirch 2023-01-25 00:23:10 -0500
  • 84d9ce30cb Add option for float32 sampling with float16 UNet brkirch 2023-01-24 23:51:45 -0500
  • 48a15821de remove the pip install stuff because it does not work as i hoped it would AUTOMATIC 2023-01-25 00:49:16 +0300
  • bef1931895 add fastapi to requirements AUTOMATIC 2023-01-24 23:50:04 +0300
  • 93fad28a97 print progress when installing torch add PIP_INSTALLER_LOCATION env var to install pip if it's not installed remove accidental call to accelerate when venv is disabled add another env var to skip venv - SKIP_VENV v1.0.0-pre AUTOMATIC 2023-01-24 21:13:05 +0300
  • 5228ec8bda remove fairscale requirement, add fake fairscale to make BLIP not complain about it mk2 AUTOMATIC 2023-01-24 20:30:43 +0300
  • 28189985e6 remove fairscale requirement, add fake fairscale to make BLIP not complain about it AUTOMATIC 2023-01-24 20:24:27 +0300
  • dac45299dd make git commands not fail for extensions when you have spaces in webui directory AUTOMATIC 2023-01-24 20:22:19 +0300
  • 44c0e6b993
    Merge branch 'AUTOMATIC1111:master' into master InvincibleDude 2023-01-24 15:44:09 +0300
  • ec8774729e swaps xyz axes internally if one costs more EllangoK 2023-01-24 02:53:35 -0500
  • e46bfa5a9e handling sub grids and merging into one EllangoK 2023-01-24 02:24:32 -0500
  • 9fc354e130 implements most of xyz grid script EllangoK 2023-01-24 02:22:40 -0500
  • d30ac02f28 renamed xy to xyz grid this is mostly just so git can detect it properly EllangoK 2023-01-24 02:21:32 -0500
  • 602a1864b0 also return the removed field to sdapi/v1/upscalers because someone might have relied on it existing AUTOMATIC 2023-01-24 10:09:30 +0300
  • 42a70d7477 repair sdapi/v1/upscalers returning bogus results AUTOMATIC 2023-01-24 10:05:45 +0300
  • 8b903322e6
    Merge pull request #7140 from vladmandic/api-decode-image AUTOMATIC1111 2023-01-24 09:54:20 +0300
  • 848ef919b3
    Merge pull request #7144 from catboxanon/swinir-interrupt AUTOMATIC1111 2023-01-24 09:51:53 +0300
  • 393e09c1c3
    Merge pull request #7148 from acncagua/improvement_launch.py AUTOMATIC1111 2023-01-24 09:38:10 +0300
  • f64af77adc Fix different first gen with Approx NN previews brkirch 2023-01-23 22:49:20 -0500
  • 138f3e0943
    Fix typo catboxanon 2023-01-23 22:48:26 -0500
  • cf7f0f438a
    Do not save interrupted or skipped images catboxanon 2023-01-23 22:38:04 -0500
  • ef3cd134d4
    fullfn check for save button catboxanon 2023-01-23 22:36:58 -0500
  • 10f3e2a998
    UI option to not save interrupted/skipped images catboxanon 2023-01-23 22:35:49 -0500
  • 078e16e4d3 Set Linux xformers 0.0.16RC425 acncagua 2023-01-24 12:21:07 +0900
  • 3c47b05036
    Also make SwinIR skippable catboxanon 2023-01-23 22:00:27 -0500
  • f993525820
    Make SwinIR interruptible catboxanon 2023-01-23 21:50:59 -0500
  • 45e270dfc8
    add image decod exception handling Vladimir Mandic 2023-01-23 17:11:22 -0500
  • 82a28bfe35
    Fix extra network thumbs label color Mykeehu 2023-01-23 22:36:27 +0100
  • 5c1cb9263f fix BLIP failing to import depending on configuration AUTOMATIC 2023-01-24 00:24:17 +0300
  • 7ba7f4ed6e
    Merge pull request #7113 from vladmandic/interrogate AUTOMATIC1111 2023-01-24 00:09:14 +0300
  • 7b1c7ba87b add support for apostrophe in extra network names AUTOMATIC 2023-01-23 23:11:34 +0300
  • 865af20d8a suppress A matching Triton is not available message you can all now stop worrying about it AUTOMATIC 2023-01-23 21:28:59 +0300
  • 04a561c11c
    add option to skip interrogate categories Vladimir Mandic 2023-01-23 12:29:23 -0500
  • efa7287be0
    Merge branch 'AUTOMATIC1111:master' into interrogate Vladimir Mandic 2023-01-23 12:25:07 -0500
  • c6f20f7262 make loras before 0.4.0 ALSO work AUTOMATIC 2023-01-23 18:52:55 +0300
  • 171a5b3bb9
    Merge pull request #7032 from gmq/extra-network-styles AUTOMATIC1111 2023-01-23 18:46:37 +0300
  • 756a2c3c0f
    Merge pull request #7116 from vladmandic/api-image-format AUTOMATIC1111 2023-01-23 18:37:48 +0300
  • a7c92bd5ec Remove unused code dan 2023-01-23 23:18:07 +0800
  • 9d7fbcdd60 fix hypernetwork training aria1th 2023-01-24 00:15:47 +0900
  • dbcb6fac77 feat(extra-networks): replace icon background with border Guillermo Moreno 2023-01-23 12:14:01 -0300
  • e407d1af89 add support for loras trained on kohya's scripts 0.4.0 (alphas) AUTOMATIC 2023-01-23 18:12:51 +0300
  • 6e1b296baf
    api-image-format Vladimir Mandic 2023-01-23 10:10:59 -0500
  • e8c3d03f7d a possible fix for broken image upscaling AUTOMATIC 2023-01-23 17:59:58 +0300
  • 7ff1ef77dd add a message about new torch/xformers version and a way to upgrade by specifying a commandline flag AUTOMATIC 2023-01-23 17:17:31 +0300
  • 56f63cd498
    Merge pull request #5939 from petalas/petalas/torch-upgrade AUTOMATIC1111 2023-01-23 17:15:51 +0300
  • 925dd09c91
    improve interrogate Vladimir Mandic 2023-01-23 09:03:17 -0500
  • 11a811bb3e
    Merge c788ce1266 into 59146621e2 JaLooooNz 2023-01-23 07:49:57 -0600
  • 59146621e2 better support for xformers flash attention on older versions of torch AUTOMATIC 2023-01-23 16:40:20 +0300
  • 3fa482076a Merge remote-tracking branch 'takuma104/xformers-flash-attention' AUTOMATIC 2023-01-23 16:01:53 +0300
  • 194cbd065e fix open directory button failing AUTOMATIC 2023-01-23 15:50:32 +0300
  • 97ba01a213
    Merge pull request #7081 from EllangoK/xy-hires AUTOMATIC1111 2023-01-23 15:24:11 +0300
  • 663353098e
    Merge pull request #7031 from EllangoK/master AUTOMATIC1111 2023-01-23 15:22:06 +0300
  • 74608300d1
    Merge pull request #7093 from Shondoit/fix-dark-mode AUTOMATIC1111 2023-01-23 15:09:26 +0300
  • 41265a026d third time's the charm AUTOMATIC 2023-01-23 14:50:20 +0300
  • fabdae089e add missing import to previous commit AUTOMATIC 2023-01-23 14:42:49 +0300
  • 669dbd9725 Fix dark mode Shondoit 2023-01-23 09:54:42 +0100
  • b5230197a6 rework extras tab to use script system AUTOMATIC 2023-01-23 09:24:43 +0300
  • f80ff3c1e4 feat(extra-networks): remove view dropdown Guillermo Moreno 2023-01-22 22:01:24 -0300
  • 3666642396 unbreak --theme=dark (dark mode) James Tolton 2023-01-22 20:00:42 -0500
  • f279121a94 Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui James Tolton 2023-01-22 19:56:53 -0500
  • ec59710ee0 amend previous commit to work in a proper fashion when saving previews AUTOMATIC 2023-01-22 11:04:02 +0300
  • 9522701ce1 add an option to reorder tabs for extra networks AUTOMATIC 2023-01-22 11:00:05 +0300
  • c2bc181a86 make extra networks search case-insensitive AUTOMATIC 2023-01-22 10:30:55 +0300
  • ae0c5c662e hint for discarding layers AUTOMATIC 2023-01-22 10:17:26 +0300
  • c5c3cb279a add option to discard weights in checkpoint merger UI AUTOMATIC 2023-01-22 10:17:12 +0300
  • ec509bc721 fix missing field for aesthetic embedding extension AUTOMATIC 2023-01-22 08:20:48 +0300
  • a9a6ca2722 attention ctrl+up/down enhancements AUTOMATIC 2023-01-22 08:05:21 +0300
  • 52ee648d0e fix broken textual inversion extras tab AUTOMATIC 2023-01-22 00:16:26 +0300
  • 5bb20a9b42 make current_axis_options class variable Vladimir Repin 2023-01-21 23:58:59 +0300
  • b5e1f5f490 add a slider for default value of added extra networks AUTOMATIC 2023-01-22 00:02:41 +0300