aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/ui.js
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' into js-misc-fixesAUTOMATIC11112023-05-011-2/+8
|\
| * Merge pull request #9969 from AUTOMATIC1111/restore_progress_fixAUTOMATIC11112023-05-011-2/+2
| |\
| | * restore_progress fixw-e-w2023-05-011-2/+2
| * | make it impossible to press the restore progress button after pressing it onceAUTOMATIC2023-05-011-0/+4
| |/
* | Use substring instead of deprecated substrAarni Koskela2023-04-301-1/+1
* | Fix unused variablesAarni Koskela2023-04-301-2/+2
* | Fix a whole bunch of implicit globalsAarni Koskela2023-04-301-15/+15
|/
* alternate restore progress button implementationAUTOMATIC2023-04-291-1/+45
* Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC2023-04-291-27/+0
* Merge branch 'dev' into feature/restore-progressAUTOMATIC11112023-04-291-1/+18
|\
| * change gradio callback from change to release in a bunch of places now that i...AUTOMATIC2023-04-291-0/+11
| * add "resize by" and "resize to" tabs to img2imgAUTOMATIC2023-03-281-0/+5
* | keep randomId simplersiutin2023-03-301-8/+2
* | add a button to restore the current progresssiutin2023-03-301-2/+34
|/
* Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC2023-03-281-21/+1
* Merge branch 'master' into img2img-enhancespace-nuko2023-03-281-5/+31
|\
| * Fix Send to img2img buttonsspace-nuko2023-03-251-5/+31
* | Use .success() callback on img2img preview inputs changespace-nuko2023-03-251-8/+0
* | img2img resolution preview should use currently selected tab's imagespace-nuko2023-03-251-3/+10
* | Add upscale slider to img2imgspace-nuko2023-03-251-2/+23
|/
* initial gradio 3.22 supportAUTOMATIC2023-03-251-2/+1
* update prompt token counts after using the paste params buttonAUTOMATIC2023-01-291-8/+28
* add checkpoints tab for extra networks UIAUTOMATIC2023-01-281-0/+7
* rework extras tab to use script systemAUTOMATIC2023-01-231-5/+0
* relocate tool buttons next to generate buttonAUTOMATIC2023-01-211-2/+2
* extra networks UIAUTOMATIC2023-01-211-5/+4
* move token counter to the location of the prompt, add token counting for the ...AUTOMATIC2023-01-201-8/+21
* allow baking in VAE in checkpoint merger tabAUTOMATIC2023-01-191-2/+0
* add progress bar to modelmergerAUTOMATIC2023-01-191-0/+11
* Process interrogation on all img2img subtabsVladimir Repin2023-01-181-0/+7
* update sending input event in java script to not cause exception in browser h...AUTOMATIC2023-01-171-0/+8
* big rework of progressbar/preview system to allow multiple users to prompts a...AUTOMATIC2023-01-151-5/+28
* add buttons to copy images between img2img tabsAUTOMATIC2023-01-141-2/+19
* load hashes from cache for checkpoints that have themAUTOMATIC2023-01-141-9/+16
* fix send to inpaint sending you to wrong placeAUTOMATIC2023-01-121-1/+1
* Merge pull request #4177 from eltociear/patch-2AUTOMATIC11112023-01-041-1/+1
|\
| * Fix typo in ui.jsIkko Ashimine2022-11-021-1/+1
* | add a button to show all setting pagesAUTOMATIC2023-01-031-0/+11
* | make "send to" buttons send actual dimension of the sent image rather than fi...AUTOMATIC2023-01-021-2/+2
* | Fix various typosJim Hays2022-12-151-1/+1
* | use less javascript for this non-js-only implementation of the clear prompt b...AUTOMATIC2022-12-101-36/+5
* | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-12-101-2/+2
|\ \
| * | made selected_gallery_index query selectors more restrictiveLiam2022-11-201-2/+2
* | | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-11-071-0/+2
|\| |
| * | add ability to create extensions that add localizationsAUTOMATIC2022-11-061-0/+2
| |/
* | clear on the client-side againpapuSpartan2022-11-011-10/+21
* | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-10-311-22/+2
|\|
| * create send to buttons in one moduleyfszzx2022-10-271-22/+2
* | fix js func signature and not forget to initialize confirmation var to preven...papuSpartan2022-10-221-3/+4
* | forgot to clear neg prompt after moving to back. Add tooltip to hintspapuSpartan2022-10-211-2/+2