Skip to content

Commit 5ac3916

Browse files
committed
Managed install: pin stringzilla version #2025 #2028
* latest versions have been broken on windows for few days now
1 parent 1159497 commit 5ac3916

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

ai_diffusion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Generative AI plugin for Krita"""
22

3-
__version__ = "1.39.1"
3+
__version__ = "1.39.2"
44

55
import importlib.util
66

ai_diffusion/server_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ scipy==1.16.1
3232
sentencepiece==0.2.0
3333
soundfile==0.13.1
3434
spandrel==0.4.1
35+
stringzilla==3.12.5
3536
svglib==1.5.1
3637
tokenizers==0.21.4
3738
tomli==2.2.1

scripts/server_requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ spandrel
2626
soundfile
2727
av
2828

29+
# transitive dependencies
30+
stringzilla
31+
2932
# comfyui_controlnet_aux
3033
importlib_metadata
3134
huggingface_hub

0 commit comments

Comments
 (0)