aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Fix save errorGreg Fuller2022-10-131-1/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | deepbooru: added option to use spaces or underscoresAUTOMATIC2022-10-121-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | train: change filename processing to be more simple and configurableAUTOMATIC2022-10-121-2/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge pull request #2037 from AUTOMATIC1111/embed-embeddings-in-imagesAUTOMATIC11112022-10-121-0/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Add option to store TI embeddings in png chunks, and load from same.
| * | | | | Merge branch 'master' into embed-embeddings-in-imagesDepFA2022-10-111-29/+82
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'master' into embed-embeddings-in-imagesDepFA2022-10-101-1/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into embed-embeddings-in-imagesDepFA2022-10-091-20/+116
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | add embed embedding to uiDepFA2022-10-091-1/+3
| | | | | | |
* | | | | | | change textual inversion tab to trainAUTOMATIC2022-10-121-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | remake train interface to use tabs
* | | | | | | Merge branch 'master' into feature/scale_toAUTOMATIC11112022-10-121-22/+102
|\ \ \ \ \ \ \
| * | | | | | | Ensure the directory exists before saving to itbrkirch2022-10-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The directory for the images saved with the Save button may still not exist, so it needs to be created prior to opening the log.csv file.
| * | | | | | | Merge pull request #2143 from JC-Array/deepdanbooru_pre_processAUTOMATIC11112022-10-121-1/+6
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | deepbooru tags for textual inversion preproccessing
| | * | | | | | | resolved conflicts, moved settings under interrogate section, settings only ↵JC_Array2022-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show if deepbooru flag is enabled
| | * | | | | | | Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_processJC-Array2022-10-111-26/+82
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'deepdanbooru_pre_process' into masterJC-Array2022-10-101-0/+5
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | removed change in last commit, simplified to adding the visible argument to ↵JC_Array2022-10-101-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | process_caption_deepbooru and it set to False if deepdanbooru argument is not set
| | | * | | | | | | | removed duplicate run_preprocess.click by creating run_preprocess_inputs ↵JC_Array2022-10-101-32/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list and appending deepbooru variable to input list if in scope
| | | * | | | | | | | refactored the deepbooru module to improve speed on running multiple ↵JC_Array2022-10-101-15/+37
| | | | |_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | interogations in a row. Added the option to generate deepbooru tags for textual inversion preproccessing.
| * | | | | | | | | Truncate error text to fix service lockup / stallGreg Fuller2022-10-121-1/+8
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What: * Update wrap_gradio_call to add a limit to the maximum amount of text output Why: * wrap_gradio_call currently prints out a list of the arguments provided to the failing function. * if that function is save_image, this causes the entire image to be printed to stderr * If the image is large, this can cause the service to lock up while attempting to print all the text * It is easy to generate large images using the x/y plot script * it is easy to encounter image save exceptions, including if the output directory does not exist / cannot be written to, or if the file is too big * The huge amount of log spam is confusing and not particularly helpful
| * | | | | | | | apply lr schedule to hypernetsAUTOMATIC2022-10-111-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'learning_rate-scheduling' into learnscheduleAUTOMATIC11112022-10-111-28/+84
| |\ \ \ \ \ \ \ \
| | * | | | | | | | add option to select hypernetwork modules when creatingAUTOMATIC2022-10-111-0/+2
| | | | | | | | | |
| | * | | | | | | | Merge pull request #2227 from papuSpartan/masterAUTOMATIC11112022-10-111-0/+1
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | Refresh list of models/ckpts upon hitting restart gradio in the setti…
| | | * | | | | | | move list refresh to webui.py and add stdout indicating it's doing sopapuSpartan2022-10-111-3/+0
| | | | | | | | | |
| | | * | | | | | | Refresh list of models/ckpts upon hitting restart gradio in the settings panepapuSpartan2022-10-111-0/+4
| | | |/ / / / / /
| | * | | | | | | more renamesAUTOMATIC2022-10-111-2/+2
| | | | | | | | |
| | * | | | | | | rename hypernetwork dir to hypernetworks to prevent clash with an old ↵AUTOMATIC2022-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filename that people who use zip instead of git clone will have
| | * | | | | | | Cleaned ngrok integrationJamnedZ2022-10-111-0/+5
| | | | | | | | |
| | * | | | | | | add a space holderBen2022-10-111-1/+4
| | | | | | | | |
| | * | | | | | | Layout fixBen2022-10-111-14/+14
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | fixes related to mergeAUTOMATIC2022-10-111-2/+3
| | | | | | | |
| | * | | | | | Merge branch 'master' into hypernetwork-trainingAUTOMATIC2022-10-111-31/+145
| | |\ \ \ \ \ \
| | | * | | | | | Added slider for deepbooru score threshold in settingsKenneth2022-10-111-1/+1
| | | | | | | | |
| | | * | | | | | Make the ctrl+enter shortcut use the generate button on the current tabJairo Correa2022-10-111-1/+1
| | | |/ / / / /
| | | * | | | | Always show previous mask and fix extras_send destVladimir Repin2022-10-101-1/+1
| | | | | | | |
| | | * | | | | Remove max_batch_count from ui.pyRW212022-10-101-2/+2
| | | | |_|/ / | | | |/| | |
| | * | | | | hypernetwork training mk1AUTOMATIC2022-10-071-7/+51
| | | |_|_|/ | | |/| | |
| * | | | | Refactored learning rate codeFampai2022-10-101-1/+1
| | |/ / / | |/| | |
| * | | | Custom Width and Heightalg-wiki2022-10-101-4/+8
| | | | |
| * | | | Textual Inversion: Added custom training image size and number of repeats ↵alg-wiki2022-10-101-1/+7
| | |/ / | |/| | | | | | | | | | per input image in a single epoch
* | | | Simplify crop logicJustin Maier2022-10-101-2/+2
| | | |
* | | | Add "Scale to" option to ExtrasJustin Maier2022-10-101-13/+25
|/ / /
* | | show model selection setting on top of pageAUTOMATIC2022-10-091-9/+45
| | |
* | | prevent a possible code execution error (thanks, RyotaK)AUTOMATIC2022-10-091-0/+9
| | |
* | | hide filenames for save button by defaultAUTOMATIC2022-10-091-3/+3
| | |
* | | Merge pull request #1752 from Greendayle/dev/deepdanbooruAUTOMATIC11112022-10-091-5/+24
|\ \ \ | | | | | | | | Added DeepDanbooru interrogator
| * | | made deepdanbooru optional, added to readme, automatic download of deepbooru ↵Greendayle2022-10-081-7/+12
| | | | | | | | | | | | | | | | model
| * | | fix conflictsGreendayle2022-10-081-1/+9
| |\ \ \
| * \ \ \ Merge branch 'master' into dev/deepdanbooruGreendayle2022-10-071-40/+22
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | deepdanbooru interrogatorGreendayle2022-10-051-5/+19
| | | | |