165 Commits (59a2b9e5afc27d2fda72069ca0635070535d18fe)

Author SHA1 Message Date
Greendayle 59a2b9e5af deepdanbooru interrogator 3 years ago
AUTOMATIC d5bba20a58 ignore errors in parse for purposes of token counting for #1564 3 years ago
AUTOMATIC 43a74fa595 batch processing for img2img with an empty output directory, by request 3 years ago
Hanusz Leszek e615d4f9d1 Convert folder icon surrogate pair to valid utf8 3 years ago
AUTOMATIC 6785331e22 keep textual inversion dataset latents in CPU memory to save a bit of VRAM 3 years ago
AUTOMATIC c7543d4940 preprocessing for textual inversion added 3 years ago
Lopyter 91f327f22b make save to dirs optional for imgs saved from ui 3 years ago
AUTOMATIC1111 688c4a914a
Merge branch 'master' into 1404-script-reload-without-restart 3 years ago
DepFA e808096cf6
correct indent 3 years ago
AUTOMATIC1111 0b94fc5033
Merge pull request #1324 from liamkerr/token_updates
Fixing Bugs with Token Counter
3 years ago
AUTOMATIC 88ec0cf557 fix for incorrect embedding token length calculation (will break seeds that use embeddings, you're welcome!)
add option to input initialization text for embeddings
3 years ago
liamkerr a32a068ed1
Merge branch 'master' into token_updates 3 years ago
AUTOMATIC1111 a9d7eb722f
Merge branch 'master' into saving 3 years ago
liamkerr 7308aeefd9
Merge branch 'master' into token_updates 3 years ago
AUTOMATIC 820f1dc96b initial support for training textual inversion 3 years ago
DepFA 2deea86781
Put reload buttons in row and add secondary style 3 years ago
DepFA 07e40ad7f2
add custom script body only refresh option 3 years ago
DepFA 0aa354bd5e
remove styling from python side 3 years ago
DepFA 027c5aae55
update reloading message style 3 years ago
DepFA 6048002dad
Add scope warning to refresh button 3 years ago
DepFA afaa03c5fd
add redefinition guard to gradio_routes_templates_response 3 years ago
DepFA 4f8490cd56
add restart button 3 years ago
Liam 3c6a049fc3 consolidated token counter functions 3 years ago
Liam ff8dc1908a fixed token counter for prompt editing 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
Trung Ngo d1db330010 ALT + return will submit prompt when it's in focus 3 years ago
AUTOMATIC 43c87ef0fc change default inpaint mode to original 3 years ago
Justin Maier a112168d28 Save parameters as comments when saving as jpg 3 years ago
Justin Maier ca5901b5c8 Save should use desired sample format fixes #1028 3 years ago
WDevelopsWebApps f28ce3e3a1
Merge branch 'master' into saving 3 years ago
safentisAuth 66fed8ffb8 Add custom name and try-except 3 years ago
Michoko 819fd3af40 Add output folder icons
Changed the hidden element class name to a more generic one, so people can reuse it if they want to hide further elements in the future
3 years ago
Michoko 02c4b757b6 Add output folder icons
Handling of the --hide-ui-dir-config flag and added multi-platform code for opening a folder
3 years ago
Michoko f8acbb8f88 Add output folder icons
Adds icons on the first 3 tabs to directly open the corresponding images output directory
3 years ago
William Moorehouse 041d2aefc0
Respect --ckpt-dir command-line argument when merging models (#1261)
* Update .gitignore to ignore *all* checkpoint files in /models
* Fixed typo in UI
3 years ago
AUTOMATIC 7acfaca05a update lists of models after merging them in checkpoints tab
support saving as half
3 years ago
AUTOMATIC 791808c890 correctly list and display model names for #1261 3 years ago
AUTOMATIC1111 278e7c7114
Merge pull request #1194 from liamkerr/token_count
Token count
3 years ago
AUTOMATIC 9be0d1b89e Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC aea5b2510e save parameters for images when using the Save button. 3 years ago
Liam 7ca9858c4c removed unused import; now using javascript to watch prompt textarea 3 years ago
Bernard Maltais fe2f0e1729 Adding support for inverse sigmoid interpolation 3 years ago
WDevelopsWebApps 03ee67bfd3 add advanced saving for save button 3 years ago
Bernard Maltais 4c9c2a6702 -Fix interp_amount rounding in filename
-Sort list of checkpoints in list
3 years ago
Bernard Maltais d641af6a7d - Add gradio dropdown list to select checkpoints
- Update checkpoint model fields labels
3 years ago
Liam e5707b66d6 switched the token counter to use hidden buttons instead of api call 3 years ago
Liam 981fe9c4a3 Merge remote-tracking branch 'upstream/master' into token_count 3 years ago
Liam 5034f7d759 added token counter next to txt2img and img2img prompts 3 years ago
Bernard Maltais 20b41b7be7 (feat): Rework Checkpoint Merger UI for better clarity
- Rename variables to better align with field input
- Improve merged checkpoint output file name
3 years ago
AUTOMATIC ada901ed66 added console outputs, more clear indication of progress, and ability to specify full filename to checkpoint merger
restore "Loading..." text
3 years ago