fhd.mp4
Generative Fill in 3D. This project is a stripped-down version of fill3d.ai. Fill 3D is powered by Function.
In a few steps:
- Clone this repository
- Rename
.env.example
to.env.local
- Head over to fill3d.ai/pricing and copy your API key (make sure you are logged in). Then paste your API key in
.env.local
:
# Fill 3D
FILL_3D_API_KEY="<Your Fill 3D API key here>"
- Open a terminal and run
npm run dev
to start the development server. Then open the webpage in your browser and fill!
- PRs are welcome!