Commit Graph

1928 Commits

Author SHA1 Message Date
discus0434
6f98e89486 update 2022-10-20 00:10:45 +00:00
discus0434
4574eea589
Merge branch 'AUTOMATIC1111:master' into master 2022-10-20 09:08:47 +09:00
DepFA
55d8c6cce6
default to ignore existing captions 2022-10-20 00:53:29 +01:00
DepFA
9b65c4ecf4
pass preprocess_txt_action param 2022-10-20 00:49:23 +01:00
DepFA
ab353b141d
link existing txt option 2022-10-20 00:48:07 +01:00
DepFA
fbcce66601
add existing caption file handling 2022-10-20 00:46:54 +01:00
DepFA
4d6b9f76a5
reorder create_hypernetwork params 2022-10-20 00:27:16 +01:00
DepFA
c3835ec85c
pass overwrite old flag 2022-10-20 00:24:24 +01:00
DepFA
632e8d6602
split learn rates 2022-10-20 00:19:40 +01:00
DepFA
0087079c2d
allow overwrite old embedding 2022-10-20 00:10:59 +01:00
DepFA
166be3919b
allow overwrite old hn 2022-10-20 00:09:40 +01:00
DepFA
d6ea584137
change html output 2022-10-20 00:07:57 +01:00
random_thoughtss
c418467c03 Don't compute latent mask if were not using it. Also added support for fixed highres_fix generation. 2022-10-19 15:09:43 -07:00
random_thoughtss
dde9f96072 added support for ddim img2img 2022-10-19 14:14:24 -07:00
random_thoughtss
0719c10bf1 Fixed copying mistake 2022-10-19 13:56:26 -07:00
random_thoughtss
8e7097d06a Added support for RunwayML inpainting model 2022-10-19 13:47:45 -07:00
captin411
41e3877be2
fix entropy point calculation 2022-10-19 13:44:59 -07:00
DepFA
4d663055de
update ui with extra training options 2022-10-19 20:33:18 +01:00
DepFA
eb7ba4b713
update training header text 2022-10-19 19:50:46 +01:00
ふぁ
604620a7f0 Add xformers message. 2022-10-19 21:31:16 +03:00
Mackerel
b748b583c0 generation_parameters_copypaste.py: fix indent 2022-10-19 21:30:32 +03:00
Leo Mozoloa
5d9e3acd4e Fixed additionnnnal typo, sorry 2022-10-19 21:30:02 +03:00
Leo Mozoloa
a0e50d5e70 Improved the OS/Platforms field 2022-10-19 21:30:02 +03:00
Leo Mozoloa
3e2a035ffa Removed obsolete legacy Hlky description 2022-10-19 21:30:02 +03:00
Leo Mozoloa
5292d1f092 Formatting the top description 2022-10-19 21:30:02 +03:00
Leo Mozoloa
62a1a97fe3 Fixed labels and created a brand new Feature Request yaml 2022-10-19 21:30:02 +03:00
Leo Mozoloa
8400e85474 Adding a confirmation checkbox that the user has checked the issues & commits before
Also small fixes
2022-10-19 21:30:02 +03:00
Leo Mozoloa
ca30e67289 removing the required tag as it obviously doesn't work, adding a top description 2022-10-19 21:30:02 +03:00
Leo Mozoloa
03cf7cf327 Fixes and trying to make dropdown required 2022-10-19 21:30:02 +03:00
Leo Mozoloa
45f188e0d3 fixing linebreak issue 2022-10-19 21:30:02 +03:00
Leo Mozoloa
dd66530a63 Fixes and adding step by step 2022-10-19 21:30:02 +03:00
Leo Mozoloa
d0042587ad Cleaning & improvements 2022-10-19 21:30:02 +03:00
Leo Mozoloa
57c48093a9 Delete .vscode directory 2022-10-19 21:30:02 +03:00
Leo Mozoloa
fd1008f1e0 Better Bug report form 2022-10-19 21:30:02 +03:00
Greg Fuller
13ed73beda Update Learning Rate tooltip 2022-10-19 21:29:32 +03:00
Vladimir Repin
46122c4ff6 Send empty prompts as valid generation parameter 2022-10-19 20:31:16 +03:00
timntorres
5e012e4dfa Infotext saves more specific hypernet name. 2022-10-19 20:20:25 +03:00
Alexandre Simard
1e4809b251 Added a bit of padding to the left 2022-10-19 20:06:41 +03:00
Alexandre Simard
57eb1a64c8 Update ui.py 2022-10-19 20:06:41 +03:00
discus0434
634acdd954
Merge branch 'AUTOMATIC1111:master' into master 2022-10-20 01:37:33 +09:00
discus0434
2ce52d32e4 fix for #3086 failing to load any previous hypernet 2022-10-19 16:31:12 +00:00
AUTOMATIC
c6e9fed500 fix for #3086 failing to load any previous hypernet 2022-10-19 19:21:16 +03:00
DepFA
019a3a88f0
Update ui.py 2022-10-19 17:15:47 +01:00
AUTOMATIC1111
c664b231a8
Merge pull request #3162 from discus0434/master
Added what I forgot to commit in already merged PR: #3086
2022-10-19 18:58:49 +03:00
discus0434
365d4b1650
Merge branch 'AUTOMATIC1111:master' into master 2022-10-20 00:48:13 +09:00
AUTOMATIC1111
f510a2277e
Merge pull request #3086 from discus0434/master
Add settings for multi-layer structure hypernetworks
2022-10-19 18:40:53 +03:00
discus0434
3770b8d2fa enable to write layer structure of hn himself 2022-10-19 15:28:42 +00:00
discus0434
42fbda83bb layer options moves into create hnet ui 2022-10-19 14:30:33 +00:00
captin411
087609ee18
UI changes for focal point image cropping 2022-10-19 03:19:35 -07:00
captin411
abeec4b630
Add auto focal point cropping to Preprocess images
This algorithm plots a bunch of points of interest on the source
image and averages their locations to find a center.

Most points come from OpenCV.  One point comes from an
entropy model. OpenCV points account for 50% of the weight and the
entropy based point is the other 50%.

The center of all weighted points is calculated and a bounding box
is drawn as close to centered over that point as possible.
2022-10-19 03:18:26 -07:00