Commit Graph

602 Commits

Author SHA1 Message Date
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 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