FIX FLUX2

This commit is contained in:
litianxiang
2026-03-24 16:24:43 +08:00
parent 6757a89d04
commit 28656c44c8
4 changed files with 677 additions and 671 deletions

View File

@@ -3405,7 +3405,7 @@ public class PythonService {
if (result && jsonObject.get("code").equals(200)) {
log.info("Generate##responseObject###{}", jsonObject);
// return setGenerateImageList(jsonObject.getJSONObject("data"));
if (servicePath== CommonConstant.GENERATE_PATH){
if (servicePath== CommonConstant.GENERATE_PATH_FLUX2_KLEIN){
//放入结果到mq
JSONObject data = jsonObject.getJSONObject("data");
String outputPath = data.getString("output_path");