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

Add fal.ai Text-to-Image Generator Node #409

Open
6 tasks
shige opened this issue Feb 27, 2025 · 0 comments
Open
6 tasks

Add fal.ai Text-to-Image Generator Node #409

shige opened this issue Feb 27, 2025 · 0 comments

Comments

@shige
Copy link
Member

shige commented Feb 27, 2025

Task description

Implement a Generator Node that integrates with fal.ai to provide Text-to-Image functionality.

Background

This task aims to enhance the application's capabilities by adding a new Generator Node that leverages the fal.ai API for generating images from text prompts. This will allow users to easily create AI-generated images within the application. The following models should be supported:

Reference:

Giselle Team Info: The environment variable FAL_API_KEY is already configured in Vercel.

TODO (Optional)

  • Create a new Generator Node class for fal.ai integration.
  • Implement API calls to fal.ai using the FAL_API_KEY.
  • Support text-to-image generation for the specified models (Stability AI, Ideogram, Flux AI, Recraft).
  • Implement error handling for API requests.
  • Add unit tests for the new Generator Node.
  • Integrate the new Generator Node into the application's UI.

Additional notes (Optional)

Consider potential rate limits and cost implications associated with the fal.ai API. Ensure proper authentication and authorization are in place.

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