Commit graph

  • 7bc5739fe2 set loopback color corrections on each iteration Brian Drupieski 2022-09-17 18:18:30 -04:00
  • d63dbb3acc
    Move scale multiplication to the front C43H66N12O12S2 2022-09-18 01:05:31 +03:00
  • 3a050d19c6
    Merge branch 'AUTOMATIC1111:master' into Dement242-patch-1 Dement242 2022-09-17 23:18:56 +02:00
  • 8ff6f09320
    Merge pull request #587 from JashoBell/Base AUTOMATIC1111 2022-09-17 23:45:10 +03:00
  • 98a6644bcf Move comments to scripts.py JashoBell 2022-09-17 12:43:57 -07:00
  • 88e315a8d5 Replace existing images when pasting from clipboard or dropping a new one (fixes #573) Connum 2022-09-17 21:09:47 +02:00
  • 33434fc6fc
    Fixed "CodeFormer visibility:" rounding to 2 decimals. Dement242 2022-09-17 21:02:46 +02:00
  • d2c7ad2fec Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui into Base JashoBell 2022-09-17 11:16:35 -07:00
  • 663af7c1c8 fix batch color correction Brian Drupieski 2022-09-17 13:57:01 -04:00
  • 23a0ec04c0
    Merge pull request #616 from dfaker/patch-3 AUTOMATIC1111 2022-09-17 20:30:25 +03:00
  • 1dd721d136
    Merge pull request #618 from EyeDeck/master AUTOMATIC1111 2022-09-17 20:29:40 +03:00
  • 933949f39c
    Merge pull request #621 from SafentisFox/responsiveCss AUTOMATIC1111 2022-09-17 20:28:44 +03:00
  • f9cae046cb
    typo DepFA 2022-09-17 18:03:52 +01:00
  • 0e5527b4df
    Add previous and next to modal with key shortcuts DepFA 2022-09-17 17:58:33 +01:00
  • fb668c58ef
    add previous and next styles DepFA 2022-09-17 17:56:53 +01:00
  • 0469972e91 Make gallery bigger on 2k+ displays safentisAuth 2022-09-17 19:27:08 +03:00
  • e24c3b79f6 Fix gallery not scrolling left EyeDeck 2022-09-17 11:58:46 -04:00
  • f96d8a601c
    Block event propagation when lightbox is triggered DepFA 2022-09-17 15:29:06 +01:00
  • 56ff118845 typo AUTOMATIC 2022-09-17 16:35:58 +03:00
  • 8d197b6a92 added user.css support AUTOMATIC 2022-09-17 16:28:19 +03:00
  • 77dcb21688 Merge remote-tracking branch 'origin/master' AUTOMATIC 2022-09-17 15:39:30 +03:00
  • 2f18823e69 fix for broken export for 4chan AUTOMATIC 2022-09-17 15:39:20 +03:00
  • d94b41472e
    Merge pull request #586 from jjisnow/image_info_tab AUTOMATIC1111 2022-09-17 14:57:30 +03:00
  • 0d7fdb1791
    Merge branch 'master' into image_info_tab AUTOMATIC1111 2022-09-17 14:57:10 +03:00
  • 1ef79f926e generalise to work on all non-masked images on all tabs DepFA 2022-09-17 03:26:47 +01:00
  • a66d857345 make background semi-transparent not black; DepFA 2022-09-17 01:13:28 +01:00
  • 1a51337077 Add modal creation and functions DepFA 2022-09-17 01:03:03 +01:00
  • 65be5312dc Add modal css classes DepFA 2022-09-17 01:00:45 +01:00
  • ba295b3268 * Fix process_images where the number of images is not a multiple of (batch_size * n_iter), which would cause us to throw an exception. * Add a textbox option to Prompts from file (ease of use and it makes it much easier to use on a mobile device) * Fix the fact that Prompts from file was sometimes passing an empty batch. Tony Beeman 2022-09-17 01:34:33 -07:00
  • 140f893153 process all values for x/y plot right away to error out if any are bad before any processing begins AUTOMATIC 2022-09-17 14:55:40 +03:00
  • 304222ef94 X/Y plot support for switching checkpoints. AUTOMATIC 2022-09-17 13:49:36 +03:00
  • 99585b3514 moved progressbar to top by request AUTOMATIC 2022-09-17 12:38:15 +03:00
  • f8f17e3b9e updated readme to reflect new model location AUTOMATIC 2022-09-17 12:12:55 +03:00
  • 247f58a5e7 add support for switching model checkpoints at runtime AUTOMATIC 2022-09-17 12:05:04 +03:00
  • b8be33dad1 hide VRAM text if polling is disabled AUTOMATIC 2022-09-17 09:23:31 +03:00
  • ed6787ca2f Add VRAM monitoring EyeDeck 2022-09-17 00:49:31 -04:00
  • ac61e4663c
    Update webui.py jjisnow 2022-09-17 16:10:46 +10:00
  • b172cd56e8
    Update webui.py jjisnow 2022-09-17 16:09:53 +10:00
  • 588d6de4a8
    Update ui.py jjisnow 2022-09-17 16:08:56 +10:00
  • 047a623f7a
    Restore run_pnginfo jjisnow 2022-09-17 16:07:07 +10:00
  • 1fc1c537c7 fix AUTOMATIC 2022-09-17 09:01:10 +03:00
  • 3c665b8dd6 the last PR broke saving EXiF completely for me. I don't know if it was broken already or some condition changed, but it seems like the person who originally added EXIF said, saving it with PIL may not work. I switched to using piexif to add data after the file written. AUTOMATIC 2022-09-17 08:32:15 +03:00
  • 4f1f348b6a image.save parameter fix JJ 2022-09-16 07:28:57 +10:00
  • c441ba065c add a comment and some checks for the functionality of the last PR AUTOMATIC 2022-09-17 08:03:47 +03:00
  • 6168d09218 Prevent uploading previous output from javascript uservar 2022-09-16 19:07:14 +00:00
  • 5a797a5612 Basic explanation for custom_code.py template JashoBell 2022-09-16 14:06:21 -07:00
  • de5bfdf917 image info tab JJ 2022-09-17 06:48:22 +10:00
  • 449719b2fc added Noise generation for outpainting mk2 to credits AUTOMATIC 2022-09-16 23:17:10 +03:00
  • 2ee9fc8eb8 new outpainting script AUTOMATIC 2022-09-16 22:18:30 +03:00
  • b64994b973 added original negative prompt to img2img alt AUTOMATIC 2022-09-16 19:24:48 +03:00
  • e49b1c5d73 an option to do exactly the amount of specified steps in img2img AUTOMATIC 2022-09-16 13:38:02 +03:00
  • be0f82df12 Merge remote-tracking branch 'origin/master' AUTOMATIC 2022-09-16 12:43:37 +03:00
  • 2288bc96fd fix extras tab showing original images instead of upscales AUTOMATIC 2022-09-16 12:43:24 +03:00
  • d8b427f8aa remove the warning at startup related to previous PR with batch processing AUTOMATIC 2022-09-16 10:21:59 +03:00
  • a441cd563a Reduce code duplication Elias Sundqvist 2022-09-16 06:40:43 +00:00
  • 2aec11d263 Add randomness and denoising strength support to alternative img2img Elias Sundqvist 2022-09-16 06:40:43 +00:00
  • b8cf2ea8ea add a bit of a comment about what's being done with tensor noise AUTOMATIC 2022-09-16 10:04:07 +03:00
  • 83bce1a604 Merge branch 'batch-seed-attempt' AUTOMATIC 2022-09-16 09:48:46 +03:00
  • 87e8b9a2ab prevent replacing torch_randn globally (instead replacing k_diffusion.sampling.torch) and add a setting to disable this all AUTOMATIC 2022-09-16 09:47:03 +03:00
  • b44ddcb443 Prompt editing only applies to images in first batch of desired batch size when batch count > 1 #535 AUTOMATIC 2022-09-16 08:51:21 +03:00
  • b153ebe3b6 fix loopback color correction to store color_correction info for initial image and use that instead of extracting from previous image in a loop #481 #541 AUTOMATIC 2022-09-16 08:33:47 +03:00
  • 3763837003 Add batch processing to Extras tab ArrowM 2022-09-15 22:23:37 -05:00
  • deea9f4d70 Replace invalid filename chars with an underscore Twizzes 2022-09-15 16:47:37 -07:00
  • 7fe00d0840 [Bug] Alternative img2img error #508 AUTOMATIC 2022-09-15 22:39:46 +03:00
  • 6452fa2fb7 Merge remote-tracking branch 'origin/master' AUTOMATIC 2022-09-15 22:31:18 +03:00
  • 6991f2cb27 SD upscale with Batch count>1 results broken images #512 AUTOMATIC 2022-09-15 22:31:06 +03:00
  • 2ddaeb318a Update scripts.py OWKenobi 2022-09-15 18:43:48 +02:00
  • 874651e4d2 match one based numbering or other batches Rickey Bowers Jr 2022-09-15 09:02:19 -06:00
  • 0fde1f3eac oh hey i broke batches with this AUTOMATIC 2022-09-15 18:05:42 +03:00
  • cde49dcbe6 add prompt editing to readme AUTOMATIC 2022-09-15 15:54:11 +03:00
  • dc769e097c Merge branch 'prompt_editing' AUTOMATIC 2022-09-15 15:39:30 +03:00
  • d4dc4c1c63 fix for Error Interrogating when user has garbage in text files #479 AUTOMATIC 2022-09-15 15:13:06 +03:00
  • d7f7378828 quantization off by default AUTOMATIC 2022-09-15 14:55:38 +03:00
  • 81baaff9b3 Respect quantization setting C43H66N12O12S2 2022-09-15 10:52:11 +03:00
  • 829d7150bc Add setting for quantization C43H66N12O12S2 2022-09-15 10:51:36 +03:00
  • 3c37c68fe0 Construct CompVisDenoiser with quantization C43H66N12O12S2 2022-09-14 18:01:01 +03:00
  • cdaab233c4 Merge remote-tracking branch 'origin/master' AUTOMATIC 2022-09-15 14:54:33 +03:00
  • 6d2eb339d6 fix for failing to save 4chan downscale for large iamges AUTOMATIC 2022-09-15 14:54:29 +03:00
  • 56b0b0feb5 Comment out empty envars in user config. Chris Oelerich 2022-09-15 01:32:57 -05:00
  • 9611008445 exif fix for webp JJ 2022-09-14 23:43:00 +10:00
  • 4448ffa52f Rewrote a large portion of the README to point towards the wiki. Mavpt 2022-09-15 11:50:55 +01:00
  • 72d7f8c761 fix typo C43H66N12O12S2 2022-09-15 13:48:13 +03:00
  • 7ec6282ec2 pass dtype to torch.zeros as well C43H66N12O12S2 2022-09-15 13:31:31 +03:00
  • f2693bec08 prompt editing AUTOMATIC 2022-09-15 13:10:16 +03:00
  • b28cf84c36 prevent repeating messages about too many tokens AUTOMATIC 2022-09-15 08:57:03 +03:00
  • dfb2e830d9 Improved directory sanitization when --hide_ui_dir_config EyeDeck 2022-09-14 21:05:00 -04:00
  • 4a626f6ea6 Corrected typos in shared.py and README Steve Eberhardt 2022-09-14 20:04:05 -07:00
  • 6a4db7b9a5 Add info about AMD to readme. AUTOMATIC 2022-09-14 20:37:56 +03:00
  • d51847c184 fix caching for img2imgalt AUTOMATIC 2022-09-14 19:41:55 +03:00
  • 91c56c51c7 Merge remote-tracking branch 'origin/master' AUTOMATIC 2022-09-14 19:13:35 +03:00
  • 3030dcfefd added a background color fix for dark scheme users AUTOMATIC 2022-09-14 19:13:23 +03:00
  • 5dde56afe3 Fixed typo in text attention setting NebulousDev 2022-09-14 10:33:00 -04:00
  • 16fb8d24d4 and make the image not be upscaled in gallery AUTOMATIC 2022-09-14 18:35:04 +03:00
  • f3de9bf7d9 make the gallery taller AUTOMATIC 2022-09-14 18:17:24 +03:00
  • 9f267af3f7 added a second style field added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI AUTOMATIC 2022-09-14 17:56:21 +03:00
  • 6153d9d9e9 Update images.py Michoko 2022-09-14 14:40:16 +02:00
  • d5520d43fd Update images.py Michoko 2022-09-13 17:46:05 +02:00
  • 94aeb5dec9 Update images.py Michoko 2022-09-13 16:43:08 +02:00
  • e16d762800 add draw legend toggle DepFA 2022-09-14 13:01:16 +01:00
  • 35229d9488 Add square bracket range+count syntax DepFA 2022-09-14 12:56:26 +01:00