ayunami2000
e25e1bfe10
Make stream_image_progress accept an integer for the rate the progress frames should be generated. ( #889 )
...
* Make stream_image_progress accept an integer
for the rate the progress frames should be generated.
* Use a different field for the progress interval.
2023-02-21 08:38:21 +05:30
cmdr2
aa70f2849b
NSFW filter setting
2023-02-18 15:01:13 +05:30
cmdr2
2eb317c6b6
Format code, PEP8 using Black
2023-02-14 18:47:50 +05:30
cmdr2
78e917a6fb
Fix the broken 'Make Similar Images' button
2023-02-03 21:40:03 +05:30
cmdr2
51443741b8
Proactively delete the partial samples from the callbacks
2023-02-01 11:50:50 +05:30
cmdr2
156c5f4792
Fix incorrect seeds returned when no filters were applied. Fixes https://github.com/cmdr2/stable-diffusion-ui/pull/748
2023-01-10 19:23:17 +05:30
cmdr2
5b1078e0db
Merge pull request #719 from patriceac/fix-duplicate-image
...
Fix for duplicate images
2022-12-29 10:13:51 +05:30
patriceac
e82a8a7f3d
Fix for duplicate images
...
When eye correction, upscaling, and only show filtered image are ALL disabled, the UI still generates two of the same image, and increments the second's seed by 1 (although it's the same image). It doesn't perform an additional process, but the item is shown twice.
2022-12-28 12:06:36 -08:00
cmdr2
083390da83
Fix a bug where the task and req data needed to print with a backslash
2022-12-28 19:23:36 +05:30
jsuelwald
6eafcdfafd
Update renderer.py
...
Use .replace on pformat in both lines
2022-12-28 14:27:07 +01:00
jsuelwald
5e44744ff7
Update renderer.py
...
Updated (replace doesn't work on sets)
2022-12-28 13:49:52 +01:00
Jens Sülwald
183bc8321c
Convert [ to \[ so the logging backend...
...
doesn't interpret that as a colour or other command
2022-12-28 10:43:39 +01:00
cmdr2
25071c238c
Remove the width for better formatting (uses what Bonsi suggested in the first place)
2022-12-27 21:14:31 +05:30
jsuelwald
c867c35e45
Update renderer.py
2022-12-27 16:23:36 +01:00
jsuelwald
6f60e88ca6
Update renderer.py for better readable console output
2022-12-27 15:41:10 +01:00
cmdr2
852e129f9c
Support upscaling by 2x or 4x (previously only supported 4x)
2022-12-27 16:20:16 +05:30
cmdr2
107112d1c4
Integration bugs
2022-12-24 12:37:20 +05:30
cmdr2
5eeef41d8c
Update to use the latest sdkit API
2022-12-20 15:16:47 +05:30
cmdr2
47e3884994
Rename the python package name to easydiffusion (from sd_internal)
2022-12-19 19:39:15 +05:30