We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
looks like return empty object and no sdGenerationJob
how to works with Motion API ?
The text was updated successfully, but these errors were encountered:
Leonardo-Interactive#80 fix no object in createSVDMotion
eb30980
now here is: when get generation by id
cause: ZodError: [ { "expected": "'KLMS' | 'EULER_ANCESTRAL_DISCRETE' | 'EULER_DISCRETE' | 'DDIM' | 'DPM_SOLVER' | 'PNDM' | 'LEONARDO'", "received": "null", "code": "invalid_type", "path": [ "object", "generations_by_pk", "scheduler" ], "message": "Expected 'KLMS' | 'EULER_ANCESTRAL_DISCRETE' | 'EULER_DISCRETE' | 'DDIM' | 'DPM_SOLVER' | 'PNDM' | 'LEONARDO', received null" }, { "expected": "'v1_5' | 'v2' | 'v3' | 'SDXL_0_8' | 'SDXL_0_9' | 'SDXL_1_0' | 'SDXL_LIGHTNING'", "received": "null", "code": "invalid_type", "path": [ "object", "generations_by_pk", "sdVersion" ], "message": "Expected 'v1_5' | 'v2' | 'v3' | 'SDXL_0_8' | 'SDXL_0_9' | 'SDXL_1_0' | 'SDXL_LIGHTNING', received null" } ]
Sorry, something went wrong.
No branches or pull requests
looks like return empty object and no sdGenerationJob
how to works with Motion API ?
The text was updated successfully, but these errors were encountered: