w-e-w
|
e0e64bcdf6
|
assert key created_at exist in config_states
|
2023-08-20 18:48:23 +09:00 |
|
w-e-w
|
36ecff71ae
|
catch error when loading config_states
and save config_states with indent
|
2023-08-20 15:36:39 +09:00 |
|
w-e-w
|
640cb1bb8d
|
fix model override logic
do not need extra logic to unload refine model
|
2023-08-18 17:14:02 +09:00 |
|
w-e-w
|
a81dc43fcd
|
negative_prompt full_prompt hash
|
2023-08-18 15:13:12 +09:00 |
|
w-e-w
|
8a1f32b6a5
|
image hash
|
2023-08-18 14:04:46 +09:00 |
|
w-e-w
|
e1a29266b2
|
return empty list if extensions_dir not exist
|
2023-08-17 00:24:24 +09:00 |
|
w-e-w
|
0cf85b24df
|
auto add data-dir to gradio-allowed-path
|
2023-08-16 20:18:46 +09:00 |
|
w-e-w
|
f117bb64fc
|
Update CHANGELOG.md
|
2023-08-15 20:19:13 +09:00 |
|
w-e-w
|
a2e213bc7b
|
separate Extra options
|
2023-08-14 18:50:22 +09:00 |
|
w-e-w
|
0e3bac8132
|
rephrase and move
|
2023-08-13 14:09:38 +09:00 |
|
w-e-w
|
dc5b5ee9c6
|
properly convert this into CSV string
|
2023-08-13 02:21:04 +09:00 |
|
w-e-w
|
299eb54308
|
pass csv_mode
|
2023-08-13 02:17:13 +09:00 |
|
w-e-w
|
8d9ca46e0a
|
convert value when switching mode
|
2023-08-13 02:05:20 +09:00 |
|
w-e-w
|
7a68ac6615
|
rename to csv mode
|
2023-08-12 23:40:05 +09:00 |
|
w-e-w
|
f131f84e13
|
dropdown mode chackbox
|
2023-08-12 23:26:25 +09:00 |
|
w-e-w
|
fd617fad00
|
Redundant character escape '\]' in RegExp
|
2023-08-12 22:24:59 +09:00 |
|
w-e-w
|
d20eb11c9e
|
format
|
2023-08-12 22:24:00 +09:00 |
|
w-e-w
|
c8d453e915
|
bring back csv mode
|
2023-08-12 22:20:34 +09:00 |
|
w-e-w
|
f57bc1a21b
|
disable extensions installer with arg
|
2023-08-12 12:06:31 +09:00 |
|
w-e-w
|
a75d756a6f
|
use default value if value error
|
2023-08-10 23:47:28 +09:00 |
|
w-e-w
|
4412398c4b
|
catch float ValueError default -1
|
2023-08-10 22:44:33 +09:00 |
|
w-e-w
|
237b704172
|
use new style constructor
|
2023-08-10 21:42:26 +09:00 |
|
w-e-w
|
0a0a9d4fe9
|
extra networks metadata indent
|
2023-08-10 18:05:17 +09:00 |
|
w-e-w
|
0cac6ab615
|
extra network metadata inherit old description
|
2023-08-09 20:35:06 +09:00 |
|
w-e-w
|
c102780693
|
extra network metadata inherit old description
|
2023-08-09 13:38:53 +09:00 |
|
 w-e-wandGitHub
|
f17c8c2eff
|
Merge branch 'dev' into auro-autolaunch
|
2023-08-08 11:39:34 +09:00 |
|
w-e-w
|
c75bda867b
|
setting: Automatically open webui in browser on startup
|
2023-08-08 11:29:33 +09:00 |
|
w-e-w
|
e9c591b101
|
Gradio theme cache
|
2023-08-06 12:33:20 +09:00 |
|
w-e-w
|
1d7dcdb6c3
|
Option to not save incomplete images
|
2023-08-05 19:07:53 +09:00 |
|
w-e-w
|
7a64601428
|
need Reload UI not Restart
|
2023-08-05 14:21:28 +09:00 |
|
w-e-w
|
1d60a609a9
|
configurable masks color and default brush color
|
2023-08-05 09:34:26 +09:00 |
|
w-e-w
|
7f1d087cba
|
sort VAE
|
2023-08-04 14:01:22 +09:00 |
|
w-e-w
|
f4d9297127
|
use samplers_for_img2img for Hires sampler
|
2023-08-04 13:27:25 +09:00 |
|
w-e-w
|
bbfff771d7
|
--disable-all-extensions --disable-extra-extensions
|
2023-08-04 12:44:52 +09:00 |
|
w-e-w
|
f56a309432
|
fix missing TI hash
|
2023-08-03 18:46:49 +09:00 |
|
w-e-w
|
fb44838176
|
strip output_dir
|
2023-07-30 14:47:24 +09:00 |
|
w-e-w
|
53ccdefc01
|
don't override default if output_dir is blank
|
2023-07-30 00:34:04 +09:00 |
|
w-e-w
|
9857537053
|
lint
|
2023-07-30 00:06:25 +09:00 |
|
w-e-w
|
b95a41ad72
|
rework img2img batch image save
|
2023-07-30 00:02:31 +09:00 |
|
w-e-w
|
6305632493
|
use "Any" type when type is None
|
2023-07-26 17:20:04 +09:00 |
|
w-e-w
|
b8a903efbe
|
fix check for updates status always "unknown"
|
2023-07-26 13:43:38 +09:00 |
|
 w-e-wand陈杰
