Commit Graph

31 Commits (b58056f9113b0c6d305642dad6d3bd238b2b9132)

Author SHA1 Message Date
hithereai 1b9301d82f p 2023-05-21 17:20:47 +03:00
hithereai b093b97b7f Update webui_sd_pipeline.py 2023-05-21 16:50:04 +03:00
kabachuha 47f7140c4d Revert "add license notices"
This reverts commit 37504733b4.
2023-05-20 11:46:21 +03:00
kabachuha 4b07029029 Revert "change contact notices the discord server"
This reverts commit dc0031e1ac.
2023-05-20 11:46:16 +03:00
kabachuha dc0031e1ac change contact notices the discord server 2023-05-20 01:26:40 +03:00
kabachuha 37504733b4 add license notices 2023-05-20 01:21:16 +03:00
hithereai c540c27201 CLEAN MORE 2023-05-19 20:47:25 +03:00
hithereai 0ae16d8547 simplify 2023-05-19 03:36:49 +03:00
hithereai ffb3f95029 clean 2023-05-19 00:22:19 +03:00
hithereai ea237c9f78 Update webui_sd_pipeline.py 2023-05-18 00:39:43 +03:00
hithereai 1c3ca807ef clean 2023-05-18 00:19:33 +03:00
hithereai 1acd632f48 del unused n_batch internal param 2023-05-17 14:57:12 +03:00
hithereai f783821d8a C1 2023-05-17 14:39:16 +03:00
hithereai 6095dd757c replace ddim_eta with ddim_eta_schedule
turns out ddim_eta is a global general setting param now, not passed directly as a p.ddim_eta any more. So i made it a schedule.

Todo: only show in ui if ddim is selected.
2023-05-08 02:57:45 +03:00
hithereai b5bdc5b084 add clarifying comment on some changes with do_not_save_samples param 2023-05-07 00:00:40 +03:00
hithereai 6d7bdea73d delete save_samples function and param from code 2023-05-06 23:27:44 +03:00
reallybigname 8fce400b46 Changed tile size from 64 to 8
After thorough testing of generation directly, I verified that it can handle tile sizes of 8.  If this tile size is not met, animation does now work correctly because the images coming out of generation don't match the specified dimensions, making the prev_img wrong, which makes animation warping wrong.

Previous tile size of 64 was legacy, from notebook, and old auto1111 I believe. But, the pipeline can handle divisors of 8, verified. However, still not sure if the images produced are as good as when you use the 64 tile size, which is the size of the latent representation.

In any case, there was no limit on this before, and with these changes, it will assure that animation is always accurate.  Suggest leaving slider at increments of 64. But, now if they select a dimension manually, it will be properly forced to tile size of 8, to ensure proper sizing through the engine.
2023-04-11 23:19:27 -07:00
reallybigname e9610776ba Fixed W/H being overwritten with UI values 2023-04-11 12:12:03 -07:00
hithereai f06d84bd60 finish add 2023-04-07 19:04:38 +03:00
hithereai 507f98561c REVIVE RESTORE FACES! 2023-02-17 05:59:29 +02:00
hithereai f362300a49 clean 2023-02-11 14:32:00 +02:00
hithereai 900e6ce0d5 cleanup v0 2023-02-11 14:31:30 +02:00
hithereai b1755dfd0a more updates 2023-02-11 14:24:02 +02:00
hithereai 5dea4577fd initial commit 2023-02-10 02:27:08 +02:00
hithereai 554e4caf98 fix interp mode, remove histogram_matching +
arg from useLooper --> use_looper to make it less confusing
2023-02-03 13:41:45 +02:00
hithereai 6f69254a7e more compact 'run' tab + removal of more hrfix params 2023-01-28 16:02:57 +02:00
hithereai 70518c5633 remove never-worked grids 2023-01-28 13:39:14 +02:00
hithereai 0e0d4593b7 remove restore_faces
never worked
2023-01-28 13:33:50 +02:00
hithereai dd59464f9b remove highrezfix 2023-01-28 13:31:57 +02:00
kabachuha a51c22c553 remove references to p.sd_model
it was removed as a param in e0e8005009, this commit fixes the compatibility.

Closes #228
2023-01-17 01:48:30 +03:00
Funofabot f06c05c82b
Add files via upload 2022-12-31 13:19:15 -07:00