Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-03-28 | Revert "Merge pull request #7931 from space-nuko/img2img-enhance" | AUTOMATIC | -21/+1 | |
This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf. | ||||
2023-03-28 | Merge branch 'master' into img2img-enhance | space-nuko | -5/+31 | |
2023-03-25 | Fix Send to img2img buttons | space-nuko | -5/+31 | |
2023-03-25 | Use .success() callback on img2img preview inputs change | space-nuko | -8/+0 | |
2023-03-25 | img2img resolution preview should use currently selected tab's image | space-nuko | -3/+10 | |
2023-03-25 | Add upscale slider to img2img | space-nuko | -2/+23 | |
2023-03-25 | initial gradio 3.22 support | AUTOMATIC | -2/+1 | |
2023-01-30 | update prompt token counts after using the paste params button | AUTOMATIC | -8/+28 | |
2023-01-28 | add checkpoints tab for extra networks UI | AUTOMATIC | -0/+7 | |
2023-01-23 | rework extras tab to use script system | AUTOMATIC | -5/+0 | |
2023-01-21 | relocate tool buttons next to generate button | AUTOMATIC | -2/+2 | |
prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt | ||||
2023-01-21 | extra networks UI | AUTOMATIC | -5/+4 | |
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight> | ||||
2023-01-20 | move token counter to the location of the prompt, add token counting for the ↵ | AUTOMATIC | -8/+21 | |
negative prompt | ||||
2023-01-19 | allow baking in VAE in checkpoint merger tab | AUTOMATIC | -2/+0 | |
do not save config if it's the default for checkpoint merger tab change file naming scheme for checkpoint merger tab allow just saving A without any merging for checkpoint merger tab some stylistic changes for UI in checkpoint merger tab | ||||
2023-01-19 | add progress bar to modelmerger | AUTOMATIC | -0/+11 | |
2023-01-18 | Process interrogation on all img2img subtabs | Vladimir Repin | -0/+7 | |
2023-01-17 | update sending input event in java script to not cause exception in browser ↵ | AUTOMATIC | -0/+8 | |
https://github.com/gradio-app/gradio/issues/2981 | ||||
2023-01-15 | big rework of progressbar/preview system to allow multiple users to prompts ↵ | AUTOMATIC | -5/+28 | |
at the same time and do not get previews of each other | ||||
2023-01-14 | add buttons to copy images between img2img tabs | AUTOMATIC | -2/+19 | |
2023-01-14 | load hashes from cache for checkpoints that have them | AUTOMATIC | -9/+16 | |
add checkpoint hash to footer | ||||
2023-01-12 | fix send to inpaint sending you to wrong place | AUTOMATIC | -1/+1 | |
2023-01-04 | Merge pull request #4177 from eltociear/patch-2 | AUTOMATIC1111 | -1/+1 | |
Fix typo in ui.js | ||||
2023-01-03 | add a button to show all setting pages | AUTOMATIC | -0/+11 | |
2023-01-02 | make "send to" buttons send actual dimension of the sent image rather than ↵ | AUTOMATIC | -2/+2 | |
fields | ||||
2022-12-14 | Fix various typos | Jim Hays | -1/+1 | |
2022-12-10 | use less javascript for this non-js-only implementation of the clear prompt ↵ | AUTOMATIC | -36/+5 | |
button. | ||||
2022-12-10 | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | -2/+2 | |
2022-11-20 | made selected_gallery_index query selectors more restrictive | Liam | -2/+2 | |
2022-11-06 | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | -0/+2 | |
2022-11-06 | add ability to create extensions that add localizations | AUTOMATIC | -0/+2 | |
2022-11-03 | Fix typo in ui.js | Ikko Ashimine | -1/+1 | |
interation -> interaction | ||||
2022-11-01 | clear on the client-side again | papuSpartan | -10/+21 | |
2022-10-31 | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | -22/+2 | |
2022-10-27 | create send to buttons in one module | yfszzx | -22/+2 | |
2022-10-22 | fix js func signature and not forget to initialize confirmation var to ↵ | papuSpartan | -3/+4 | |
prevent exception upon cancelling confirmation | ||||
2022-10-21 | forgot to clear neg prompt after moving to back. Add tooltip to hints | papuSpartan | -2/+2 | |
2022-10-21 | refactor internal terminology to use 'clear' instead of 'trash' like #2728 | papuSpartan | -1/+1 | |
2022-10-21 | update token counter when clearing prompt | papuSpartan | -2/+2 | |
2022-10-21 | only delete prompt on back end and remove client-side deletion | papuSpartan | -6/+0 | |
2022-10-21 | initial work on getting prompts cleared on the backend and synchronizing ↵ | papuSpartan | -3/+7 | |
token counter | ||||
2022-10-20 | add settings option to toggle button visibility | papuSpartan | -1/+0 | |
2022-10-20 | remove unnecessary assignment | papuSpartan | -8/+7 | |
2022-10-20 | add confirmation dialogue | papuSpartan | -0/+4 | |
2022-10-20 | clear prompt button now works on both relevant tabs. Device detection stuff ↵ | papuSpartan | -0/+28 | |
will be added later. | ||||
2022-10-17 | Use of a --theme argument for more flexibility | Michoko | -3/+3 | |
Added possibility to set the theme (light or dark) | ||||
2022-10-17 | Added dark mode switch | Michoko | -0/+7 | |
Launch the UI in dark mode with the --dark-mode switch | ||||
2022-10-15 | change styling for top right corner UI | AUTOMATIC | -1/+1 | |
made save style button not die when you cancel | ||||
2022-10-15 | Add hint for `ctrl/alt enter` | aoirusann | -10/+0 | |
And duplicate implementations are removed | ||||
2022-10-13 | emergency fix for broken send to buttons | AUTOMATIC | -4/+4 | |
2022-10-09 | Add "Scale to" option to Extras | Justin Maier | -1/+2 | |