AUTOMATIC
e8e7fe11e9
updates for the noise schedule settings
2023-05-27 19:53:09 +03:00
Kohaku-Blueleaf
a69b71a37f
use Schedule instead of Sched
2023-05-24 20:40:37 +08:00
Kohaku-Blueleaf
4b88e24ebe
improvements
...
See:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649#issuecomment-1561047723
2023-05-24 20:35:58 +08:00
Kohaku-Blueleaf
72377b0251
Use type to determine if it is enable
2023-05-23 23:48:23 +08:00
Kohaku-Blueleaf
1846ad36a3
Use settings instead of main interface
2023-05-23 10:58:57 +08:00
AUTOMATIC
ff0e17174f
rework hires prompts/sampler code to among other things support different extra networks in first/second pass
...
rework quoting for infotext items that have commas in them to use json (should be backwards compatible except for cases where it didn't work previously)
add some locals from processing function into the Processing class as fields
2023-05-18 20:16:09 +03:00
AUTOMATIC
5ec2c294ee
Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into hires-fix-ext
2023-05-18 17:57:16 +03:00
AUTOMATIC
2cfaffb239
updates for #9256
2023-05-14 08:30:37 +03:00
papuSpartan
ac83627a31
heavily simplify
2023-05-13 10:23:42 -05:00
papuSpartan
75b3692920
Merge branch 'dev' of https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd
2023-05-11 22:40:17 -05: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
f741a98bac
imports cleanup for ruff
2023-05-10 08:43:42 +03:00
Aarni Koskela
3ba6c3c83c
Fix up string formatting/concatenation to f-strings where feasible
2023-05-09 22:25:39 +03:00
AUTOMATIC1111
879ed5422c
Merge pull request #9760 from Sakura-Luna/refresh
...
Fix gallery not being refreshed correctly
2023-05-08 15:06:02 +03:00
AUTOMATIC
18fb2162a4
disable useless progress display when pasting infotext using the blur button
2023-05-08 12:17:36 +03:00
Sakura-Luna
a3cdf9aaf8
Reopen image fix
2023-05-05 15:52:34 +08:00
papuSpartan
e960781511
fix maximum downsampling option
2023-05-03 13:12:43 -05:00
papuSpartan
f08ae96115
resolve merge conflicts and swap to dev branch for now
2023-05-03 02:21:50 -05:00
AUTOMATIC
1d11e89698
rework Negative Guidance minimum sigma to work with AND, add infotext and copypaste parameters support
2023-04-29 15:57:09 +03:00
AUTOMATIC
5fe0dd79be
rename CPU RNG to RNG source in settings, add infotext and parameters copypaste support to RNG source
2023-04-29 11:29:37 +03:00
papuSpartan
a9902ca331
Update generation_parameters_copypaste.py
2023-04-10 04:03:01 -05:00
papuSpartan
1c11062603
add token merging options to infotext when necessary. Bump tomesd
...
version
2023-04-10 03:41:05 -05:00
AUTOMATIC
433b3ab701
Revert "Merge pull request #7931 from space-nuko/img2img-enhance"
...
This reverts commit 4268759370
, reversing
changes made to 1b63afbedc
.
2023-03-28 20:36:57 +03:00
space-nuko
7ea5d395c4
Add upscaler to img2img
2023-03-25 12:52:43 -04:00
space-nuko
68999d0b15
Add upscale slider to img2img
2023-03-25 12:52:35 -04:00
AUTOMATIC
4697def235
bump gradio to 3.23
...
fix broken image dragging
2023-03-25 09:00:37 +03:00
InvincibleDude
f5e4436453
Merge branch 'master' into improved-hr-conflict-test
2023-03-14 16:55:59 +03:00
AUTOMATIC1111
76bc72116e
Merge pull request #7818 from space-nuko/extension-paste-field-names
...
Allow extensions to declare paste fields for "Send to X" buttons
2023-03-11 16:44:20 +03:00
AUTOMATIC
58b5b7c2f1
add UniPC options to infotext
2023-03-11 12:09:36 +03:00
InvincibleDude
e97b83bdbb
Merge branch 'master' into improved-hr-conflict-test
2023-03-03 19:49:24 +03:00
AUTOMATIC
a742facd95
make PNG info tab work properly with parameter overrides
2023-02-19 09:30:57 +03:00
space-nuko
7df7e4d227
Allow extensions to declare paste fields for "Send to X" buttons
2023-02-14 03:55:42 -08:00
InvincibleDude
3ec2eb8bf1
Merge branch 'master' into improved-hr-conflict-test
2023-01-30 15:35:13 +03:00
AUTOMATIC
ab059b6e48
make the program read Discard penultimate sigma from generation parameters
2023-01-30 10:52:15 +03:00
AUTOMATIC
040ec7a80e
make the program read Eta and Eta DDIM from generation parameters
2023-01-30 10:47:09 +03:00
AUTOMATIC
399720dac2
update prompt token counts after using the paste params button
2023-01-30 01:03:31 +03:00
AUTOMATIC
938578e8a9
make it so that setting options in pasted infotext (like Clip Skip and ENSD) do not get applied directly and instead are added as temporary overrides
2023-01-30 00:25:30 +03:00
InvincibleDude
ee3d63b6be
Merge branch 'master' into master
2023-01-29 14:36:10 +03:00
AUTOMATIC1111
91c8d0dcfc
Merge pull request #7231 from EllangoK/master
...
Fixes X/Y/Z Plot parameters not being restored from images
2023-01-28 18:45:38 +03:00
EllangoK
591b68e56c
uses autos new regex, checks len of re_param
2023-01-28 10:04:09 -05:00
AUTOMATIC
4aa7f5b5b9
update image parameters regex for #7231
2023-01-28 15:24:40 +03:00
Max Audron
6b3981c068
clean up unused script_path imports
2023-01-27 14:44:34 +01:00
Max Audron
5eee2ac398
add data-dir flag and set all user data directories based on it
2023-01-27 14:44:30 +01:00
EllangoK
e57b5f7c55
re_param captures quotes with commas properly
...
and removes unnecessary regex
2023-01-25 22:36:14 -05:00
invincibledude
3bc8ee998d
Gen params paste improvement
2023-01-22 16:35:42 +03:00
invincibledude
fccc39834a
Gen params paste improvement
2023-01-22 16:17:55 +03:00
invincibledude
d261bec1ec
Gen params paste improvement
2023-01-22 16:14:28 +03:00
invincibledude
1fa777c1d7
Gen params paste improvement
2023-01-22 16:03:42 +03:00
invincibledude
2aaee73633
Gen params paste improvement
2023-01-22 16:00:35 +03:00