aboutsummaryrefslogtreecommitdiff
path: root/modules/shared.py
AgeCommit message (Collapse)Author
2022-10-14remove duplicate code for log loss, add step, make it read from options ↵AUTOMATIC
rather than gradio input
2022-10-14rework the code for lowram a bitAUTOMATIC
2022-10-14add `--lowram` parameterLjzd-PRO
load models to VRM instead of RAM (for machines which have bigger VRM than RAM such as free Google Colab server)
2022-10-14Add option to prevent empty spots in grid (1/2)Gugubo
2022-10-14Add 'interrogate' and 'all' choices to --use-cpubrkirch
* Add 'interrogate' and 'all' choices to --use-cpu * Change type for --use-cpu argument to str.lower, so that choices are case insensitive
2022-10-13add hypernetwork multipliersAUTOMATIC
2022-10-13options to refresh list of models and hypernetworksAUTOMATIC
2022-10-13add option to change what's shown in quicksettings barAUTOMATIC
2022-10-13Merge pull request #2324 from HunterVacui/interrogate_include_ranks_in_outputAUTOMATIC1111
Interrogate: add option to include ranks in output
2022-10-13remove interrogate option I accidentally deletedAUTOMATIC
2022-10-12Merge remote-tracking branch 'upstream/master' into ↵Greg Fuller
interrogate_include_ranks_in_output
2022-10-12deepbooru: added option to use spaces or underscoresAUTOMATIC
deepbooru: added option to quote (\) in tags deepbooru/BLIP: write caption to file instead of image filename deepbooru/BLIP: now possible to use both for captions deepbooru: process is stopped even if an exception occurs
2022-10-12train: change filename processing to be more simple and configurableAUTOMATIC
train: make it possible to make text files with prompts train: rework scheduler so that there's less repeating code in textual inversion and hypernets train: move epochs setting to options
2022-10-12just add the deepdanbooru settings unconditionallyAUTOMATIC
2022-10-12Merge remote-tracking branch 'origin/steve3d'AUTOMATIC
2022-10-12Merge pull request #2143 from JC-Array/deepdanbooru_pre_processAUTOMATIC1111
deepbooru tags for textual inversion preproccessing
2022-10-12create dir for hypernetworksAUTOMATIC
2022-10-11Interrogate: add option to include ranks in outputGreg Fuller
Since the UI also allows users to specify ranks, it can be useful to show people what ranks are being returned by interrogate This can also give much better results when feeding the interrogate results back into either img2img or txt2img, especially when trying to generate a specific character or scene for which you have a similar concept image Testing Steps: Launch Webui with command line arg: --deepdanbooru Navigate to img2img tab, use interrogate DeepBooru, verify tags appears as before. Use "Interrogate CLIP", verify prompt appears as before Navigate to Settings tab, enable new option, click "apply settings" Navigate to img2img, Interrogate DeepBooru again, verify that weights appear and are properly formatted. Note that "Interrogate CLIP" prompt is still unchanged In my testing, this change has no effect to "Interrogate CLIP", as it seems to generate a sentence-structured caption, and not a set of tags. (reproduce changes from https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/2149/commits/6ed4faac46c45ca7353f228aca9b436bbaba7bc7)
2022-10-12Update shared.pysupersteve3d
Correct typo to "Unload VAE and CLIP from VRAM when training" in settings tab.
2022-10-11resolved conflicts, moved settings under interrogate section, settings only ↵JC_Array
show if deepbooru flag is enabled
2022-10-11Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_processJC-Array
2022-10-11add an option to unload models during hypernetwork training to save VRAMAUTOMATIC
2022-10-11Add cross-attention optimization from InvokeAIbrkirch
* Add cross-attention optimization from InvokeAI (~30% speed improvement on MPS) * Add command line option for it * Make it default when CUDA is unavailable
2022-10-11rename hypernetwork dir to hypernetworks to prevent clash with an old ↵AUTOMATIC
filename that people who use zip instead of git clone will have
2022-10-11Cleaned ngrok integrationJamnedZ
2022-10-11fixes related to mergeAUTOMATIC
2022-10-11Comma backtrack padding (#2192)hentailord85ez
Comma backtrack padding
2022-10-11Added slider for deepbooru score threshold in settingsKenneth
2022-10-10Merge branch 'deepdanbooru_pre_process' into masterJC-Array
2022-10-10added deepbooru settings (threshold and sort by alpha or likelyhood)JC_Array
2022-10-10add an option to not add watermark to created imagesAUTOMATIC
2022-10-10Merge pull request #2131 from ssysm/upstream-masterAUTOMATIC1111
Add VAE Path Arguments
2022-10-10add eta noise seed delta optionAUTOMATIC
2022-10-10--no-half-vaeAUTOMATIC
2022-10-09Merge branch 'master' of ↵ssysm
https://github.com/AUTOMATIC1111/stable-diffusion-webui into upstream-master
2022-10-09add vae path argsssysm
2022-10-09Corrected CLIP Layer Ignore description and updated its range to the max ↵Fampai
possible
2022-10-09show model selection setting on top of pageAUTOMATIC
2022-10-09added guard for torch.load to prevent loading pickles with unknown contentAUTOMATIC
2022-10-09change up #2056 to make it work how i want it to plus make xy plot write ↵AUTOMATIC
correct values to images
2022-10-09Added extended model details to infotextWilliam Moorehouse
2022-10-09Fix typoNicolas Noullet
2022-10-09Fix VRAM Issue by only loading in hypernetwork when selected in settingsFampai
2022-10-09Merge pull request #1752 from Greendayle/dev/deepdanbooruAUTOMATIC1111
Added DeepDanbooru interrogator
2022-10-08chore: Fix typosAidan Holland
2022-10-08Added ability to ignore last n layers in FrozenCLIPEmbedderFampai
2022-10-08Merge branch 'master' into dev/deepdanbooruGreendayle
2022-10-08add --force-enable-xformers option and also add messages to console ↵AUTOMATIC
regarding cross attention optimizations
2022-10-08made deepdanbooru optional, added to readme, automatic download of deepbooru ↵Greendayle
model
2022-10-08simplify xfrmers options: --xformers to enable and that's itAUTOMATIC