|
b1a16a298c
|
api only subpath (rootpath)
Co-Authored-By: 陈杰 <pythias@gmail.com>
|
2023-07-25 20:51:27 +09:00 |
|
w-e-w
|
fee593a07f
|
catch exception for non git extensions
|
2023-07-25 20:01:10 +09:00 |
|
w-e-w
|
bc91f15ed3
|
typo fix
|
2023-07-21 22:56:41 +09:00 |
|
w-e-w
|
c8b55f29e2
|
missing p save_image before-highres-fix
|
2023-07-19 08:27:19 +09:00 |
|
w-e-w
|
c278e60131
|
add dropdown extra_sort_order lable
|
2023-07-19 04:58:30 +09:00 |
|
w-e-w
|
543ea5730b
|
fix extra search button
|
2023-07-17 16:35:41 +09:00 |
|
w-e-w
|
8941297ceb
|
lowercase
|
2023-07-17 12:45:38 +09:00 |
|
w-e-w
|
c03856bfdf
|
reversible boolean_choice order
|
2023-07-17 12:45:10 +09:00 |
|
 w-e-wandFranck Mahon
|
7870937c77
|
XYZ always_discard_next_to_last_sigma
Co-authored-by: Franck Mahon <franck.mahon@gmail.com>
|
2023-07-17 12:25:29 +09:00 |
|
w-e-w
|
2970d712ee
|
Warns merge into master
|
2023-07-16 02:29:20 +09:00 |
|
w-e-w
|
a3db187e4f
|
handles model hash cache.json error
|
2023-07-14 05:48:14 +09:00 |
|
w-e-w
|
ea49bb0612
|
use submit blur for quick settings textbox
|
2023-07-12 23:30:22 +09:00 |
|
w-e-w
|
2ccc832b33
|
add extensions Update Created dates with sorting
|
2023-06-29 22:46:59 +09:00 |
|
w-e-w
|
b1c6e39620
|
starts left
|
2023-06-29 19:25:34 +09:00 |
|
w-e-w
|
d47324b898
|
add stars
|
2023-06-29 19:25:18 +09:00 |
|
w-e-w
|
cc9c171978
|
rename --add-stop-route to --api-server-stop
|
2023-06-29 14:21:28 +09:00 |
|
w-e-w
|
9c2a7f1e8b
|
add callback after_extra_networks_activate
|
2023-06-29 02:08:21 +09:00 |
|
w-e-w
|
2e1710d88e
|
update the description of --add-stop-rout
|
2023-06-18 14:07:41 +09:00 |
|
w-e-w
|
376f793bde
|
git clone show progress
|
2023-06-15 04:23:52 +09:00 |
|
w-e-w
|
6091c4e4aa
|
terminate -> stop
|
2023-06-14 19:53:08 +09:00 |
|
w-e-w
|
49fb2a3376
|
response 501 if not a able to restart
|
2023-06-14 19:52:12 +09:00 |
|
w-e-w
|
6387f0e85d
|
update workflow kill test server
|
2023-06-14 18:51:54 +09:00 |
|
w-e-w
|
5be6c026f5
|
rename routes
|
2023-06-14 18:51:47 +09:00 |
|
w-e-w
|
d80962681a
|
remove fastapi.Response
|
2023-06-12 18:21:01 +09:00 |
|
w-e-w
|
b9664ab615
|
move _stop route to api
|
2023-06-12 18:15:27 +09:00 |
|
w-e-w
|
9142be0a0d
|
quit restart
|
2023-06-10 23:36:34 +09:00 |
|
w-e-w
|
46e4777fd6
|
Generate Forever during generation
Generate Forever during generation
|
2023-06-08 17:56:03 +09:00 |
|
w-e-w
|
7f2214aa2b
|
persistent conds cache
Update shared.py
|
2023-06-08 14:27:22 +09:00 |
|
w-e-w
|
96e446218c
|
link footer API to Wiki when API is not active
|
2023-06-06 18:58:44 +09:00 |
|
w-e-w
|
851bf43520
|
print error and continue
print error and continue
|
2023-06-06 05:50:43 +09:00 |
|
w-e-w
|
c2808f3040
|
SD_WEBUI_RESTARTING
|
2023-06-06 02:52:05 +09:00 |
|
w-e-w
|
eaace155ce
|
restore old disable --autolaunch
|
2023-06-06 02:47:18 +09:00 |
|
w-e-w
|
1411a6e74b
|
rework-disable-autolaunch
|
2023-06-06 01:09:30 +09:00 |
|
w-e-w
|
0a277ab591
|
remove redone compare
|
2023-06-04 05:19:47 +09:00 |
|
w-e-w
|
1c9d1b0ee0
|
simplify self.extra_network_data
|
2023-06-04 05:19:34 +09:00 |
|
w-e-w
|
f098e726d3
|
fix conds caching with extra network
|
2023-06-04 04:24:44 +09:00 |
|
w-e-w
|
df5a3cbefe
|
fallback version info form CHANGELOG.md
|
2023-06-03 13:33:23 +09:00 |
|
 
