工具 API
gr1_ z_ image_ turbo_ generate
根据提供的提示词和设置使用Z-Image模型生成图片。此功能在用户点击"生成"按钮时触发。它处理输入提示词(可选增强)、配置生成参数,并使用Z-Image扩散变换管道生成图片。返回:元组(gallery_images、seed_str、seed_int),seed_str:生成所用种子的字符串表示,seed_int:生成所用种子的整数表示(来自mcp-tools/Z-Image-Turbo)
devOAuth1 积分
调用信息
- 工具标识
- hf-mcp-server.gr1_z_image_turbo_generate
- 服务提供方
- Hugging Face
- 平均响应
- 1137 ms
- 近 7 天调用
- 1
输入参数
promptText prompt describing the desired image content
resolutionOutput resolution in format "WIDTHxHEIGHT ( RATIO )" (e.g., "1024x1024 ( 1:1 )")
seedSeed for reproducible generation
stepsNumber of inference steps for the diffusion process
shiftTime shift parameter for the flow matching scheduler
random_seedWhether to generate a new random seed, if True will ignore the seed input