fill
fill copied to clipboard
Generative fill in 3D.
Fill 3D
https://github.com/fill3d/.github/assets/17663473/128afd2f-5da6-4752-afd6-dc95fbd41e03
Generative Fill in 3D. This project is a stripped-down version of fill3d.ai. Fill 3D is powered by Function.
Setup Instructions
In a few steps:
- Clone this repository
- Rename
.env.exampleto.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 devto start the development server. Then open the webpage in your browser and fill!
Notes
- PRs are welcome!