parent
56c3445455
commit
e25943ed9e
@ -1,16 +0,0 @@
|
||||
package com.dsideal.aiSupport.Test;
|
||||
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import com.dsideal.aiSupport.Util.JiMeng.JmText2VideoUtil;
|
||||
|
||||
public class JiMengVideo {
|
||||
public static void getProgres(JSONObject jo){
|
||||
//{"code":10000,"data":{"task_id":"9346984050829536199"},"time_elapsed":"49.494514ms","message":"Success","request_id":"20250512185250C35CA218D7AD2B8B5B66","status":10000}
|
||||
|
||||
}
|
||||
public static void main(String[] args) throws Exception {
|
||||
String prompt = "蓝色毛绒玩具在超市里拖地,结果拖把洒出好多五颜六色的粉末,接着把粉末洒向镜头前,镜头随之穿过粉末";
|
||||
JSONObject jo = JmText2VideoUtil.generateVideo(prompt);
|
||||
System.out.println(jo);
|
||||
}
|
||||
}
|
Loading…
Reference in new issue