Commit Graph

15 Commits (2baa1643ceccaff2f0611f95088f706c6c5bd69d)

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