aboutsummaryrefslogtreecommitdiff
path: root/modules/shared.py
AgeCommit message (Collapse)Author
2023-01-09make a dropdown for prompt template selectionAUTOMATIC
2023-01-09add an option to use old hiresfix width/height behaviorAUTOMATIC
add a visual effect to inactive hires fix elements
2023-01-07Merge pull request #6055 from brkirch/sub-quad_attn_optAUTOMATIC1111
Add Birch-san's sub-quadratic attention implementation
2023-01-06typo UI fixes #6391Kuma
2023-01-06Change sub-quad chunk threshold to use percentagebrkirch
2023-01-06rework saving training params to file #6372AUTOMATIC
2023-01-06Merge remote-tracking branch 'upstream/master' into sub-quad_attn_optbrkirch
2023-01-06Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_optbrkirch
2023-01-06Add Birch-san's sub-quadratic attention implementationbrkirch
2023-01-06Merge pull request #6372 from ↵AUTOMATIC1111
timntorres/save-ti-hypernet-settings-to-txt-revised Save hypernet and textual inversion settings to text file, revised.
2023-01-05Clean up ti, add same behavior to hypernetwork.timntorres
2023-01-05hires-fix: add "nearest-exact" latent upscale mode.cat
2023-01-05Add option to save ti settings to file.timntorres
2023-01-05Merge pull request #6044 from hentailord85ez/discard-penultimate-sigmaAUTOMATIC1111
Allow always discarding of penultimate sigma and fix doing 1 less step than specified
2023-01-04fix incorrect display/calculation for number of steps for hires fix in ↵AUTOMATIC
progress bars
2023-01-04make it possible to work with opts.show_progress_every_n_steps = -1 with medvramAUTOMATIC
2023-01-04Merge pull request #5969 from philpax/include-job-timestamp-in-progress-apiAUTOMATIC1111
feat(api): include job_timestamp in progress
2023-01-04Merge pull request #6253 from Shondoit/ti-optimAUTOMATIC1111
Save Optimizer next to TI embedding
2023-01-04Merge pull request #6261 from vladmandic/api-loggingAUTOMATIC1111
add api logging
2023-01-04Rename bicubic antialiased optionMMaker
Comma was causing the the value in PNG info to be quoted, which causes the upscaler dropdown option to be blank when sending to UI
2023-01-04Add new latent upscale modesMMaker
2023-01-04helpful error message when trying to load 2.0 without configAUTOMATIC
failing to load model weights from settings won't break generation for currently loaded model anymore
2023-01-03add api loggingVladimir Mandic
2023-01-03Save Optimizer next to TI embeddingShondoit
Also add check to load only .PT and .BIN files as embeddings. (since we add .optim files in the same directory)
2023-01-03add option to reorder items in main UIAUTOMATIC
2023-01-02Hires fix reworkAUTOMATIC
2023-01-01change karras scheduler sigmas to values recommended by SD from old 0.1 to ↵AUTOMATIC
10 with an option to revert to old
2023-01-01show sampler selection in dropdown, add option selection to revert to old ↵AUTOMATIC
radio group
2022-12-31alt-diffusion integrationAUTOMATIC
2022-12-31Merge remote-tracking branch 'baai-open-internal/master' into alt-diffusionAUTOMATIC
2022-12-31Merge pull request #6017 from hitomi/masterAUTOMATIC1111
Add memory cache for VAE weights
2022-12-30fix shared state dictionaryVladimir Mandic
2022-12-26Update shared.pyhentailord85ez
2022-12-25Add memory cache for VAE weightshitomi
2022-12-24change wording a bitAUTOMATIC
2022-12-24added cheap NN approximation for VAEAUTOMATIC
2022-12-24Merge pull request #5976 from AbstractQbit/fast_previewAUTOMATIC1111
Add an option for faster low quality previews
2022-12-24added an option to filter out deepbooru tagsAUTOMATIC
2022-12-24Add an option for faster low quality previewsAbstractQbit
2022-12-24feat(api): include job_timestamp in progressPhilpax
2022-12-24Merge pull request #5838 from aliencaocao/fix_gradio_pilAUTOMATIC1111
Dirty fix for missing PIL supported file extensions
2022-12-24add an option for img2img background colorAUTOMATIC
2022-12-24Merge pull request #5814 from timntorres/5802-save-upscaler-to-filenameAUTOMATIC1111
Add option to save upscaler to filename suffix in extras tab.
2022-12-18Fix PIL being imported before its installed (for new users only)Billy Cao
2022-12-17Update OptionInfo to match preexisting option.timntorres
2022-12-17Add option to include upscaler name in filename.timntorres
2022-12-10remove NSFW filter and its dependency; if you still want it, find it in the ↵AUTOMATIC
extensions section
2022-12-10use less javascript for this non-js-only implementation of the clear prompt ↵AUTOMATIC
button.
2022-12-10Merge pull request #3198 from papuSpartan/masterAUTOMATIC1111
Add Clear Prompt button to roll_col
2022-12-10Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-optionAUTOMATIC1111
Add option to avoid sending size between interfaces.