Commit Graph

  • c7cd9b441d Merge pull request #14296 from akx/paste-resolution AUTOMATIC1111 2023-12-14 09:41:18 +03:00
  • 6ef0ff39f2 Merge pull request #14300 from AUTOMATIC1111/oft_fixes AUTOMATIC1111 2023-12-14 09:39:57 +03:00
  • aeaf1c510f Merge pull request #14293 from HinaHyugaHime/master AUTOMATIC1111 2023-12-14 10:10:58 +03:00
  • 097140ac1a Merge branch 'dev' into master AUTOMATIC1111 2023-12-14 10:10:43 +03:00
  • 778a30a95e Merge pull request #14237 from ReneKroon/dev AUTOMATIC1111 2023-12-14 10:08:03 +03:00
  • 96c393a7a7 Merge pull request #14269 from kaalibro/skip-interrupt-keyb-shortcuts AUTOMATIC1111 2023-12-14 10:04:17 +03:00
  • 09013b357c Merge pull request #14216 from wfjsw/state-dict-ref-comparison AUTOMATIC1111 2023-12-14 10:03:14 +03:00
  • d45f790f58 Merge pull request #14230 from AUTOMATIC1111/add-option-Live-preview-in-full-page-image-viewer AUTOMATIC1111 2023-12-14 09:59:48 +03:00
  • 8c32594d3b Merge pull request #14208 from CodeHatchling/soft-inpainting AUTOMATIC1111 2023-12-14 09:56:12 +03:00
  • f3cc5f8382 Merge pull request #14229 from Nuullll/ipex-embedding AUTOMATIC1111 2023-12-14 09:52:23 +03:00
  • 28bafffdc2 Merge pull request #14266 from kaalibro/dev AUTOMATIC1111 2023-12-14 09:48:36 +03:00
  • 5db09d1865 Merge pull request #14276 from AUTOMATIC1111/fix-styles AUTOMATIC1111 2023-12-14 09:48:14 +03:00
  • c5631aa90d Merge pull request #14270 from kaalibro/extra-options-elem-id AUTOMATIC1111 2023-12-14 09:46:05 +03:00
  • 206de1a6b0 Merge pull request #14296 from akx/paste-resolution AUTOMATIC1111 2023-12-14 09:41:18 +03:00
  • b943eebb1d Merge pull request #14300 from AUTOMATIC1111/oft_fixes AUTOMATIC1111 2023-12-14 09:39:57 +03:00
  • 3772a82a70 better naming and correct order for device. Kohaku-Blueleaf 2023-12-14 01:47:13 +08:00
  • 8fc67f3851 remove debug print Kohaku-Blueleaf 2023-12-14 01:44:49 +08:00
  • 265bc26c21 Use self.scale instead of custom finalize Kohaku-Blueleaf 2023-12-14 01:43:24 +08:00
  • 735c9e8059 Fix network_oft Kohaku-Blueleaf 2023-12-14 01:38:32 +08:00
  • 89cfbc3bbe Allow pasting in WIDTHxHEIGHT strings into the width/height fields Aarni Koskela 2023-12-13 12:22:13 +02:00
  • bda86f0fd9 Update webui.sh Hina 2023-12-12 19:39:14 -06:00
  • cc41cc4349 on mouse hover show / hide modal image viewer icons w-e-w 2023-12-13 02:06:56 +09:00
  • 6513470f0d Remove unnecessary 'else', add 'lightboxModal' check kaalibro 2023-12-11 18:06:08 +06:00
  • cee1a40651 Fix linter issues kaalibro 2023-12-10 17:06:12 +06:00
  • 1d42babd32 Replace Ctrl+Alt+Enter with Esc kaalibro 2023-12-10 16:28:56 +06:00
  • 6b8143a84e Number of columns slider: max count set to 20, add description info kaalibro 2023-12-10 15:35:06 +06:00
  • 8b74389e76 fix styles.csv filename w-e-w 2023-12-10 15:48:16 +09:00
  • 23a0e60b9b fix save styles w-e-w 2023-12-10 14:03:41 +09:00
  • a8e41f585e Fix "detect image size" button missionfloyd 2023-12-09 20:02:03 -07:00
  • 5381405eaa re-derive sqrt alpha bar and sqrt one minus alphabar drhead 2023-12-09 14:09:28 -05:00
  • 1a79a5049b Assign id for "extra_options". Replace numeric field with slider in Settings. kaalibro 2023-12-09 22:35:31 +06:00
  • 9c201550dd Add keyboard shortcuts for generation kaalibro 2023-12-09 21:04:45 +06:00
  • 39ec4cfea9 Re-add setting lost as part of e294e46 kaalibro 2023-12-09 19:12:59 +06:00
  • 049d5642e5 Fix format Nuullll 2023-12-09 18:11:26 +08:00
  • 5942979344 Fix ControlNet Nuullll 2023-12-09 18:09:45 +08:00
  • 2daf98a5b6 Fix aspect ratio overlay missionfloyd 2023-12-08 23:06:59 -07:00
  • f1ff932caf Formatted soft_inpainting. CodeHatchling 2023-12-08 17:33:11 -07:00
  • b2414476ef soft_inpainting now appears in the "inpaint" section, and will not activate unless inpainting is activated. CodeHatchling 2023-12-08 17:32:41 -07:00
  • 16bdcce92d #13354: solve lora loading issue Rene Kroon 2023-12-08 21:19:29 +01:00
  • 659f62e120 Fixed grammar error. CodeHatchling 2023-12-07 21:39:54 -07:00
  • fc3e246c0f Fixed complaint about whitespace, updated help section for a parameter. CodeHatchling 2023-12-07 20:28:38 -07:00
  • f284ae23bc Added parameters for the composite stage, fixed batched generation. CodeHatchling 2023-12-07 20:19:35 -07:00
  • 0ef4a4cb23 Fixed error that occurs when using vanilla samplers (somehow). CodeHatchling 2023-12-07 14:54:26 -07:00
  • 56604f08a1 Moved image filters used by soft inpainting into soft_inpainting.py from images.py CodeHatchling 2023-12-07 14:53:44 -07:00
  • 8dbacc7d01 Fixed "No newline at end of file". CodeHatchling 2023-12-07 14:30:30 -07:00
  • 2abc417834 Re-implemented soft inpainting via a script. Also fixed some mistakes with the previous hooks, removed unnecessary formatting changes, removed code that I had forgotten to. CodeHatchling 2023-12-06 22:25:53 -07:00
  • 39ebd5684b Merge remote-tracking branch 'origin/release_candidate' into test-fp8 Kohaku-Blueleaf 2023-12-07 20:48:59 +08:00
  • 5742836180 Simplify inpaint sketch mask missionfloyd 2023-12-06 22:01:11 -07:00
  • ac45789123 Removed soft inpainting, added hooks for softpainting to work instead. CodeHatchling 2023-12-06 21:16:27 -07:00
  • 4608f6236f Removed changes in some scripts since the arguments for soft painting are no longer passed through the same path as "mask_blur". CodeHatchling 2023-12-06 18:11:17 -07:00
  • e90d4334ad A custom blending function can be provided by p, replacing the use of soft_inpainting. CodeHatchling 2023-12-06 16:54:42 -07:00
  • 9d2cbf8e97 add option: Live preview in full page image viewer w-e-w 2023-12-06 23:06:32 +09:00
  • 746783f7a4 [IPEX] Fix embedding Nuullll 2023-12-06 20:55:42 +08:00
  • c2bdbb67b6 Merge branch 'dev' into kingljl-patch-memory-leak fuchen.ljl 2023-12-06 20:42:04 +08:00
  • 4d56383025 Long distance memory overflow issue fuchen.ljl 2023-12-06 20:23:56 +08:00
  • 294ec5ac37 Merge branch 'dev' into test-fp8 Kohaku-Blueleaf 2023-12-06 15:16:49 +08:00
  • 672dc4efa8 Fix forced reload Kohaku-Blueleaf 2023-12-06 15:16:10 +08:00
  • b5e7135ad8 Remove unused import missionfloyd 2023-12-05 20:47:01 -07:00
  • 9d1385de50 Fix sketch, inpaint sketch missionfloyd 2023-12-05 20:45:19 -07:00
  • 895456c4a2 change state dict comparison to ref compare Jabasukuriputo Wang 2023-12-05 18:00:48 -06:00
  • df14dc215c Change img2img_selected_tab back to gr.State missionfloyd 2023-12-05 06:56:40 -07:00
  • 10791e7d35 Fix inpaint missionfloyd 2023-12-04 22:40:40 -07:00
  • 0d9b431571 Fix img2img missionfloyd 2023-12-04 21:48:24 -07:00
  • 120a84bd2f Merge pull request #14203 from AUTOMATIC1111/remove-clean_text() AUTOMATIC1111 2023-12-05 07:15:39 +03:00
  • f92d61497a Merge pull request #14203 from AUTOMATIC1111/remove-clean_text() AUTOMATIC1111 2023-12-05 07:15:39 +03:00
  • 38864816fa Merge remote-tracking branch 'origin2/dev' into soft-inpainting CodeHatchling 2023-12-04 20:38:13 -07:00
  • 49bbf11407 Fixed unused import. CodeHatchling 2023-12-04 19:47:40 -07:00
  • 6fc12428e3 Fixed issue where batched inpainting (batch size > 1) wouldn't work because of mismatched tensor sizes. The 'already_decoded' decoded case should also be handled correctly (tested indirectly). CodeHatchling 2023-12-04 19:42:59 -07:00
  • b32a334e3d Applies a convert('RGBA') operation early to mimic previous behaviour. CodeHatchling 2023-12-04 17:57:10 -07:00
  • 60c602232f Restored original formatting. CodeHatchling 2023-12-04 17:41:51 -07:00
  • 57f29bd61d Re-introduce latent blending step from the vanilla inpainting procedure. CodeHatchling 2023-12-04 17:41:18 -07:00
  • 1455159cf4 Fixed issue with whitespace, removed commented out code that was meant to be used as a reference. CodeHatchling 2023-12-04 16:43:57 -07:00
  • 976c1053ef Cleaned up code, moved main code contributions into soft_inpainting.py CodeHatchling 2023-12-04 16:06:58 -07:00
  • 854f8c318c remove clean_text() w-e-w 2023-12-05 04:40:12 +09:00
  • 368d66c9cc add hypertile infotext AUTOMATIC1111 2023-12-04 15:56:03 +03:00
  • 22e23dbf29 add hypertile infotext AUTOMATIC1111 2023-12-04 15:56:03 +03:00
  • 81105ee013 repair old handler for postprocessing API in a way that doesn't break interface AUTOMATIC1111 2023-12-04 13:11:00 +03:00
  • 883d6a2b34 repair old handler for postprocessing API in a way that doesn't break interface AUTOMATIC1111 2023-12-04 13:11:00 +03:00
  • 24dae9bc4c repair old handler for postprocessing API AUTOMATIC1111 2023-12-04 12:36:41 +03:00
  • 15322e1b1a repair old handler for postprocessing API AUTOMATIC1111 2023-12-04 12:36:41 +03:00
  • 259d33c3c8 Enables the original functionality to be toggled on and off. CodeHatchling 2023-12-04 01:57:21 -07:00
  • f5f89780cc Merge branch 'dev' into test-fp8 Kohaku-Blueleaf 2023-12-04 16:47:41 +08:00
  • aaacf48232 Organized the settings and UI of soft inpainting to allow for toggling the feature, and centralizes default values to reduce the amount of copy-pasta. CodeHatchling 2023-12-04 01:27:22 -07:00
  • 48fae7ccdc update changelog v1.7.0-RC AUTOMATIC1111 2023-12-04 09:35:52 +03:00
  • 9e1f3feb12 make webui not crash when running with --disable-all-extensions option AUTOMATIC1111 2023-12-04 09:15:19 +03:00
  • d6271939d0 Fix popup CSS (mostly) missionfloyd 2023-12-03 22:51:09 -07:00
  • 208760f348 Merge pull request #14192 from illtellyoulater/patch-1 AUTOMATIC1111 2023-12-04 08:14:40 +03:00
  • 64fb3d16a9 Fix fullscreen image viewer missionfloyd 2023-12-03 21:48:11 -07:00
  • 06725af40b Lint missionfloyd 2023-12-03 21:26:12 -07:00
  • 639ccf254b Update launch_utils.py to fix wrong dep. checks and reinstalls illtellyoulater 2023-12-04 02:35:35 +00:00
  • 552f8bc832 "Uncrop" the original denoised image for the composite step, fixing a "ValueError: Images do not match" *shudder* CodeHatchling 2023-12-03 14:49:41 -07:00
  • 28a2b5b4aa Fixed a math mistake. CodeHatchling 2023-12-03 14:20:20 -07:00
  • 334298d473 Merge pull request #14186 from akx/torchvision-basicsr-hack AUTOMATIC1111 2023-12-03 19:58:53 +03:00
  • 2d5507fce5 Merge pull request #14181 from AUTOMATIC1111/rework-mask-and-mask_composite-logic AUTOMATIC1111 2023-12-03 19:58:14 +03:00
  • d92ce145bb Add import_hook hack to work around basicsr incompatibility Aarni Koskela 2023-12-03 16:50:20 +02:00
  • b8040e4ab9 linter AUTOMATIC1111 2023-12-03 17:10:13 +03:00
  • 656c6a5f4d make extra networks work again AUTOMATIC1111 2023-12-03 16:56:47 +03:00
  • 8b2c562fb1 remove the code that breaks extra networks AUTOMATIC1111 2023-12-03 16:49:33 +03:00
  • 051375258c gradio4 AUTOMATIC1111 2023-12-02 23:42:06 +03:00
  • 08c68820cd gradio 3.41.2 attempt gradio-4.x-test w-e-w 2023-11-27 20:30:49 +09:00