Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fal-ai/inpaint-example


https://github.com/fal-ai/inpaint-example

Last synced: about 11 hours ago
JSON representation

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
```