feat: add support for Flux Controls and Flex.2 (#692)

This commit is contained in:
stduhpf
2025-10-10 18:06:57 +02:00
committed by GitHub
parent 35843c77ea
commit 11f436c483
7 changed files with 156 additions and 34 deletions

View File

@@ -1246,7 +1246,7 @@ int main(int argc, const char* argv[]) {
}
}
if (params.control_net_path.size() > 0 && params.control_image_path.size() > 0) {
if (params.control_image_path.size() > 0) {
int width = 0;
int height = 0;
control_image.data = load_image(params.control_image_path.c_str(), width, height, params.width, params.height);