Commit Graph
88 Commits
Author SHA1 Message Date
catboxanon 0f77139253 Fix inpaint upload for alpha masks, create reusable function 2023-08-15 14:24:55 -04:00
catboxanon 2154662826 Add PR refs to changelog 2023-08-15 03:23:44 -04:00
catboxanon 371b24b17c Add extra img2img noise 2023-08-15 02:19:19 -04:00
catboxanon 525b55b1e9 Restore extra_params that was lost in merge 2023-08-13 09:08:34 -04:00
catboxanon ce0829d711 Merge branch 'feat/dpmpp3msde' into feat/more-s-noise 2023-08-13 08:46:58 -04:00
catboxanon ac790fc49b Discard penultimate sigma for DPM-Solver++(3M) SDE 2023-08-13 08:46:07 -04:00
catboxanon f4757032e7 Fix s_noise description 2023-08-13 08:24:28 -04:00
catboxanon d1a70c3f05 Add s_noise param to more samplers 2023-08-13 08:22:24 -04:00
catboxanon 60a7405165 Update description of eta setting 2023-08-13 08:06:40 -04:00
catboxanon 1ae9dacb4b Add DPM-Solver++(3M) SDE 2023-08-13 07:57:29 -04:00
catboxanon 69f49c8d39 Clear sampler before decoding images
More significant VRAM reduction.
2023-08-13 04:40:34 -04:00
catboxanon 822597db49 Encode batches separately
Significantly reduces VRAM.
This makes encoding more inline with how decoding currently functions.
2023-08-13 04:16:48 -04:00
catboxanon 7fa5ee54b1 Support search and display of hashes for all extra network items 2023-08-13 02:32:54 -04:00
catboxanon af27b716e5 Fix color correction by converting image to RGB 2023-08-11 12:22:11 -04:00
catboxanon 7c9c19b2a2 Refactor postprocessing to use generator to resolve OOM issues 2023-08-11 11:32:12 -04:00
catboxanon 4fafc34e49 Fix to make LoRA old method setting work 2023-08-10 23:42:58 -04:00
catboxanon d456fb797a fix: Properly return None when VAE hash is None 2023-08-10 16:04:49 -04:00
catboxanon 386202895f Add env var for cache file 2023-08-10 06:17:45 -04:00
catboxanonandGitHub ff1bfd01ba Remove up down symbol 2023-08-09 14:41:25 -04:00
catboxanonandGitHub 2ceb4f81e2 Use better symbol for extra networks sort 2023-08-09 14:40:18 -04:00
catboxanonandGitHub 259805947e Add slerp import for extension backwards compat 2023-08-09 14:24:16 -04:00
catboxanonandGitHub 8b7b99f8d5 fix: Only import tqdm when needed 2023-08-09 12:18:03 -04:00
catboxanonandGitHub bd4b4292ef Fix hr use same sampler 2023-08-08 20:55:08 -04:00
catboxanonandGitHub 7d8f55ec7c Remove style method 2023-08-07 01:45:10 -04:00
catboxanonandGitHub 7bcfb4654f Add info to k-diffusion sigma params 2023-08-06 12:41:21 -04:00
catboxanonandGitHub 976963ab6d Clean up k-diffusion sigma params 2023-08-06 12:30:23 -04:00
catboxanon 8f31b139b8 Assume 0 = inf for s_tmax 2023-08-05 23:50:33 -04:00
catboxanon ce4be668fe Read kdiffusion sigma params from opts 2023-08-05 23:42:20 -04:00
catboxanon 1e8482356c Merge branch 'dev' into sigma-infotext 2023-08-05 23:37:38 -04:00
catboxanon f18a032190 Correct s_noise fix 2023-08-05 23:05:25 -04:00
catboxanon 31506f0771 Add sigma params to infotext 2023-08-05 22:37:25 -04:00
catboxanon 85c2c138d2 Attempt to read s_tmax from arg first if option not found 2023-08-05 21:51:46 -04:00
catboxanon c11104fed5 Add s_tmax 2023-08-05 21:42:03 -04:00
catboxanonandGitHub dfc01c68cd Increase s_churn max value 2023-08-05 21:23:58 -04:00
catboxanon 496cef956b Allow s_noise override to actually be used 2023-08-05 21:14:13 -04:00
catboxanonandGitHub bcff763b6e Add tab and carriage return to invalid filename chars 2023-08-04 22:59:47 -04:00
catboxanonandGitHub b6596cdb19 Prompt parser: account for empty field in alternating words syntax 2023-08-04 13:26:37 -04:00
catboxanonandGitHub 9213d5cb3b Open raw sysinfo link in new page 2023-08-04 12:26:37 -04:00
catboxanonandGitHub 3ca3c7f1c6 Add styling for script components 2023-08-04 07:20:32 -04:00
catboxanonandGitHub daee41e0d6 Fix Gradio 3.39.0 textbox overflow 2023-08-04 06:45:12 -04:00
catboxanonandGitHub 99f5f8e76b Fix string quotes 2023-08-04 05:47:25 -04:00
catboxanonandGitHub cd4e053e5e Simply img2img mask conversion, fix threshold 2023-08-04 05:43:53 -04:00
catboxanonandGitHub 2dc2bc4ab5 Fix string quotes 2023-08-04 05:40:13 -04:00
catboxanonandGitHub e219211ff6 Remove unused import in img2img 2023-08-04 05:35:47 -04:00
catboxanonandGitHub df9fd1d3ae Fix inpaint mask for Gradio 3.39.0 2023-08-04 05:31:38 -04:00
catboxanonandGitHub f5994e84a2 Cleanup extras checkbox infotext paste check 2023-08-04 04:57:01 -04:00
catboxanonandGitHub 7c5480eb96 Cleanup hr infotext paste check mk2 2023-08-04 04:42:35 -04:00
catboxanonandGitHub 67312653d7 Cleanup hr infotext paste check 2023-08-04 04:40:56 -04:00
catboxanonandGitHub d89a915b74 Only enable hr fix if hr scale or upscale in infotext on paste 2023-08-04 04:03:37 -04:00
catboxanonandGitHub ac8dfd9386 Toggle extras checkbox for infotext paste 2023-08-04 03:52:22 -04:00
catboxanonandGitHub 3bd2c68eb4 Add exponential scheduler for DPM-Solver++(2M) SDE
Better quality results than Karras.
Related discussion: https://gist.github.com/crowsonkb/3ed16fba35c73ece7cf4b9a2095f2b78
2023-08-04 00:51:49 -04:00
catboxanonandGitHub f7813fad1c XYZ: Use default label format for hires sampler
If both sampler and hires sampler are used this makes the distinction more clear.
2023-08-04 00:19:30 -04:00
catboxanonandGitHub 8b37734244 XYZ: Support hires sampler, cleanup 2023-08-04 00:10:14 -04:00
catboxanonandGitHub a68f469030 Fix to parse TE in some LoRAs 2023-07-24 17:54:59 -04:00
9009e25cb1 Apply suggestions from code review
Co-authored-by: Aarni Koskela <akx@iki.fi>
2023-06-02 16:12:24 -04:00
catboxanon 4cc0cede6d lint fixes 2023-06-02 04:12:08 +00:00
catboxanon 7dca8e7698 Support dynamic sort of extra networks 2023-06-02 04:08:45 +00:00
catboxanonandGitHub 60062b51d8 Remove try/except in img metadata read 2023-05-25 08:33:40 -04:00
catboxanonandGitHub 7a1bbf99da Cleaner image metadata read 2023-05-24 16:41:22 -04:00
catboxanonandGitHub 51d672890d Revert #10586 2023-05-22 13:06:57 -04:00
catboxanonandGitHub 9a442702d1 Discard penultimate sigma for dpmpp_2m_sde 2023-05-21 01:01:59 -04:00
catboxanon 373903d851 hiresfix prompt: add classes, update css sel 2023-05-20 19:34:50 +00:00
catboxanonandGitHub b2b06eee02 Support edit attn shortcut in hires fix prompts 2023-05-20 13:31:18 -04:00
catboxanonandGitHub 36791cb6af Fix blinking text of hr and scale res
goodbye
2023-05-18 14:04:55 -04:00
catboxanonandGitHub 57275da903 Reorder variable assignment 2023-05-18 13:25:32 -04:00
catboxanonandGitHub 63c02314cc .change -> .release for hires input
Improves overall UI responsiveness.
2023-05-18 13:06:13 -04:00
catboxanon 3078001439 Add/modify CFG callbacks
Required by self-attn guidance extension
https://github.com/ashen-sensored/sd_webui_SAG
2023-05-14 01:49:41 +00:00
catboxanonandGitHub cb5f61281a Allow bf16 in safe unpickler 2023-05-13 11:04:26 -04:00
catboxanon 867c8a1083 minor fix 2023-05-13 12:59:00 +00:00
catboxanon 5afc44aab1 Requested changes 2023-05-13 12:57:32 +00:00
catboxanon 867be74244 Define default fonts for Gradio theme
Allows web UI to (almost) be ran fully offline.
The web UI will hang on load if offline when
these fonts are not manually defined, as it will attempt (and fail)
to pull from Google Fonts.
2023-05-12 18:08:34 +00:00
catboxanon b14e23529f Redirect Gradio phone home request
This request is sent regardless of Gradio analytics being
enabled or not via the env var.
Idea from text-generation-webui.
2023-05-12 18:06:13 +00:00
catboxanon cb3f8ff59f Fix symlink scanning 2023-05-11 15:55:43 +00:00
catboxanonandGitHub 9de7298898 Update processing.py 2023-04-16 21:06:37 -04:00
catboxanonandGitHub 234fa9a57d Update shared.py 2023-04-16 21:06:22 -04:00
catboxanonandGitHub 4d0c816303 Modify step multiplier flow 2023-04-16 20:39:45 -04:00
catboxanonandGitHub 81b276a1ea Add second order samplers compat option 2023-04-16 20:39:18 -04:00
catboxanonandGitHub 56f8a6b081 Fix sampler schedules with step multiplier 2023-04-16 20:34:52 -04:00
catboxanonandGitHub fbab3fc6d1 Only handle image mask if any option enabled 2023-04-14 17:24:55 -04:00
catboxanonandGitHub 3af152d488 Fix image mask composite for weird resolutions 2023-04-14 17:17:14 -04:00
catboxanon caf84e8233 Expose inpainting mask and composite
For inpainting, this exposes the mask and masked composite and gives
the user the ability to display these in the web UI,
save to disk, or both.
2023-03-22 17:51:40 +00:00
catboxanonandGitHub 3c47b05036 Also make SwinIR skippable 2023-01-23 22:00:27 -05:00
catboxanonandGitHub f993525820 Make SwinIR interruptible 2023-01-23 21:50:59 -05:00
catboxanonandGitHub 0b38b72d31 Remove compat option for prompt parser 2023-01-11 09:01:37 -05:00
catboxanonandGitHub ab388d6f8b Remove compat option check for prompt parser 2023-01-11 08:59:47 -05:00
catboxanonandGitHub 035f2af050 Merge branch 'AUTOMATIC1111:master' into fix/alternating-words-emphasis 2023-01-11 08:58:43 -05:00
catboxanonandGitHub 7e45fba55b Fix prompt parser default step transformer w/ test 2023-01-10 21:47:03 -05:00
catboxanonandGitHub 5830095b73 Add old prompt parser compat option 2023-01-10 21:43:24 -05:00