edit-anything-app
The source of the demo app for fal-serverless + Next.js
File Explorer
Download Latest Version (.zip)- deploy.yml
- favicon.ico
- next.svg
- vercel.svg
- .gitignore
- app.py
- requirements.txt
- Card.tsx
- EmptyMessage.tsx
- ErrorNotification.tsx
- GitHubIcon.tsx
- ImageCountDisplay.tsx
- ImageMask.tsx
- ImageSelector.tsx
- ImageSpot.tsx
- MaskPicker.tsx
- ModelCard.tsx
- ModelPicker.tsx
- ScribbleBox.tsx
- SingleImageResult.tsx
- StableDiffusion.tsx
- Steps.tsx
- image.ts
- modelMetadata.ts
- storage.ts
- controlnet.ts
- edit.ts
- fill.ts
- images.ts
- masks.ts
- rembg.ts
- remove.ts
- _app.tsx
- _document.tsx
- _footer.tsx
- _navbar.tsx
- index.tsx
- globals.css
- util.ts
- .editorconfig
- .eslintrc.json
- .gitignore
- .prettierignore
- CODE_OF_CONDUCT.md
- LICENSE
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- README.md
- requirements.txt
- tailwind.config.js
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/fal-ai/edit-anything-app
Downloads the entire project code from GitHub to your computer.
cd edit-anything-app
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install fal-serverless
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
4. Python
EasyPrerequisites
pip install fal-serverless
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
