diff --git a/skills/remove-ai-marks/scripts/requirements-ctrlregen.txt b/skills/remove-ai-marks/scripts/requirements-ctrlregen.txt index b7166b5..883634e 100644 --- a/skills/remove-ai-marks/scripts/requirements-ctrlregen.txt +++ b/skills/remove-ai-marks/scripts/requirements-ctrlregen.txt @@ -19,7 +19,7 @@ # merge these pins into the core requirements or the Docker images, and # run a scoped pip-audit against this file if you need a report. diffusers==0.27.2 -transformers==4.37.2 +transformers==5.15.1 accelerate==1.14.0 controlnet-aux==0.0.10 color-matcher==0.6.0 diff --git a/skills/remove-ai-marks/scripts/requirements-markllm.txt b/skills/remove-ai-marks/scripts/requirements-markllm.txt index db66029..967589e 100644 --- a/skills/remove-ai-marks/scripts/requirements-markllm.txt +++ b/skills/remove-ai-marks/scripts/requirements-markllm.txt @@ -16,7 +16,7 @@ # GPU when nvidia-smi is present), then this file's remaining pins resolve # against the already-installed torch. torch==2.13.0.* -transformers==5.15.0 +transformers==5.15.1 # transformers 5.15.0 caps tokenizers at <=0.23.0; there is no 0.23.0 # release (0.22.2 -> 0.23.1), so the highest compatible pin is 0.22.2. tokenizers==0.22.2