Vladimir Mandic
12411f2858
update hdr
2023-11-27 09:03:22 -05:00
Vladimir Mandic
bcba5cadab
add ip adapter and hdr latent control
2023-11-24 18:06:09 -05:00
Vladimir Mandic
1f730b129f
update hires logic
2023-09-11 09:09:38 -04:00
Vladimir Mandic
f36c1eb476
jumbo patch
2023-09-08 13:01:20 -04:00
Vladimir Mandic
ac267d7f3f
add light theme, enhance profilng and logging
2023-09-06 13:23:14 -04:00
Disty0
f2e6e0e88e
Add refiner steps
2023-08-30 22:51:00 +03:00
Vladimir Mandic
10f345f09b
handle loading invalid model or pipeline
2023-08-29 15:59:57 -04:00
Vladimir Mandic
e2b0d981ac
quick taesd vae decode
2023-08-09 09:34:59 +00:00
Vladimir Mandic
cfe14884a0
add taesd for sdxl
2023-08-05 12:06:56 +00:00
Vladimir Mandic
7c4fdbff1b
update taesd
2023-08-05 08:56:45 +02:00
Vladimir Mandic
3437132817
update refiner start/end
2023-07-26 20:49:24 -04:00
Vladimir Mandic
926a0fde1a
diffusers code refactoring and exception handling
2023-07-17 12:22:51 -04:00
Vladimir Mandic
a9e2d90a47
fix invalid config values
2023-07-16 16:01:01 -04:00
Vladimir Mandic
7a859cdb18
update diffuser samplers and refiner workflows
2023-07-16 12:56:55 -04:00
Vladimir Mandic
02eac9fad3
minor fixes
2023-07-14 20:22:34 -04:00
Vladimir Mandic
8b24efe1b5
rework diffusers args as and introduce second pass as replacement for hires
2023-07-14 15:00:46 -04:00
Vladimir Mandic
c55024fe1b
set backend persist restarts
2023-07-13 11:53:23 -04:00
Vladimir Mandic
5c8ead7be0
update diffusers
2023-07-12 15:35:41 -04:00
Vladimir Mandic
457dddf7aa
refactor html-info and do some linting cleanups
2023-06-18 11:38:42 -04:00
Vladimir Mandic
cb307399dd
jumbo merge
2023-06-13 11:59:56 -04:00
Vladimir Mandic
8f4bc4df08
update changelog
2023-05-31 12:44:35 -04:00
Vladimir Mandic
5f1fd7bd66
update common ui
2023-05-29 13:43:03 -04:00
Vladimir Mandic
df65e8e30a
update clip skip and attention normalization
2023-05-18 22:16:24 -04:00
Vladimir Mandic
4d67ee67ed
minor fixes
2023-05-18 07:09:38 -04:00
Vladimir Mandic
616553220b
debug print params list
2023-05-17 07:42:41 -04:00
Vladimir Mandic
f4bb3b4dd1
warn on unavailable sampler
2023-05-16 09:27:37 -04:00
Vladimir Mandic
1288aec459
correct metadata before/after
2023-05-09 09:09:31 -04:00
Vladimir Mandic
41182009cb
switch some cmdopts to opts
2023-05-08 09:27:50 -04:00
Vladimir Mandic
fe496f4ebc
add train preprocess options
2023-05-05 09:06:06 -04:00
Vladimir Mandic
cb4cff3929
redesign logging
2023-05-02 13:57:16 -04:00
Vladimir Mandic
9ac7f3771a
update cmdflags
2023-04-29 19:30:26 -04:00
Vladimir Mandic
d4fd25a7fd
add debug mode
2023-04-29 18:58:10 -04:00
Vladimir Mandic
ba50dbbdbf
add memory monitor
2023-04-29 17:36:45 -04:00
Vladimir Mandic
408147d9c4
critical fix
2023-04-29 13:25:20 -04:00
Vladimir Mandic
cd580866a7
fix awalys on script args
2023-04-29 12:37:36 -04:00
Vladimir Mandic
1f6261be80
jumbo patch
2023-04-27 13:12:20 -04:00
Vladimir Mandic
6981262beb
validate script_args
2023-04-25 19:02:43 -04:00
Mylo
d33d0f69fc
Extension compatibility fix
...
Update function signature on img2img.py:img2img() to match the one on the original Automatic1111 webui
Update function signature on txt2img.py:txt2img() to match the one on the original Automatic1111 webui
Update ui.py to create the seed_checkbox element, which is invisible since it doesn't get used, I did this so there wouldn't be any issues when it later gets sent in to a wrap_gradio_gpu_call. (slightly hacky fix)
2023-04-20 21:24:17 +02:00
Vladimir Mandic
ed8819b8fc
lycoris, strong linting, model keyword, circular imports
2023-04-15 10:28:31 -04:00
Vladimir Mandic
81b8294e93
switch cmdflags to settings
2023-04-12 10:40:11 -04:00
Vladimir Mandic
404a2a2cb2
fix broken generate and add progress bars
2023-03-26 14:23:45 -04: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
AUTOMATIC
26fd444811
bump gradio to 3.16.2
...
change style selection to multiselect dropdown
2023-01-18 13:59:45 +03:00
AUTOMATIC
d8b90ac121
big rework of progressbar/preview system to allow multiple users to prompts at the same time and do not get previews of each other
2023-01-15 18:51:04 +03:00
AUTOMATIC
865228a837
change style dropdowns to multiselect
2023-01-14 14:56:39 +03:00
AUTOMATIC
8149078094
added the option to specify target resolution with possibility of truncating for hires fix; also sampling steps
2023-01-04 22:04:40 +03:00
AUTOMATIC
ef27a18b6b
Hires fix rework
2023-01-02 19:42:10 +03:00
AUTOMATIC
f4535f6e4f
make it so that memory/embeddings info is displayed in a separate UI element from generation parameters, and is preserved when you change the displayed infotext by clicking on gallery images
2022-12-31 23:40:55 +03:00
AUTOMATIC
cdc8020d13
change StableDiffusionProcessing to internally use sampler name instead of sampler index
2022-11-19 12:01:51 +03:00
Jairo Correa
c9148b2312
Release processing resources after it finishes
2022-11-01 21:56:47 -03:00