image editing
FramePack Edit 1
framepack
Community
图像生成6.4s$0.026 / edit
FramePack Edit 1
一个适合修图、补图和改造产品画面的图像编辑模型。
image-editinginpaintingui-mockups
310K runs · 530 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": "black-forest-labs/flux-schnell",
"input": {
"prompt": "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": "black-forest-labs/flux-schnell",
"input": {
"prompt": "Generate a polished product visual for an AI platform homepage"
},
"wait": 10,
},
)
print(response.json())一个适合修图、补图和改造产品画面的图像编辑模型。