diff --git a/Caddyfile b/Caddyfile index 10c40c7..785dae6 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,4 +1,4 @@ -# Caddy 2 Configuration for EditmaskwithAI +# Caddy 2 Configuration for PaintPlus # ========================================== # # SETUP INSTRUCTIONS: diff --git a/Dockerfile.gpu b/Dockerfile.gpu index b922cef..b3f4bd6 100644 --- a/Dockerfile.gpu +++ b/Dockerfile.gpu @@ -1,5 +1,5 @@ # ============================================================================= -# EditmaskwithAI — GPU Container (NVIDIA CUDA) +# PaintPlus — GPU Container (NVIDIA CUDA) # # Usage: # docker compose -f docker-compose.gpu.yml up --build diff --git a/README.md b/README.md index 081ab3d..5938e88 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# EditmaskwithAI +# PaintPlus A self-hosted, web-based AI photo editor. Paint over any object, describe what you want, and the AI replaces just that region — every pixel outside your selection stays untouched. @@ -7,8 +7,8 @@ A self-hosted, web-based AI photo editor. Paint over any object, describe what y ### GPU machine (recommended — free inference, best quality) ```bash -git clone https://github.com/outis1one/editmaskwithai -cd editmaskwithai +git clone https://github.com/outis1one/paintplus +cd paintplus # One-time setup: installs nvidia-container-toolkit, configures Docker, # sets up a permanent DNS fix, and prefetches all AI models on the host. @@ -29,8 +29,8 @@ Open **http://localhost:3080** ### Cloud API (no GPU required) ```bash -git clone https://github.com/outis1one/editmaskwithai -cd editmaskwithai +git clone https://github.com/outis1one/paintplus +cd paintplus cp .env.example .env # Edit .env: set AI_PROVIDER and your API key (see .env.example for options) docker compose up -d --build @@ -140,7 +140,7 @@ docker compose logs -f ## File structure ``` -EditmaskwithAI/ +PaintPlus/ ├── backend/ │ ├── app/ │ │ ├── routers/ # API endpoints (ai_tools, print_tools, …) diff --git a/docker-compose.gpu.yml b/docker-compose.gpu.yml index eea2f0a..9a7052d 100644 --- a/docker-compose.gpu.yml +++ b/docker-compose.gpu.yml @@ -1,5 +1,5 @@ # ============================================================================= -# EditmaskwithAI — GPU Docker Compose (NVIDIA CUDA) +# PaintPlus — GPU Docker Compose (NVIDIA CUDA) # # ── PREREQUISITES ───────────────────────────────────────────────────────────── # @@ -66,7 +66,7 @@ services: # Increment BUILDID to force pip layers to re-run without full --no-cache: # BUILDID=$(date +%s) docker compose -f docker-compose.gpu.yml up --build BUILDID: ${BUILDID:-1} - container_name: editmaskwithai-gpu + container_name: paintplus-gpu ports: - "${PORT:-3080}:8000" volumes: diff --git a/frontend/src/js/modules/help/about.js b/frontend/src/js/modules/help/about.js index 405f1f3..a40df8e 100644 --- a/frontend/src/js/modules/help/about.js +++ b/frontend/src/js/modules/help/about.js @@ -25,7 +25,7 @@ class Help_about_class { {title: "Smart Select:", html: 'SAM (Meta AI)'}, {title: "Remote AI:", html: 'InvokeAI · ComfyUI · OpenAI (user-configured)'}, {title: "", html: '
'}, - {title: "GitHub:", html: 'outis1one/EditmaskwithAI'}, + {title: "GitHub:", html: 'outis1one/PaintPlus'}, ], }; this.POP.show(settings); diff --git a/install-local-gpu.sh b/install-local-gpu.sh index 0e5d7da..3c181c5 100755 --- a/install-local-gpu.sh +++ b/install-local-gpu.sh @@ -19,7 +19,7 @@ if [ "$EUID" -ne 0 ]; then fi echo "==================================================" -echo " EditmaskwithAI — Local GPU one-time setup" +echo " PaintPlus — Local GPU one-time setup" echo "==================================================" echo "" diff --git a/scripts/download_sample_eyes.py b/scripts/download_sample_eyes.py index 953aa42..802809e 100755 --- a/scripts/download_sample_eyes.py +++ b/scripts/download_sample_eyes.py @@ -6,7 +6,7 @@ These are public domain images from Wikimedia Commons of classical sculptures. Run this script to populate the eye catalog with example eyes. Usage: - cd /home/user/EditmaskwithAI + cd /home/user/PaintPlus python scripts/download_sample_eyes.py """