Commit Graph

591 Commits

Author SHA1 Message Date
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
9d40212485 first attempt to produce crrect seeds in batch 2022-09-13 21:49:58 +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
C43H66N12O12S2
3b1b1444d4
Complete cross attention update 2022-09-13 14:29:56 +03:00
AUTOMATIC
c84e333622 color correction option for all img2img modes #363 2022-09-13 12:51:57 +03:00
AUTOMATIC
823cf946ec Embeddings directory can't be found if running webui.py from another directory (+potential fix) #374 2022-09-13 09:42:51 +03:00
AUTOMATIC
afbb3504da Prompts from file not working #379 2022-09-13 09:41:38 +03:00
AUTOMATIC
9ea44c7ce7 Merge remote-tracking branch 'origin/master' 2022-09-13 08:45:43 +03:00
AUTOMATIC
8c1d989839 add link to custom scripts 2022-09-13 08:45:31 +03:00
AUTOMATIC1111
52ae941c31
Merge pull request #366 from ProGamerGov/patch-1
Fix multiple grammar & spelling errors in ReadMe
2022-09-13 08:35:51 +03:00
AUTOMATIC
b5a8b99d3f put safety checker into a separate file because it's already crowded in processing 2022-09-13 08:34:41 +03:00
AUTOMATIC1111
b03bc4e79a
Merge pull request #367 from GRMrGecko/nsfw_filter
Adds NSFW content filter option
2022-09-13 08:22:39 +03:00
AUTOMATIC1111
fc8acdb574
Merge pull request #378 from oobabooga/master
Fix #368
2022-09-13 07:42:50 +03:00
oobabooga
3e1f9ab8b3
Fix #368 2022-09-13 01:34:35 -03:00
GRMrGecko
fc18e2d483 Adds NSFW content filter option 2022-09-12 19:15:35 -05:00
ProGamerGov
0f76bbffc3
Fix multiple grammar & spelling errors in ReadMe 2022-09-12 18:00:40 -06:00
AUTOMATIC1111
fa8be8acd6
Merge pull request #356 from nnuudev/master
Swap width and height sliders in the UI
2022-09-13 00:48:36 +03:00
AUTOMATIC
db8f8dd972 Ability to save images into a folder named after the date they were created #353 2022-09-13 00:44:08 +03:00
AUTOMATIC
ac9b2ec010 fixed version for GFPGAN and k-diffusion
made launcher always install requirements
bumped basicsr to 1.4.2 because someone wanted it
2022-09-13 00:24:37 +03:00
AUTOMATIC
19a817d97d X/Y plot with denoising adds incorrect image data to individual outputs #331 2022-09-12 23:44:36 +03:00
AUTOMATIC
744ac1f89a Bug: Show show image creation progress every N sampling steps. Set 0 to disable #358 2022-09-12 23:30:17 +03:00
AUTOMATIC
0de109c210 Codeformer face restoration not working: AttributeError: module 'modules.shared' has no attribute 'device_codeformer' #348 2022-09-12 23:24:54 +03:00
nnuudev
a97e2a562b Swap width and height sliders in the UI 2022-09-12 21:41:59 +02:00
AUTOMATIC
c249bbb4d4 Revert "Merge pull request #343 from oobabooga/master"
This reverts commit 338fb1db63, reversing
changes made to c2a1b37382.
2022-09-12 20:48:10 +03:00
AUTOMATIC
3de44fc580 Include the model name (or the SHA256 of the file) in the metadata #271 2022-09-12 20:47:46 +03:00
AUTOMATIC1111
35a4649c9e
Merge pull request #339 from Thielak/master
Update README
2022-09-12 20:41:06 +03:00
Kaleith
7e03c71346
Update README.md
Revision of the previous commit to make it less misleading and mention the option of using .bin files
2022-09-12 19:33:02 +02:00
AUTOMATIC1111
338fb1db63
Merge pull request #343 from oobabooga/master
Fix ugly img2img resize options
2022-09-12 20:17:29 +03:00