|
d1bfc86ffc
|
Update modules/launch_utils.py
Co-authored-by: Aarni Koskela <akx@iki.fi>
|
2023-06-03 13:07:07 +09:00 |
|
w-e-w
|
0dd6bca4f1
|
fallback version info form CHANGELOG.md
|
2023-06-02 22:02:21 +09:00 |
|
w-e-w
|
8f8405274c
|
remove redundant
|
2023-06-02 17:18:42 +09:00 |
|
w-e-w
|
2bbe3f5f0a
|
remove redundant call list_optimizers()
|
2023-06-02 16:51:15 +09:00 |
|
w-e-w
|
b617c634a8
|
Cross attention optimization
Cross attention optimization
cross attention optimization
|
2023-06-02 14:14:15 +09:00 |
|
w-e-w
|
0bf09c30c6
|
remove redundant
|
2023-06-01 06:34:53 +09:00 |
|
w-e-w
|
72f6367b9b
|
fix 10896 pnginfo parameters
|
2023-06-01 06:24:37 +09:00 |
|
w-e-w
|
4a449375a2
|
fix get_conds_with_caching()
|
2023-05-30 01:07:35 +09:00 |
|
w-e-w
|
123641e4ec
|
Revert "fix xyz clip"
This reverts commit edd766e70a.
|
2023-05-30 01:06:23 +09:00 |
|
w-e-w
|
7dfee8a3bd
|
clarify issue template
|
2023-05-29 11:01:58 +09:00 |
|
w-e-w
|
2aca613a61
|
fix disable png info
|
2023-05-29 07:30:32 +09:00 |
|
w-e-w
|
edd766e70a
|
fix xyz clip
|
2023-05-29 05:40:38 +09:00 |
|
 
|
cd03317c05
|
--filter=blob:none
Co-Authored-By: Aarni Koskela <akx@iki.fi>
Co-Authored-By: catboxanon <122327233+catboxanon@users.noreply.github.com>
|
2023-05-21 16:42:54 +09:00 |
|
w-e-w
|
bf5e5f4269
|
extensions clone depth 1
|
2023-05-20 15:08:08 +09:00 |
|
w-e-w
|
9e90907532
|
xyz token merging
|
2023-05-16 02:02:51 +09:00 |
|
w-e-w
|
a98ae89bde
|
fix xyz checkpoint
|
2023-05-15 00:31:34 +09:00 |
|
w-e-w
|
a423f23d28
|
allow jpeg for extra network preview
|
2023-05-14 16:22:40 +09:00 |
|
w-e-w
|
681c16dd1e
|
fix --data-dir for COMMANDLINE_ARGS
move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read
|
2023-05-12 22:33:21 +09:00 |
|
w-e-w
|
81bbe31d9f
|
add documentation for simple installation method using release package
|
2023-05-10 00:04:36 +09:00 |
|
w-e-w
|
d1ff57e1cb
|
1.1.1 quicksettings list migration
|
2023-05-09 18:14:12 +09:00 |
|
w-e-w
|
381674739e
|
add denoising strength filename pattern
|
2023-05-06 02:24:33 +09:00 |
|
w-e-w
|
cde0d642f3
|
add denoising strength filename pattern
|
2023-05-06 02:20:33 +09:00 |
|