You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got " raise HTTPException(response.status_code, f"Request failed with status code: {response.status_code}")" when running your example """
input = {
"model": "urn:air:sd1:checkpoint:civitai:4384@128713",
"params": {
"prompt": "RAW photo, face portrait photo of woman, wearing black dress, happy face, hard shadows, cinematic shot, dramatic lighting",
"negativePrompt": "(deformed, distorted, disfigured:1.3)",
"scheduler": "EulerA",
"steps": 20,
"cfgScale": 7,
"width": 512,
"height": 512,
"clipSkip": 2
}
}
response = civitai.image.create(input)
"""
I just created the API key.
what could be the reason? what should I do?
Thank you
The text was updated successfully, but these errors were encountered:
I got " raise HTTPException(response.status_code, f"Request failed with status code: {response.status_code}")" when running your example """
input = {
"model": "urn:air:sd1:checkpoint:civitai:4384@128713",
"params": {
"prompt": "RAW photo, face portrait photo of woman, wearing black dress, happy face, hard shadows, cinematic shot, dramatic lighting",
"negativePrompt": "(deformed, distorted, disfigured:1.3)",
"scheduler": "EulerA",
"steps": 20,
"cfgScale": 7,
"width": 512,
"height": 512,
"clipSkip": 2
}
}
response = civitai.image.create(input)
"""
I just created the API key.
what could be the reason? what should I do?
Thank you
The text was updated successfully, but these errors were encountered: