This commit is contained in:
2025-08-20 08:07:50 +08:00
parent e05ad23fe2
commit cae947cdd6

View File

@@ -9,7 +9,10 @@ from JiMeng.Kit.JmErrorCode import JmErrorCode
class JmTxt2Img: class JmTxt2Img:
action = "CVProcess" action = "CVProcess"
# V2.1
req_key = "jimeng_high_aes_general_v21_L" req_key = "jimeng_high_aes_general_v21_L"
# V3.0
# req_key="jimeng_t2i_v30"
@staticmethod @staticmethod
def generate_image(prompt, save_img_path): def generate_image(prompt, save_img_path):