AUTOMATIC1111
9bcfb92a00
rename logging from textual inversion to not confuse it with global logging module
2024-04-21 07:41:28 +03:00
AUTOMATIC1111
d74fc56fa5
Merge pull request #15547 from AUTOMATIC1111/numpy-DeprecationWarning-product---prod
...
numpy DeprecationWarning product -> prod
2024-04-21 07:23:38 +03:00
AUTOMATIC1111
6f4f6bff6b
add more info to the error message for #15567
2024-04-21 07:18:58 +03:00
missionfloyd
d212fb59fe
Hide 'No Image data blocks found.' message
2024-04-18 20:56:51 -06:00
w-e-w
63fd38a04f
numpy DeprecationWarning product -> prod
2024-04-17 15:54:45 +09:00
AUTOMATIC1111
c1deec64cb
lint
2024-03-06 13:06:13 +03:00
AUTOMATIC1111
09b5ce68a9
add images.read to automatically fix all jpeg/png weirdness
2024-03-04 19:14:53 +03:00
Aarni Koskela
e3fa46f26f
Fix various typos with crate-ci/typos
2024-03-04 08:42:07 +02:00
wangshuai09
cc3f604310
Update
2024-01-31 12:29:58 +08:00
wangshuai09
74ff85a1a1
Merge branch 'dev' into npu_support
2024-01-30 19:15:41 +08:00
wangshuai09
ec124607f4
Add NPU Support
2024-01-29 19:25:06 +08:00
Aarni Koskela
1465dab715
Make Tensorboard a late import (it was implicitly installed by basicsr)
2023-12-30 19:44:05 +02:00
AUTOMATIC1111
11d23e8ca5
remove Train/Preprocessing tab and put all its functionality into extras batch images mode
2023-12-02 18:01:11 +03:00
w-e-w
d608926f81
reformat file with uniform indentation
2023-11-28 12:12:27 +09:00
w-e-w
03ee297aa2
fix Auto focal point crop for opencv >= 4.8.x
...
autocrop.download_and_cache_models
in opencv >= 4.8 the face detection model was updated
download the base on opencv version
returns the model path or raise exception
2023-11-28 12:09:51 +09:00
AUTOMATIC1111
a8cbe50c9f
remove duplicated code
2023-10-14 12:17:59 +03:00
AngelBottomless
47033afa5c
Fix preview for textual inversion training
2023-09-05 22:38:02 +09:00
AUTOMATIC1111
f0c1063a70
resolve some of circular import issues for kohaku
2023-08-04 09:13:46 +03:00
AUTOMATIC1111
6f0abbb71a
textual inversion support for SDXL
2023-07-29 15:15:06 +03:00
AUTOMATIC1111
0aa8d538e1
suppress printing TI embedding into console by default
2023-07-15 09:24:22 +03:00
AUTOMATIC1111
2b1bae0d75
add textual inversion hashes to infotext
2023-07-15 08:41:22 +03:00
Aarni Koskela
44c27ebc73
Use closing() with processing classes everywhere
...
Follows up on #11569
2023-07-10 20:08:23 +03:00
hunshcn
0bc0e652a3
sync default value of process_focal_crop_entropy_weight between ui and api
2023-06-29 18:12:55 +08:00
AUTOMATIC1111
d4f9250c5a
Merge pull request #11201 from akx/ruff-upg
...
Upgrade Ruff to 0.0.272
2023-06-27 09:19:55 +03:00
Aarni Koskela
d807164776
textual_inversion/logging.py: clean up duplicate key from sets (and sort them) (Ruff B033)
2023-06-13 13:07:39 +03:00
Aarni Koskela
165ab44f03
Use os.makedirs(..., exist_ok=True)
2023-06-13 12:35:43 +03:00
Aarni Koskela
51864790fd
Simplify a bunch of len(x) > 0
/len(x) == 0
style expressions
2023-06-02 15:07:10 +03:00
AUTOMATIC
05933840f0
rename print_error to report, use it with together with package name
2023-05-31 19:56:37 +03:00
AUTOMATIC1111
d67ef01f62
Merge pull request #10780 from akx/image-emb-fonts
...
Mark caption_image_overlay's textfont as deprecated; fix #10778
2023-05-31 19:37:58 +03:00
AUTOMATIC1111
881de0df38
Merge pull request #10803 from klimaleksus/refactoring-for-embedding-merge
...
Refactor EmbeddingDatabase.register_embedding() to allow unregistering
2023-05-31 19:29:47 +03:00
Aarni Koskela
00dfe27f59
Add & use modules.errors.print_error where currently printing exception info by hand
2023-05-29 09:17:30 +03:00
klimaleksus
4635f31270
Refactor EmbeddingDatabase.register_embedding() to allow unregistering
2023-05-29 01:09:59 +05:00
Aarni Koskela
1013758933
Mark caption_image_overlay's textfont as deprecated; fix #10778
2023-05-28 14:48:50 +03:00
Aarni Koskela
49a55b410b
Autofix Ruff W (not W605) (mostly whitespace)
2023-05-11 20:29:11 +03:00
Aarni Koskela
098d2fda52
Reindent autocrop with 4 spaces
2023-05-11 18:26:04 +03:00
Aarni Koskela
df7070eca2
Deduplicate get_font code
2023-05-11 10:06:19 +03:00
AUTOMATIC
3ec7b705c7
suggestions and fixes from the PR
2023-05-10 21:21:32 +03:00
AUTOMATIC
a5121e7a06
fixes for B007
2023-05-10 11:37:18 +03:00
AUTOMATIC
550256db1c
ruff manual fixes
2023-05-10 11:19:16 +03:00
AUTOMATIC
028d3f6425
ruff auto fixes
2023-05-10 11:05:02 +03:00
AUTOMATIC
f741a98bac
imports cleanup for ruff
2023-05-10 08:43:42 +03:00
AUTOMATIC
96d6ca4199
manual fixes for ruff
2023-05-10 08:25:25 +03:00
AUTOMATIC
762265eab5
autofixes from ruff
2023-05-10 07:52:45 +03:00
Aarni Koskela
3ba6c3c83c
Fix up string formatting/concatenation to f-strings where feasible
2023-05-09 22:25:39 +03:00
AUTOMATIC1111
0e0e70c273
Merge pull request #8924 from kurilee/master
...
Add option "keep original size" to textual inversion images preprocess
2023-04-29 18:51:12 +03:00
AUTOMATIC1111
78b5bed374
Merge pull request #9407 from GoulartNogueira/master
...
Fix orientation bug on preprocess
2023-04-29 16:53:17 +03:00
Brad Smith
dab5002c59
sort self.word_embeddings without instantiating it a new dict
2023-04-13 23:19:10 -04:00
Brad Smith
27b9ec60e4
sort embeddings by name (case insensitive)
2023-04-08 15:58:00 -04:00
Andre Ubuntu
48c06af8dc
Pythonic way to achieve it
2023-04-05 20:51:29 -03:00
Andre Ubuntu
52a8f286ef
fix preprocess orientation
2023-04-05 20:28:00 -03:00