AUTOMATIC
9f267af3f7
added a second style field
...
added the ability to use {prompt} in styles
added a button to apply style to textbox
rearranged top row for UI
2022-09-14 17:56:21 +03:00
Michoko
6153d9d9e9
Update images.py
...
Better code
2022-09-14 15:51:45 +03:00
Michoko
d5520d43fd
Update images.py
...
Handles grids names. Code more robust and doesn't fail if mixed with other files.
2022-09-14 15:51:45 +03:00
Michoko
94aeb5dec9
Update images.py
...
Better computing of images indexes in filenames
2022-09-14 15:51:45 +03:00
DepFA
e16d762800
add draw legend toggle
2022-09-14 15:33:37 +03:00
DepFA
35229d9488
Add square bracket range+count syntax
2022-09-14 15:33:37 +03:00
Elias Oenal
3daf9cac46
Removed stray references to shared.device_codeformer.
2022-09-14 15:24:55 +03:00
Elias Oenal
26f733a026
fix for codeformer switching torch devices on metal systems.
2022-09-14 15:24:55 +03:00
AUTOMATIC
bb2732c1c7
updates for exif comments #446
2022-09-14 15:20:05 +03:00
JJ
c4e90bf689
format exif string
...
* UserComment needs an ID code at the start of the tag area. This is provided by piexif.helper.UserComment, otherwise an "Warning Invalid EXIF text encoding for UserComment" is thrown upon reading the exif data
2022-09-14 15:14:26 +03:00
AUTOMATIC
c9430e53f6
loopback moved to scripts, added support for multiple batches, changed to honor save grids and how grids in web setting
2022-09-14 14:47:54 +03:00
AUTOMATIC
c253d6bdab
do not die on failing to load script #426
2022-09-14 13:20:24 +03:00
AUTOMATIC
f6aa0cdb0b
Overall progress incorrect with X/Y plot and batch count > 1 #441
2022-09-14 13:08:05 +03:00
AUTOMATIC
4c51752464
option name updates for #432
2022-09-14 11:31:49 +03:00
jtkelm2
493032a7af
Update ui.py
2022-09-14 11:27:41 +03:00
jtkelm2
df81de0d2f
Update ui.py
2022-09-14 11:27:41 +03:00
jtkelm2
74c5f7974c
Added selected image saving
2022-09-14 11:27:41 +03:00
AUTOMATIC
0cfbd59d6d
Merge remote-tracking branch 'origin/master'
2022-09-14 11:18:40 +03:00
AUTOMATIC
928b246c9e
[FEATURE REQUEST] Script settings should also be written to the text files #437
2022-09-14 11:08:36 +03:00
orionaskatu
a0e819de90
remove model files check
2022-09-14 10:45:25 +03:00
orionaskatu
d62fbcc5aa
fix on torch_command + tested on debian
2022-09-14 10:45:25 +03:00
orionaskatu
7bf76af40a
rewrite for launch.py - untested
2022-09-14 10:45:25 +03:00
orionaskatu
cf150757b5
webui-user.sh gitignore
2022-09-14 10:45:25 +03:00
orionaskatu
efc8ed13e1
install/launch scripts for linux
2022-09-14 10:45:25 +03:00
AUTOMATIC
6bea45d495
prevent making grid if there is no need for it #428
2022-09-14 10:34:44 +03:00
JustAnOkapi
21f2a706bb
Revert "Update webui-user.bat"
...
This reverts commit 51a960df1f
.
2022-09-14 08:58:13 +03:00
JustAnOkapi
f9f9d04b5f
prevent extras from saving in dir
...
Extras have none of the vars used in dir names, so they cant be saved into dirs.
+grid code cleanup
2022-09-14 08:58:13 +03:00
JustAnOkapi
e73e2ce2fd
Update webui-user.bat
2022-09-14 08:58:13 +03:00
JJ
859fff3700
add webp to file formats with exif saved
2022-09-14 08:49:00 +03:00
camenduru
f07d789b79
added cmd arg to load custom styles file
2022-09-14 08:48:42 +03:00
Austere Grim
66b09bbfec
Typo of prompt
2022-09-14 08:35:27 +03:00
AUTOMATIC
85b97cc49c
bandaid for broken ddim sampling #389
2022-09-13 20:12:24 +03:00
AUTOMATIC
950064ee96
img2img_color_correction off by default for #394
2022-09-13 20:00:19 +03:00
AUTOMATIC
29022300ba
revert the breaking change in font sneaked in by the person who did EXIF #407
2022-09-13 19:53:42 +03:00
AUTOMATIC
fdedecf96c
readme info about launcher
2022-09-13 19:44:36 +03:00
AUTOMATIC
70e72db7bd
Merge remote-tracking branch 'origin/master'
2022-09-13 19:24:03 +03:00
AUTOMATIC
b6b9faa779
add support for reading saved jpeg comments
2022-09-13 19:23:55 +03:00
JJ
7a5852a4ee
change np.float to np.float32
...
* numpy deprecation warning fix. Alternately, you could also specify float
2022-09-13 18:21:59 +03:00
JJ
eeabe62b4d
add piexif to requirements_versions.txt
2022-09-13 18:11:46 +03:00
JJ
de956b28e5
add piexif to requirements.txt
2022-09-13 18:11:46 +03:00
JJ
27c2a0680a
save the exif data upon image write
2022-09-13 18:11:46 +03:00
JJ
34cf684419
add metadata to jpg and non-png image files
...
* needs a piexif module install
* dumps the info in an Exif "UserComment"
* update to webui.bat
2022-09-13 18:11:46 +03:00
AUTOMATIC1111
55e08dd61f
Merge pull request #400 from rick2047/requirements-sklearn-version
...
Add minimum requirements for skimage version
2022-09-13 18:05:52 +03:00
AUTOMATIC
6e68cc88e6
revert to old 1.3.5 basicsr because the new one still causes problems for some python version
2022-09-13 17:41:21 +03:00
AUTOMATIC
918a092ed4
emergency fix for running in dir with spaces
2022-09-13 17:32:40 +03:00
AUTOMATIC1111
a5f34b4636
Merge pull request #392 from C43H66N12O12S2/attention-update
...
Complete cross attention update
2022-09-13 17:25:30 +03:00
Paresh Mathur
8568d88af1
Update with definitely right requirements for skimage
...
In my defense I was doing this on my phone.
2022-09-13 19:49:52 +05:30
Paresh Mathur
128e46d6a4
Now with the correct version of skimage
2022-09-13 19:44:02 +05:30
Paresh Mathur
e6b6eb23fc
Add skimage minimum requirement
...
Related to https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/393
2022-09-13 19:32:20 +05:30
AUTOMATIC
33e6b6e9a6
moved most of functionality from webui.bat into cross-platform launch.py
...
moved stable diffusion dependencies into requirements.txt
added checkout with specific commit hashes to all external repos
2022-09-13 16:48:18 +03:00