mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-11-13 05:19:42 +00:00
Compare commits
No commits in common. "main" and "0.5.4" have entirely different histories.
@ -1,5 +1,5 @@
|
||||
[tool.bumpversion]
|
||||
current_version = "0.5.6"
|
||||
current_version = "0.5.4"
|
||||
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.4"
|
||||
LABEL version=$VERSION
|
||||
|
||||
# Copy project files into the container
|
||||
|
||||
@ -2,7 +2,7 @@ import random
|
||||
import logging
|
||||
from openai import OpenAI, RateLimitError
|
||||
import nest_asyncio
|
||||
from libs.generic import load_recent_prompts, load_config, build_user_content
|
||||
from libs.generic import load_recent_prompts, load_config
|
||||
from libs.openwebui import create_prompt_on_openwebui
|
||||
import re
|
||||
nest_asyncio.apply()
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import random
|
||||
import logging
|
||||
import nest_asyncio
|
||||
from libs.generic import load_recent_prompts, load_config, build_user_content
|
||||
from libs.generic import load_recent_prompts, load_config
|
||||
import re
|
||||
from openwebui_chat_client import OpenWebUIClient
|
||||
from datetime import datetime
|
||||
|
||||
@ -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