AUTOMATIC
d42125baf6
add missing requirement for api and fix some typos
3 years ago
AUTOMATIC
964b63c042
add api() function to return webui() to how it was
3 years ago
Jonathan
71d42bb44b
Update api.py
3 years ago
Jonathan
99013ba68a
Update processing.py
3 years ago
Jonathan
832b490e51
Update processing.py
3 years ago
Jonathan
f3fe487e63
Update webui.py
3 years ago
arcticfaded
9e02812afd
pydantic instrumentation
3 years ago
arcticfaded
60251c9456
initial prototype by borrowing contracts
3 years ago
Greg Fuller
cccc5a20fc
Safeguard setting restore logic against exceptions
...
also useful for keeping settings cache and restore logic together, and nice for code reuse (other third party scripts can import this class)
3 years ago
DepFA
62edfae257
print list of embeddings on reload
3 years ago
AUTOMATIC
b99d3cf6dd
make CLIP interrogate ranks output sane values
3 years ago
AUTOMATIC
5c94aaf290
fix bug for latest model merge RAM improvement
3 years ago
DenkingOfficial
58f3ef7733
Fix CLIP Interrogator and disable ranks for it
3 years ago
DancingSnow
8aaadf56b3
add cache for workflow
3 years ago
AUTOMATIC
6f7b7a3dcd
only read files with .py extension from the scripts dir
3 years ago
MrCheeze
0fd1307671
improve performance of 3-way merge on machines with not enough ram, by only accessing two of the models at a time
3 years ago
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