AUTOMATIC
9f0da9f6ed
initial gradio 3.22 support
3 years ago
AUTOMATIC
399720dac2
update prompt token counts after using the paste params button
3 years ago
AUTOMATIC
1d8e06d542
add checkpoints tab for extra networks UI
3 years ago
AUTOMATIC
b5230197a6
rework extras tab to use script system
3 years ago
AUTOMATIC
184e23eb89
relocate tool buttons next to generate button
...
prevent extra network tabs from putting images into wrong prompts
prevent settings leaking into prompt
3 years ago
AUTOMATIC
40ff6db532
extra networks UI
...
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
3 years ago
AUTOMATIC
20a59ab3b1
move token counter to the location of the prompt, add token counting for the negative prompt
3 years ago
AUTOMATIC
0f5dbfffd0
allow baking in VAE in checkpoint merger tab
...
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
3 years ago
AUTOMATIC
c7e50425f6
add progress bar to modelmerger
3 years ago
Vladimir Repin
8683427bd9
Process interrogation on all img2img subtabs
3 years ago
AUTOMATIC
38b7186e6e
update sending input event in java script to not cause exception in browser https://github.com/gradio-app/gradio/issues/2981
3 years ago
AUTOMATIC
d8b90ac121
big rework of progressbar/preview system to allow multiple users to prompts at the same time and do not get previews of each other
3 years ago
AUTOMATIC
86359535d6
add buttons to copy images between img2img tabs
3 years ago
AUTOMATIC
08c6f009a5
load hashes from cache for checkpoints that have them
...
add checkpoint hash to footer
3 years ago
AUTOMATIC
5623a3e7b1
fix send to inpaint sending you to wrong place
3 years ago
AUTOMATIC1111
4ae960b01c
Merge pull request #4177 from eltociear/patch-2
...
Fix typo in ui.js
3 years ago
AUTOMATIC
9d4eff097d
add a button to show all setting pages
3 years ago
AUTOMATIC
251ecee694
make "send to" buttons send actual dimension of the sent image rather than fields
3 years ago
Jim Hays
c0355caefe
Fix various typos
3 years ago
AUTOMATIC
d06592267c
use less javascript for this non-js-only implementation of the clear prompt button.
3 years ago
papuSpartan
6387043fd2
Merge branch 'AUTOMATIC1111:master' into master
3 years ago
Liam
927d24ef82
made selected_gallery_index query selectors more restrictive
3 years ago
papuSpartan
00ebc26c4e
Merge branch 'AUTOMATIC1111:master' into master
3 years ago
AUTOMATIC
a2a1a2f727
add ability to create extensions that add localizations
3 years ago
Ikko Ashimine
d624cb82a7
Fix typo in ui.js
...
interation -> interaction
3 years ago
papuSpartan
401350cd59
clear on the client-side again
3 years ago
papuSpartan
25de9df364
Merge branch 'AUTOMATIC1111:master' into master
3 years ago
yfszzx
4a4647e0df
create send to buttons in one module
3 years ago
papuSpartan
ce42879438
fix js func signature and not forget to initialize confirmation var to prevent exception upon cancelling confirmation
3 years ago
papuSpartan
700340448b
forgot to clear neg prompt after moving to back. Add tooltip to hints
3 years ago
papuSpartan
9e40520f00
refactor internal terminology to use 'clear' instead of 'trash' like #2728
3 years ago
papuSpartan
de70ddaf58
update token counter when clearing prompt
3 years ago
papuSpartan
ee0505dd00
only delete prompt on back end and remove client-side deletion
3 years ago
papuSpartan
9ba372de90
initial work on getting prompts cleared on the backend and synchronizing token counter
3 years ago
papuSpartan
a3b047b7c7
add settings option to toggle button visibility
3 years ago
papuSpartan
a816514980
remove unnecessary assignment
3 years ago
papuSpartan
9cc4974d23
add confirmation dialogue
3 years ago
papuSpartan
158d678f59
clear prompt button now works on both relevant tabs. Device detection stuff will be added later.
3 years ago
Michoko
665beebc08
Use of a --theme argument for more flexibility
...
Added possibility to set the theme (light or dark)
3 years ago
Michoko
8c6a981d5d
Added dark mode switch
...
Launch the UI in dark mode with the --dark-mode switch
3 years ago
AUTOMATIC
d3463bc59a
change styling for top right corner UI
...
made save style button not die when you cancel
3 years ago
aoirusann
db27b987a9
Add hint for `ctrl/alt enter`
...
And duplicate implementations are removed
3 years ago
AUTOMATIC
08b3f7aef1
emergency fix for broken send to buttons
3 years ago
Justin Maier
6435691bb1
Add "Scale to" option to Extras
3 years ago
AUTOMATIC1111
688c4a914a
Merge branch 'master' into 1404-script-reload-without-restart
3 years ago
DepFA
55b046312c
move JavaScript into ui.js
3 years ago
Liam
3c6a049fc3
consolidated token counter functions
3 years ago
Liam
abdbf1de64
token counters now update when roll artist and style buttons are pressed https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893
3 years ago
AUTOMATIC
6b02966fcd
fix #1405 submitting both tabs
3 years ago
Trung Ngo
d1db330010
ALT + return will submit prompt when it's in focus
3 years ago