Realm-Generation

付费
通过 Realm AI | 已更新 1ヶ月前 | Artificial Intelligence/Machine Learning
人气

6.8 / 10

延迟

488ms

服务等级

100%

Health Check

N/A

返回所有讨论

{'message': 'You are not subscribed to this API.'}

Rapid account: Lingfengxiao
lingfengxiao
4ヶ月前

Hello, when I use my api to get the requests, it shows “{‘message’: ‘You are not subscribed to this API.’}”

Here is my code:

url = “https://realm-generation.p.rapidapi.com/generation

payload = {
“promptPositive”: “@character model student high quality hd, a single yearbook photograph, dark-blue cloudy backdrop, full portrait style”,
“cfgScale”: 7.5,
“samlplingSteps”: 30,
“controlType”: “FACE_FEATURE”,
“controlSource”: “https://d28hgpri8am2if.cloudfront.net/book_images/onix/cvr9781982181284/elon-musk-9781982181284_lg.jpg
}
headers = {
“content-type”: “application/json”,
“X-RapidAPI-Key”: “key”,
“X-RapidAPI-Host”: “realm-generation.p.rapidapi.com
}

response = requests.post(url, json=payload, headers=headers)

print(response.json())

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论