save code
This commit is contained in:
+2
-1
@@ -158,7 +158,8 @@
|
||||
const data = {
|
||||
human_img: humanDataURL, // 包含完整前缀的Base64
|
||||
cloth_img: clothDataURL, // 包含完整前缀的Base64
|
||||
output_format: "url"
|
||||
output_format: "url",
|
||||
is_generated: true,
|
||||
};
|
||||
|
||||
console.log("准备发送的数据:", data); // 调试用
|
||||
|
||||
Reference in New Issue
Block a user