We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1159497 commit 5ac3916Copy full SHA for 5ac3916
ai_diffusion/__init__.py
@@ -1,6 +1,6 @@
1
"""Generative AI plugin for Krita"""
2
3
-__version__ = "1.39.1"
+__version__ = "1.39.2"
4
5
import importlib.util
6
ai_diffusion/server_requirements.txt
@@ -32,6 +32,7 @@ scipy==1.16.1
32
sentencepiece==0.2.0
33
soundfile==0.13.1
34
spandrel==0.4.1
35
+stringzilla==3.12.5
36
svglib==1.5.1
37
tokenizers==0.21.4
38
tomli==2.2.1
scripts/server_requirements.in
@@ -26,6 +26,9 @@ spandrel
26
soundfile
27
av
28
29
+# transitive dependencies
30
+stringzilla
31
+
# comfyui_controlnet_aux
importlib_metadata
huggingface_hub
0 commit comments