polished visuals
Flux Studio Pro
founderhooks
Official
图像生成3.2s$0.018 / image
Flux Studio Pro
面向产品视觉、投放画面和精致界面素材的高速图像生成模型。
product-visualsbrand-safemarketing
2.4M runs · 1,820 likes
一个适合修图、补图和改造产品画面的图像编辑模型。
看示例、试效果、复制调用代码。
curl -s -X POST https://www.founderhooks.com/api/v1/predictions \
-H "Authorization: Bearer $FOUNDERHOOKS_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "framepack/framepack-edit-1",
"input": {
"image_url": "Generate a polished product visual for an AI platform homepage"
},
"wait": 10
}'import os
import requests
response = requests.post(
"https://www.founderhooks.com/api/v1/predictions",
headers={
"Authorization": "Bearer " + os.environ["FOUNDERHOOKS_API_TOKEN"],
"Content-Type": "application/json",
},
json={
"model": "framepack/framepack-edit-1",
"input": {
"image_url": "Generate a polished product visual for an AI platform homepage"
},
"wait": 10,
},
)
print(response.json())面向产品视觉、投放画面和精致界面素材的高速图像生成模型。