aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
AgeCommit message (Collapse)AuthorLines
2023-01-06Change sub-quad chunk threshold to use percentagebrkirch-1/+1
2023-01-06rework saving training params to file #6372AUTOMATIC-1/+1
2023-01-06Merge remote-tracking branch 'upstream/master' into sub-quad_attn_optbrkirch-8/+22
2023-01-06Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_optbrkirch-4/+28
2023-01-06Add Birch-san's sub-quadratic attention implementationbrkirch-0/+4
2023-01-06Merge pull request #6372 from ↵AUTOMATIC1111-0/+1
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-1/+1
2023-01-05hires-fix: add "nearest-exact" latent upscale mode.cat-0/+1
2023-01-05Add option to save ti settings to file.timntorres-0/+1
2023-01-05Merge pull request #6044 from hentailord85ez/discard-penultimate-sigmaAUTOMATIC1111-0/+1
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-1/+3
progress bars
2023-01-04make it possible to work with opts.show_progress_every_n_steps = -1 with medvramAUTOMATIC-2/+4
2023-01-04Merge pull request #5969 from philpax/include-job-timestamp-in-progress-apiAUTOMATIC1111-0/+1
feat(api): include job_timestamp in progress
2023-01-04Merge pull request #6253 from Shondoit/ti-optimAUTOMATIC1111-1/+1
Save Optimizer next to TI embedding
2023-01-04Merge pull request #6261 from vladmandic/api-loggingAUTOMATIC1111-0/+1
add api logging
2023-01-04Rename bicubic antialiased optionMMaker-1/+1
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-2/+5
2023-01-04helpful error message when trying to load 2.0 without configAUTOMATIC-2/+7
failing to load model weights from settings won't break generation for currently loaded model anymore
2023-01-03add api loggingVladimir Mandic-0/+1
2023-01-03Save Optimizer next to TI embeddingShondoit-1/+1
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-0/+13
2023-01-02Hires fix reworkAUTOMATIC-1/+6
2023-01-01change karras scheduler sigmas to values recommended by SD from old 0.1 to ↵AUTOMATIC-1/+5
10 with an option to revert to old
2023-01-01show sampler selection in dropdown, add option selection to revert to old ↵AUTOMATIC-0/+1
radio group
2022-12-31alt-diffusion integrationAUTOMATIC-9/+1
2022-12-31Merge remote-tracking branch 'baai-open-internal/master' into alt-diffusionAUTOMATIC-0/+8
2022-12-31Merge pull request #6017 from hitomi/masterAUTOMATIC1111-0/+1
Add memory cache for VAE weights
2022-12-30fix shared state dictionaryVladimir Mandic-1/+1
2022-12-26Update shared.pyhentailord85ez-0/+1
2022-12-25Add memory cache for VAE weightshitomi-0/+1
2022-12-24change wording a bitAUTOMATIC-1/+1
2022-12-24added cheap NN approximation for VAEAUTOMATIC-3/+3
2022-12-24Merge pull request #5976 from AbstractQbit/fast_previewAUTOMATIC1111-2/+3
Add an option for faster low quality previews
2022-12-24added an option to filter out deepbooru tagsAUTOMATIC-0/+1
2022-12-24Add an option for faster low quality previewsAbstractQbit-2/+3
2022-12-24feat(api): include job_timestamp in progressPhilpax-0/+1
2022-12-24Merge pull request #5838 from aliencaocao/fix_gradio_pilAUTOMATIC1111-0/+1
Dirty fix for missing PIL supported file extensions
2022-12-24add an option for img2img background colorAUTOMATIC-0/+1
2022-12-24Merge pull request #5814 from timntorres/5802-save-upscaler-to-filenameAUTOMATIC1111-0/+1
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-0/+1
2022-12-17Update OptionInfo to match preexisting option.timntorres-1/+1
2022-12-17Add option to include upscaler name in filename.timntorres-0/+1
2022-12-10remove NSFW filter and its dependency; if you still want it, find it in the ↵AUTOMATIC-1/+0
extensions section
2022-12-10use less javascript for this non-js-only implementation of the clear prompt ↵AUTOMATIC-1/+0
button.
2022-12-10Merge pull request #3198 from papuSpartan/masterAUTOMATIC1111-0/+1
Add Clear Prompt button to roll_col
2022-12-10Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-optionAUTOMATIC1111-0/+1
Add option to avoid sending size between interfaces.
2022-12-10Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan-27/+70
2022-12-10add Noise multiplier option to infotextAUTOMATIC-1/+1
2022-12-10Merge pull request #5373 from mezotaken/masterAUTOMATIC1111-0/+1
add noise strength parameter similar to NAI
2022-12-06delete a filezhaohu xing-1/+1
Signed-off-by: zhaohu xing <920232796@qq.com>