FIX FLUX2
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user