w-e-w
abacb735f4
multi size grid
2024-06-10 20:47:12 +09:00
w-e-w
74ee8fd1e3
.gitignore trace.json
2024-06-10 04:36:58 +09:00
w-e-w
510f025a01
replace wsl-open with wslpath and explorer.exe
2024-06-08 16:52:12 +09:00
w-e-w
8d6f741738
#15883 -> #15882
2024-05-29 03:41:57 +09:00
w-e-w
a63946233b
setuptools==69.5.1
2024-05-25 14:19:19 +09:00
w-e-w
344eda55d4
ReloadUI backgroundColor --background-fill-primary
2024-05-22 23:06:07 +09:00
w-e-w
51e7122f25
remove unused code
2024-05-19 15:39:29 +09:00
w-e-w
1e696b028a
use override of sd_vae
2024-05-19 15:39:29 +09:00
w-e-w
1f392517f8
use override for uni_pc_order
2024-05-19 05:54:42 +09:00
w-e-w
82884da18c
use apply_override for Clip skip
2024-05-19 05:54:42 +09:00
w-e-w
24a59ad3d2
fix Hypertile xyz grid
2024-05-18 18:38:24 +09:00
w-e-w
969a462ac9
xyz util confirm_range
2024-05-18 18:38:24 +09:00
w-e-w
501ac016da
Reformat
2024-05-18 18:38:24 +09:00
w-e-w
10f2407f48
xyz csv skipinitialspace
2024-05-18 01:00:48 +09:00
w-e-w
f015b94176
use torch_utils.float64
2024-05-16 23:19:06 +09:00
w-e-w
41f66849c7
mps, xpu compatibility
2024-05-16 23:18:20 +09:00
w-e-w
9c8075ba8e
torch_utils.float64
...
return torch.float64 if device is not mps or xpu, else return torch.float32
2024-05-16 23:16:50 +09:00
w-e-w
5ab7d08a0a
fix extention update when not on main branch
2024-05-15 17:27:05 +09:00
w-e-w
d44f241317
use relative path for webui-assets css
2024-05-11 13:13:39 +09:00
w-e-w
f12886aefa
use script_path for webui root in launch_utils
2024-05-04 23:42:37 +09:00
w-e-w
5d5224b322
fix_p_invalid_sampler_and_scheduler
2024-05-02 02:25:16 +09:00
w-e-w and Morgon Kanter
89103b4747
lora bundled TI infotext
...
Co-Authored-By: Morgon Kanter <9632805+mx@users.noreply.github.com >
2024-05-01 19:41:02 +09:00
w-e-w
9d39380705
fix extra batch mode P Transparency
...
red, green, blue = transparency TypeError: cannot unpack non-iterable int object
2024-04-30 19:17:53 +09:00
w-e-w
9d964d3fc3
no-referrer
2024-04-27 19:21:34 +09:00
w-e-w
d5f6fdb3c4
compact-checkbox-group
2024-04-26 18:47:04 +09:00
w-e-w
1091e3a37e
update jpeg_quality description
2024-04-24 02:54:26 +09:00
w-e-w
8fa3fa76c3
fix exif_bytes referenced before assignment
2024-04-24 02:41:31 +09:00
w-e-w
c69773d7e8
ensure integrity for initial sd model download
2024-04-23 03:09:45 +09:00
w-e-w
246c269af8
add option to check file hash after download
...
if the sha256 hash does not match it will be automatically deleted
2024-04-23 03:09:45 +09:00
w-e-w
4bc39d234d
Show LoRA if model is None
2024-04-23 02:39:45 +09:00
w-e-w
2b717bb195
fix initial corrupt model loop
...
if for some reason the initial loading model at loading phase of webui is corrupted
after entering this state the user will not be able to load even a good model is selected, due the the unload_model_weights > send_model_to_cpu > m.lowvram attribute check will fail becaules m is None
webui will be stuck in the loop unable to recover without manual intervention
2024-04-23 02:35:25 +09:00
w-e-w and Dowon
821adc3041
fix get_crop_region_v2
...
Co-Authored-By: Dowon <ks2515@naver.com >
2024-04-22 23:10:19 +09:00
w-e-w
e9809de651
restore 1.8.0-style naming of scripts
2024-04-22 18:23:58 +09:00
w-e-w
6c7c176dc9
fix mistake in #15583
2024-04-22 00:10:49 +09:00
w-e-w
db263df5d5
get_crop_region_v2
2024-04-21 19:34:11 +09:00
w-e-w
b5b1487f6a
FilenameGenerator Sampler Scheduler
2024-04-21 04:52:03 +09:00
w-e-w
63fd38a04f
numpy DeprecationWarning product -> prod
2024-04-17 15:54:45 +09:00
w-e-w
592e40ebe9
update restricted_opts
2024-04-11 23:10:25 +09:00
w-e-w
ef83f6831f
catch exception for all paste_fields callable
2024-04-09 21:32:58 +09:00
w-e-w
600f339c4c
Warning when Script is not found
2024-04-09 21:32:41 +09:00
w-e-w
e3aabe6959
add documentation for create_infotext
2024-04-08 20:14:02 +09:00
w-e-w
1e1176b6eb
non-serializable as None
2024-04-08 18:18:33 +09:00
w-e-w
219e64489c
re-work extra_generation_params for Hires prompt
2024-04-08 18:18:13 +09:00
w-e-w
47ed9b2d39
allow list or callables in generation_params
2024-04-08 01:39:31 +09:00
w-e-w
6efdfe3234
if use use_main_prompt index = 0
2024-04-07 22:58:12 +09:00
w-e-w
2ad17a6100
re-add update_file_entry
...
MassFileLister.update_file_entry was accidentally removed in https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15205/files#diff-c39b942d8f8620d46d314db8301189b8d6195fc97aedbeb124a33694b738d69cL151-R173
2024-04-06 15:56:57 +09:00
w-e-w
20123d427b
open_folder docstring
2024-04-05 16:19:20 +09:00
w-e-w and GitHub
a05d89b1e5
Merge branch 'dev' into open_folder-as-util
2024-04-05 15:14:38 +08:00
w-e-w
92e6aa3653
open_folder as util
2024-04-05 16:08:45 +09:00
w-e-w
e9d4da7b56
restore outputs path
...
output -> outputs
2024-03-19 00:54:56 +09:00
w-e-w
38a7dc5488
v180_hr_styles actual version number
2024-03-16 17:19:38 +09:00
w-e-w
a3a648bf6b
bump action version
2024-03-16 05:57:23 +09:00
w-e-w
887a512208
fix issue with Styles when Hires prompt is used
2024-03-15 21:06:54 +09:00
w-e-w
c40f33ca04
PEP 604 annotations
2024-03-15 08:22:36 +09:00
w-e-w
1a1205f601
fix Restore progress
2024-03-12 03:26:50 +09:00
w-e-w
9fd0cd6a80
update preview on Replace Preview
2024-03-10 18:24:52 +09:00
w-e-w
fb62f1fb40
add entry to MassFileLister after writing metadata
...
fix #15184
2024-03-10 06:07:16 +09:00
w-e-w
706f63adfa
fix extract_style_text_from_prompt #15132
2024-03-05 12:35:46 +09:00
w-e-w
71072f5620
re-work open image button settings
2024-02-18 02:47:44 +09:00
w-e-w
a18e54ecd7
option "open image button" open the actual dir
2024-02-18 00:38:05 +09:00
w-e-w
13fd466c18
fix extra-network-control--enabled color
...
also add forgotten semicolon
2024-02-12 04:07:14 +09:00
w-e-w
7583351760
extensions tab table row hover highlight
2024-02-10 18:09:10 +09:00
w-e-w
542611cce4
walk_files extensions case insensitive
2024-02-10 05:39:01 +09:00
w-e-w and Andray
6b8458eb9f
if extensions page not loaded, prevent apply
...
since they are built-in extensions we can make the assumption that they will be at least one or more extensions
Co-Authored-By: Andray <33491867+light-and-ray@users.noreply.github.com >
2024-02-09 23:19:39 +09:00
w-e-w
bbe8e02d74
catch load style.csv error
2024-02-01 15:40:15 +09:00
w-e-w
c4255d12f7
add tooltip create_submit_box
2024-01-31 04:36:11 +09:00
w-e-w
eae0bb89fd
set_named_arg fuzzy option
2024-01-27 21:55:52 +09:00
w-e-w and Martin Rizzo
486aeda3a7
fix CLIP Interrogator topN regex
...
Co-Authored-By: Martin Rizzo <60830236+martin-rizzo@users.noreply.github.com >
2024-01-27 19:35:07 +09:00
w-e-w
2996e43ff7
fix txt2img_upscale
...
use force_enable_hr to set p.enable_hr = True
allow Script.setup() have access to the correct value
add a comment for p.txt2img_upscale
2024-01-27 14:55:47 +09:00
w-e-w
36d1fefc19
rework set_named_arg
...
change identifying a script from using Scripts class name to Scripts internal name an
as not all Script have unique names
raise RuntimeError when there's issue
2024-01-27 14:42:52 +09:00
w-e-w
47cf92039b
minor fix to #14525
2024-01-26 17:16:53 +09:00
w-e-w
0466ee2a83
xyz filter blank for number axes
2024-01-25 05:45:45 +09:00
w-e-w
e36827af32
improve get_crop_region
2024-01-21 09:02:18 +09:00
w-e-w
25e8273d2f
re-work multi --styles-file
...
--styles-file change to append str
--styles-file is [] then defaults to [styles.csv]
--styles-file accepts paths or paths with wildcard "*"
the first `--styles-file` entry is use as the default styles file path
if filename a wildcard then the first matching file is used
if no match is found, create a new "styles.csv" in the same dir as the first path
when saving a new style it will be save in the default styles file
when saving a existing style, it will be saved to file it belongs to
order of the styles files in the styles dropdown can be controlled to a certain degree by the order of --styles-file
2024-01-21 03:53:58 +09:00
w-e-w
2cf23099eb
fix console total progress bar when using txt2img_upscale
...
add p.txt2img_upscale as indicator
2024-01-18 04:44:21 +09:00
w-e-w
e1dfd452c0
parse_generation_parameters with no skip_fields
2024-01-18 02:39:42 +09:00
w-e-w
6916de5c0b
parse_generation_parameters skip_fields
2024-01-18 02:39:15 +09:00
w-e-w
45a51c07e2
parse_generation_parameters with no skip_fields
2024-01-18 02:36:19 +09:00
w-e-w
d224fed0ce
parse_generation_parameters skip_fields
2024-01-18 02:36:19 +09:00
w-e-w
6acd8e28fc
save_files info base on infotexts
2024-01-18 02:33:43 +09:00
w-e-w
0b83f4c263
reuse seed from infotexts
2024-01-18 02:33:43 +09:00
w-e-w
14b9762bca
immediately stop on second interrupt
...
Revert "immediately stop on second interrupt"
This reverts commit ab409072a1f2a9c911a63aee98a6b42081803cdc.
immediately stop on second interrupt
2024-01-16 17:18:05 +09:00
w-e-w
c1e04c63b3
callback postprocess_image_after_composite
2024-01-16 14:18:20 +09:00
w-e-w
208ccfbe7c
seed info from infotexts
2024-01-14 17:57:49 +09:00
w-e-w
ee9d487081
fix gallery black image issue
2024-01-14 17:57:42 +09:00
w-e-w
cfb90a938e
allowe hr pass to return multiple images
2024-01-14 17:57:26 +09:00
w-e-w
92501d4f80
disable saving images before highres fix
2024-01-14 17:56:34 +09:00
w-e-w
4d9f2c3ec8
update p.seed and p.subseed
2024-01-10 01:56:44 +09:00
w-e-w
50158a1fc9
handle config.json failed to load
2024-01-04 06:30:52 +09:00
w-e-w
bfc48fbc24
paste infotext cast int as float
2024-01-04 03:46:05 +09:00
w-e-w
fccd0b00c2
reduce unnecessary re-indexing extra networks dir
2024-01-03 19:25:06 +09:00
w-e-w
00901bfbe0
handle selectable script_index is None
2024-01-01 15:47:57 +09:00
w-e-w
59d060fd5e
More lora not found warning
2023-12-30 17:11:03 +09:00
w-e-w
dc57ec0296
save info of init image
2023-12-29 01:56:48 +09:00
w-e-w
892e703b59
webpath use truncate_path
2023-12-28 06:52:41 +09:00
w-e-w and Alberto Cano
af2951ed53
base default image output on data_path
...
Co-Authored-By: Alberto Cano <34340962+canoalberto@users.noreply.github.com >
2023-12-28 06:52:33 +09:00
w-e-w
de04573438
create utility truncate_path
...
utli.truncate_path(target_path, base_path)
return the target_path relative to base_path if target_path is a sub path of base_path else return the absolute path
2023-12-28 06:22:51 +09:00
w-e-w
edfae95d90
prevent crash due to Script __init__ exception
2023-12-23 01:21:00 +09:00
w-e-w
de1809bd14
handle axis_type is None
2023-12-22 00:37:30 +09:00
w-e-w
3e068de0dc
reorder training preprocessing modules in extras tab
...
using the order from before the rework
11d23e8ca5
2023-12-19 18:48:49 +09:00