How to install Sanster/IOPaint. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
Sanster/IOPaint Installation Guide
How to install Sanster/IOPaint. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for Sanster/IOPaint. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i Sanster/IOPaintor
Install via npx
npx @hexmos/ipm i Sanster/IOPaintPrerequisites
Python
languageVersion: >=3.6.0
pip
package_managerPackage installer for Python.
Node.js
languageVersion: >=16.0.0
npm
package_managerPackage manager for Node.js.
git
system_toolVersion control system.
Docker
system_toolContainerization platform for software development and deployment.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Code Installation
git clone https://github.com/Sanster/IOPaint.git
cd IOPaint/
npm install
npm run build
cp -r dist/ ../iopaint/web_app
echo 'VITE_BACKEND=http://127.0.0.1:8080' >> .env.local
npm run devPython Installation
pip install -r requirements.txt
python3 main.py start --model lama --port 8080Post Installation Steps
- Visit http://localhost:8080 in your web browser to access the IOPaint interface.
- You can start using IOPaint by visiting http://localhost:8080 in your web browser.
