mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-11-22 10:08:07 +00:00
Compare commits
No commits in common. "3e379e32cd808fd32a4edbae397c5798c927d37c" and "c27b2c8abab29030bf7dc809195349c62b1c693c" have entirely different histories.
3e379e32cd
...
c27b2c8aba
@ -1,5 +1,5 @@
|
||||
[tool.bumpversion]
|
||||
current_version = "0.5.6"
|
||||
current_version = "0.5.5"
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
replace = "{new_version}"
|
||||
|
||||
@ -4,7 +4,7 @@ FROM python:3.11-slim
|
||||
# Set the working directory in the container
|
||||
WORKDIR /app
|
||||
# Set version label
|
||||
ARG VERSION="0.5.6"
|
||||
ARG VERSION="0.5.5"
|
||||
LABEL version=$VERSION
|
||||
|
||||
# Copy project files into the container
|
||||
|
||||
@ -167,7 +167,7 @@
|
||||
"38": {
|
||||
"inputs": {
|
||||
"unet_name": "flux1-dev-Q4_0.gguf",
|
||||
"device": "cuda:0",
|
||||
"device": "cuda:1",
|
||||
"virtual_vram_gb": 0,
|
||||
"use_other_vram": true,
|
||||
"expert_mode_allocations": ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user