1497 Commits (a1d3cbf92cfde6b3e02a9c795412d01cdc268934)
 

Author SHA1 Message Date
fortypercnt a1d3cbf92c Fix #2750
left / top alignment was necessary with gradio 3.4.1. In gradio 3.5 the parent div of the image mask is centered, so the left / top alignment put the mask in the wrong place as described in #2750 #2795 #2805. This fix was tested on Windows 10 / Chrome.
3 years ago
SGKoishi c8045c5ad4 The hide_ui_dir_config flag also restrict write attempt to path settings 3 years ago
dvsilch 26a11776e4 fix: add null check when start running project the currentButton is null 3 years ago
AUTOMATIC c57919ea2a keep focus on current element when updating gallery 3 years ago
DancingSnow fc220a51cf fix dir_path in some path like `D:/Pic/outputs` 3 years ago
CookieHCl adc0ea74e1 Better readablity of logs 3 years ago
CookieHCl c9836279f5 Only make output dir when creating output 3 years ago
CookieHCl 91235d8008 Fix FileNotFoundError in history tab
Now only traverse images when directory exists
3 years ago
Junpeng Qiu 36a0ba357a Added Refresh Button to embedding and hypernetwork names in Train Tab
Problem
everytime I modified pt files in embedding_dir or hypernetwork_dir, I
need to restart webui to have the new files shown in the dropdown of
Train Tab

Solution
refactored create_refresh_button out of create_setting_component so we
can use this method to create button next to gr.Dropdowns of embedding
name and hypernetworks

Extra Modification
hypernetwork pt are now sorted in alphabetic order
3 years ago
AUTOMATIC bd4f0fb9d9 revert changes to two bat files I asked to revert but the author couldn't in 863e9efc19. 3 years ago
Zeithrold 863e9efc19
Pull out some of URL to Env Variable (#2578)
* moved repository url to changeable environment variable

* move stable diffusion repo itself to env

* added missing env

* Remove default URL

Co-authored-by: AUTOMATIC1111 <16777216c@gmail.com>
3 years ago
CookieHCl 9258a33e37 Warn when user uses bad ui setting 3 years ago
CookieHCl b65a3101ce Use default value when dropdown ui setting is bad
Default value is the first value of selectables.
Particually, None in styles.
3 years ago
CookieHCl 20bf99052a Make style configurable in ui-config.json 3 years ago
ddPn08 3395ba493f Allow specifying the region of ngrok. 3 years ago
AUTOMATIC 179e3ca752 honor --hide-ui-dir-config option for #2807 3 years ago
winterspringsummer 2ce27728f6 added extras batch work from directory 3 years ago
AUTOMATIC 0c5fa9a681 do not reload embeddings from disk when doing textual inversion 3 years ago
C43H66N12O12S2 be1596ce30 fix typo 3 years ago
C43H66N12O12S2 8fb0b99152 Update launch.py 3 years ago
C43H66N12O12S2 529afbf4d7 Update sd_hijack.py 3 years ago
C43H66N12O12S2 09814e3cf3 Update launch.py 3 years ago
AUTOMATIC 74a9ee7002 fix saving images compatibility with gradio update 3 years ago
guaneec 606519813d Prevent modal content from being selected 3 years ago
DepFA b6e3b96dab Change vector size footer label 3 years ago
DepFA ddf6899df0 generalise to popular lossless formats 3 years ago
DepFA 9a1dcd78ed add webp for embed load 3 years ago
DepFA 939f16529a only save 1 image per embedding 3 years ago
DepFA 9e846083b7 add vector size to embed text 3 years ago
AngelBottomless 703e6d9e4e check NaN for hypernetwork tuning 3 years ago
ruocaled 5fd638f14d fix download section layout 3 years ago
Robert Smieja d3ffc962dd Add basic Pylint to catch syntax errors on PRs 3 years ago
NO_ob eef3bc6490 typo 3 years ago
AUTOMATIC 73901c3f01 make attention edit only work with ctrl as was initially intended 3 years ago
AUTOMATIC 97f0727489 add First pass size always regardless of whether it was auto chosen or specified 3 years ago
AUTOMATIC 20a1f68c75 fix gadio issue with sending files between tabs 3 years ago
AUTOMATIC d3463bc59a change styling for top right corner UI
made save style button not die when you cancel
3 years ago
AUTOMATIC f7ca63937a bring back scale latent option in settings 3 years ago
AUTOMATIC 5967d07d1a fix new gradio failing to preserve image params 3 years ago
AUTOMATIC 3631adfe96 make dragging to prompt work again 3 years ago
AUTOMATIC e8729dd051 re-apply height hacks to work with new gradio 3 years ago
AUTOMATIC 4ed99d5996 bump gradio to 3.5 3 years ago
AUTOMATIC 7d6042b908 update for commandline args for btch prompts to parse string properly 3 years ago
AUTOMATIC1111 58e62312c3
Merge pull request #1446 from shirase-0/master
Tag/Option Parsing in Prompts From File
3 years ago
AUTOMATIC1111 f42e0aae6d
Merge branch 'master' into master 3 years ago
AUTOMATIC1111 d13ce89e20
Merge pull request #2573 from raefu/ckpt-cache
add --ckpt-cache option for faster model switching
3 years ago
AUTOMATIC1111 af144ebdc7
Merge branch 'master' into ckpt-cache 3 years ago
Daniel M 6a4e846710 Fix prerequisites check in webui.sh
- Check the actually used `$python_cmd` and `$GIT` executables instead
  of the hardcoded ones
- Fix typo in comment
3 years ago
AUTOMATIC f756bc540a fix #2588 breaking launch.py (. . .) 3 years ago
CookieHCl c24df4b486 Disable compiling deepbooru model
This is only necessary when you have to train,
and compiling model produces warning.
3 years ago