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

fal_client.subscribe does not not work with base_style: "digital_illustration/hard_comics" #406

Open
Danjoe4 opened this issue Feb 6, 2025 · 0 comments

Comments

@Danjoe4
Copy link

Danjoe4 commented Feb 6, 2025

Example

    result = fal_client.subscribe(
        "fal-ai/recraft-v3/create-style",
        arguments={
            "images_data_url": url,
            "base_style": "digital_illustration/hard_comics"
        },
        with_logs=True,
        on_queue_update=on_queue_update,
    )

This works:

    result = fal_client.subscribe(
        "fal-ai/recraft-v3/create-style",
        arguments={
            "images_data_url": url,
            "base_style": "digital_illustration"
        },
        with_logs=True,
        on_queue_update=on_queue_update,
    )


Bad request id is aa485b46-6eef-4cf5-a058-20b11cc07084. Please investigate

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