refactor: migrate generation pipeline to sd::Tensor (#1373)

This commit is contained in:
leejet
2026-03-30 00:19:25 +08:00
committed by GitHub
parent ed88e215a2
commit f16a110f87
39 changed files with 7768 additions and 7098 deletions

View File

@@ -601,7 +601,7 @@ int main(int argc, const char* argv[]) {
if (gen_params.end_image_path.size() > 0) {
vae_decode_only = false;
if (!load_image_and_update_size(gen_params.init_image_path, end_image)) {
if (!load_image_and_update_size(gen_params.end_image_path, end_image)) {
return 1;
}
}