Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fal-ai/inpaint-example
https://github.com/fal-ai/inpaint-example
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fal-ai/inpaint-example
- Owner: fal-ai
- License: mit
- Created: 2024-05-16T21:40:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T02:58:08.000Z (7 months ago)
- Last Synced: 2024-12-15T22:43:41.773Z (8 days ago)
- Language: TypeScript
- Size: 225 KB
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Model Playground by Fal.ai
A full model playground for AI image and video generation supporting:
- [Real-time LCM](https://www.fal.ai/models/latent-consistency)
- [AnimateDiff](https://www.fal.ai/models/animatediff)
- [AnimateDiff LCM](https://www.fal.ai/models/animatediff-lcm)
- [Illusion Diffusion](https://www.fal.ai/models/illusion-diffusion)
- [Stable Video Diffusion](https://www.fal.ai/models/svd)
- [Stable Diffusion XL](https://www.fal.ai/models/stable-diffusion-xl)
- [Fooocus](https://www.fal.ai/models/fooocus)
- [IP Adapter Face ID](https://www.fal.ai/models/ip-adapter-face-id)
- [Remove Background](https://www.fal.ai/models/remove-background)### Prerequisites
1. [Fal AI](https://www.fal.ai/) API key (for model access)
2. [Node.js](https://github.com/Schniz/fnm) installed on your machine### Getting started
Run the following command:
```sh
npx @fal-ai/create
```Then, change into the directory and run the start command:
```sh
npm run dev# or bun dev, yarn dev
```