aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
AgeCommit message (Collapse)AuthorLines
2022-10-12train: change filename processing to be more simple and configurableAUTOMATIC-0/+3
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-9/+4
2022-10-12Merge remote-tracking branch 'origin/steve3d'AUTOMATIC-1/+1
2022-10-12Merge pull request #2143 from JC-Array/deepdanbooru_pre_processAUTOMATIC1111-4/+9
deepbooru tags for textual inversion preproccessing
2022-10-12create dir for hypernetworksAUTOMATIC-0/+1
2022-10-11Interrogate: add option to include ranks in outputGreg Fuller-0/+1
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-1/+1
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-10/+9
show if deepbooru flag is enabled
2022-10-11Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_processJC-Array-4/+21
2022-10-11add an option to unload models during hypernetwork training to save VRAMAUTOMATIC-0/+4
2022-10-11Add cross-attention optimization from InvokeAIbrkirch-2/+3
* 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-1/+1
filename that people who use zip instead of git clone will have
2022-10-11Cleaned ngrok integrationJamnedZ-0/+1
2022-10-11fixes related to mergeAUTOMATIC-2/+11
2022-10-11Comma backtrack padding (#2192)hentailord85ez-0/+1
Comma backtrack padding
2022-10-11Added slider for deepbooru score threshold in settingsKenneth-0/+1
2022-10-10Merge branch 'deepdanbooru_pre_process' into masterJC-Array-0/+6
2022-10-10added deepbooru settings (threshold and sort by alpha or likelyhood)JC_Array-0/+6
2022-10-10add an option to not add watermark to created imagesAUTOMATIC-0/+1
2022-10-10Merge pull request #2131 from ssysm/upstream-masterAUTOMATIC1111-0/+1
Add VAE Path Arguments
2022-10-10add eta noise seed delta optionAUTOMATIC-0/+1
2022-10-10--no-half-vaeAUTOMATIC-0/+1
2022-10-09Merge branch 'master' of ↵ssysm-9/+11
https://github.com/AUTOMATIC1111/stable-diffusion-webui into upstream-master
2022-10-09add vae path argsssysm-1/+1
2022-10-09Corrected CLIP Layer Ignore description and updated its range to the max ↵Fampai-1/+1
possible
2022-10-09show model selection setting on top of pageAUTOMATIC-2/+3
2022-10-09added guard for torch.load to prevent loading pickles with unknown contentAUTOMATIC-0/+1
2022-10-09change up #2056 to make it work how i want it to plus make xy plot write ↵AUTOMATIC-1/+1
correct values to images
2022-10-09Added extended model details to infotextWilliam Moorehouse-0/+1
2022-10-09Fix typoNicolas Noullet-1/+1
2022-10-09Fix VRAM Issue by only loading in hypernetwork when selected in settingsFampai-5/+2
2022-10-09Merge pull request #1752 from Greendayle/dev/deepdanbooruAUTOMATIC1111-0/+1
Added DeepDanbooru interrogator
2022-10-08chore: Fix typosAidan Holland-3/+3
2022-10-08Added ability to ignore last n layers in FrozenCLIPEmbedderFampai-0/+1
2022-10-08Merge branch 'master' into dev/deepdanbooruGreendayle-0/+1
2022-10-08add --force-enable-xformers option and also add messages to console ↵AUTOMATIC-0/+1
regarding cross attention optimizations
2022-10-08made deepdanbooru optional, added to readme, automatic download of deepbooru ↵Greendayle-0/+1
model
2022-10-08simplify xfrmers options: --xformers to enable and that's itAUTOMATIC-1/+1
2022-10-08Merge pull request #1851 from C43H66N12O12S2/flashAUTOMATIC1111-1/+2
xformers attention
2022-10-08add xformers_available shared variableC43H66N12O12S2-1/+1
2022-10-08do not let user choose his own prompt token count limitAUTOMATIC-3/+0
2022-10-08check specifically for skippedTrung Ngo-1/+0
2022-10-08Add button to skip the current iterationTrung Ngo-0/+5
2022-10-08let user choose his own prompt token count limitAUTOMATIC-2/+3
2022-10-07added support for hypernetworks (???)AUTOMATIC-1/+8
2022-10-07Update shared.pyC43H66N12O12S2-0/+1
2022-10-06Removed duplicate defined models_pathMilly-10/+9
Use `modules.paths.models_path` instead `modules.shared.model_path`.
2022-10-06Default window title progress updates onDepFA-1/+1
2022-10-06Update shared.pyDepFA-0/+1
2022-10-06integrate the new samplers PRAUTOMATIC-1/+0