aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | | add option to read generation params for learning previews from txt2imgAUTOMATIC2022-10-141-3/+17
| | |
* | | Merge pull request #2396 from yfszzx/masterAUTOMATIC11112022-10-141-0/+10
|\ \ \ | | | | | | | | Add a "History" tab
| * \ \ Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员2022-10-141-4/+7
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员2022-10-131-12/+42
| |\ \ \
| * \ \ \ Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员2022-10-131-7/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员2022-10-121-0/+2
| |\ \ \ \
| * | | | | images history improvementyfszzx2022-10-121-21/+19
| | | | | |
| * | | | | testyfszzx2022-10-121-37/+62
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into master不会画画的中医不是好程序员2022-10-111-13/+19
| |\ \ \ \ \ \
| * \ \ \ \ \ \ images history improvementyfszzx2022-10-111-14/+69
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员2022-10-101-26/+130
| |\ \ \ \ \ \ \ \
| * | | | | | | | | images history overyfszzx2022-10-101-1/+8
| | | | | | | | | |
| * | | | | | | | | show image historyyfszzx2022-10-101-2/+9
| | | | | | | | | |
* | | | | | | | | | possibility to load checkpoint, clip skip, and hypernet from infotextAUTOMATIC2022-10-141-7/+45
| | | | | | | | | |
* | | | | | | | | | make pasting into img2img prompt workAUTOMATIC2022-10-141-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make image params request not use temp files
* | | | | | | | | | Merge branch 'param-loading'AUTOMATIC2022-10-141-1/+29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add drag/drop param loading.d8ahazard2022-10-121-1/+29
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop an image or generational text onto the prompt bar, it loads the info for parsing.
* | | | | | | | | | remove scale latent and no-crop options from hires fixAUTOMATIC2022-10-141-14/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support copy-pasting new parameters for hires fix
* | | | | | | | | | Option between stretch and crop for Highres. fixBuckzor2022-10-141-9/+16
| | | | | | | | | |
* | | | | | | | | | Added first_pass_width and height as adjustable inputs to "High Res Fix"Buckzor2022-10-141-0/+6
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | add an ability to merge three checkpointsAUTOMATIC2022-10-141-4/+7
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | emergency fix for broken send to buttonsAUTOMATIC2022-10-131-1/+1
| | | | | | | |
* | | | | | | | add hypernetwork multipliersAUTOMATIC2022-10-131-1/+4
| | | | | | | |
* | | | | | | | options to refresh list of models and hypernetworksAUTOMATIC2022-10-131-4/+29
| | | | | | | |
* | | | | | | | add option to change what's shown in quicksettings barAUTOMATIC2022-10-131-7/+9
| | | | | | | |
* | | | | | | | Revert "fix prompt in log.csv"Greg Fuller2022-10-131-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e4b5d1696429ab78dae9779420ce6ec4cd9c5f67.
* | | | | | | | fix prompt in log.csvGreg Fuller2022-10-131-2/+6
| | | | | | | |
* | | | | | | | Fix metadata contentsGreg Fuller2022-10-131-4/+1
| | | | | | | |
* | | | | | | | 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
| | | | | | | | | |