Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@ deterministic runtime helpers.
| --- | --- |
| `pixeltops-image-editor` | Select, erase, fill, composite, resize, and verify raster images with explicit change boundaries. |

## Install
## First install

Run `python scripts/install-skills.py --repo-root . --skill
pixeltops-image-editor` after the repository bootstrap is synchronized. The
managed installer validates the selected skill before installation.
Run `python scripts/install-skills-bootstrap.py` only for the first skill
installation.

## Deploy

Repository deployment runs `install-runtime`, then `runtime-validation`, before
handing managed skill installation to `ceratops-skill-lifecycle/deploy`. The
runtime installer requires `uv` on `PATH` and stores machine-local environments
and models under `$CODEX_HOME/tools/masked-image-edit`. Regular skill usage
never installs or validates the runtime.
20 changes: 20 additions & 0 deletions deploy/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 1
kind: ceratops-deploy
operations:
deploy:
steps:
- id: install-runtime
run:
- python
- scripts/install-runtime.py
- id: runtime-validation
run:
- python
- scripts/runtime-validation.py
handoff: ceratops-skill-lifecycle/deploy
bootstrap:
steps:
- id: bootstrap-skills
run:
- python
- scripts/install-skills-bootstrap.py
106 changes: 106 additions & 0 deletions deploy/runtime/inpaint-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
accelerate==1.14.0
aiofiles==23.2.1
altair==5.5.0
annotated-doc==0.0.4
annotated-types==0.7.0
antlr4-python3-runtime==4.9.3
anyio==4.14.2
attrs==26.1.0
bidict==0.23.1
certifi==2026.7.22
charset-normalizer==3.4.9
click==8.4.2
colorama==0.4.6
contourpy==1.3.2
controlnet-aux==0.0.3
cycler==0.12.1
diffusers==0.27.2
easydict==1.13
einops==0.8.2
exceptiongroup==1.3.1
fastapi==0.108.0
ffmpy==1.0.0
filelock==3.32.0
fonttools==4.63.0
fsspec==2026.6.0
gradio==4.21.0
gradio-client==0.12.0
h11==0.16.0
httpcore==1.0.9
httpx==0.28.1
huggingface-hub==0.25.2
idna==3.18
imageio==2.37.4
importlib-metadata==9.0.0
importlib-resources==6.5.2
iopaint==1.6.0
jinja2==3.1.6
jsonschema==4.26.0
jsonschema-specifications==2025.9.1
kiwisolver==1.5.0
lazy-loader==0.5
loguru==0.7.3
markdown-it-py==4.2.0
markupsafe==2.1.5
matplotlib==3.10.9
mdurl==0.1.2
mpmath==1.3.0
narwhals==2.24.0
networkx==3.4.2
numpy==1.26.4
omegaconf==2.3.1
opencv-python==4.11.0.86
orjson==3.11.9
packaging==26.2
pandas==2.3.3
peft==0.7.1
piexif==1.1.3
pillow==9.5.0
psutil==7.2.2
pydantic==2.13.4
pydantic-core==2.46.4
pydub==0.25.1
pygments==2.20.0
pyparsing==3.3.2
python-dateutil==2.9.0.post0
python-engineio==4.13.3
python-multipart==0.0.32
python-socketio==5.7.2
pytz==2026.2
pyyaml==6.0.3
referencing==0.37.0
regex==2026.7.19
requests==2.34.2
rich==15.0.0
rpds-py==0.30.0
ruff==0.15.22
safetensors==0.8.0
scikit-image==0.24.0
scipy==1.15.3
semantic-version==2.10.0
setuptools==83.0.0
shellingham==1.5.4
simple-websocket==1.1.0
six==1.17.0
starlette==0.32.0.post1
sympy==1.14.0
tifffile==2025.5.10
timm==1.0.28
tokenizers==0.21.4
tomlkit==0.12.0
torch==2.13.0
torchvision==0.28.0
tqdm==4.69.0
transformers==4.48.3
typer==0.27.0
typer-config==1.4.0
typing-extensions==4.16.0
typing-inspection==0.4.2
tzdata==2026.3
urllib3==2.7.0
uvicorn==0.51.0
websockets==11.0.3
win32-setctime==1.2.0
wsproto==1.3.2
yacs==0.1.8
zipp==4.1.0
44 changes: 44 additions & 0 deletions deploy/runtime/mask-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
accelerate==1.14.0
annotated-doc==0.0.4
anyio==4.14.2
certifi==2026.7.22
click==8.4.2
colorama==0.4.6
filelock==3.29.0
fsspec==2026.4.0
h11==0.16.0
hf-xet==1.5.2
httpcore==1.0.9
httpx==0.28.1
huggingface-hub==1.26.0
idna==3.18
jinja2==3.1.6
llvmlite==0.48.0
markdown-it-py==4.2.0
markupsafe==3.0.3
mdurl==0.1.2
mpmath==1.3.0
networkx==3.6.1
numba==0.66.0
numpy==2.4.2
opencv-python-headless==5.0.0.93
packaging==26.2
pillow==12.3.0
psutil==7.2.2
pygments==2.20.0
pymatting==1.1.15
pyyaml==6.0.3
regex==2026.7.19
rich==15.0.0
safetensors==0.8.0
scipy==1.18.0
setuptools==78.1.0
shellingham==1.5.4
sympy==1.14.0
tokenizers==0.22.2
torch==2.13.0
torchvision==0.28.0
tqdm==4.69.0
transformers==5.14.1
typer==0.27.0
typing-extensions==4.15.0
Loading