Skip to content
New issue

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

createSVDMotionGeneration empty object #80

Open
aivanouski opened this issue May 15, 2024 · 1 comment
Open

createSVDMotionGeneration empty object #80

aivanouski opened this issue May 15, 2024 · 1 comment

Comments

@aivanouski
Copy link

looks like return empty object and no sdGenerationJob

how to works with Motion API ?

aivanouski added a commit to aivanouski/leonardo-ts-sdk that referenced this issue May 16, 2024
@aivanouski
Copy link
Author

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"
    }
  ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant