Compare commits

..

4 Commits
0.5.4 ... main

Author SHA1 Message Date
3e379e32cd Bump version: 0.5.5 → 0.5.6 2025-11-02 10:24:26 +00:00
c3eaf7f639 Fix flux workflow 2025-11-02 10:24:17 +00:00
c27b2c8aba Bump version: 0.5.4 → 0.5.5 2025-10-31 21:54:24 +00:00
86efefb490 refactor(libs): update imports to use extracted build_user_content 2025-10-31 21:54:21 +00:00
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.5.4"
current_version = "0.5.6"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
replace = "{new_version}"

View File

@ -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.4"
ARG VERSION="0.5.6"
LABEL version=$VERSION
# Copy project files into the container

View File

@ -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
from libs.generic import load_recent_prompts, load_config, build_user_content
from libs.openwebui import create_prompt_on_openwebui
import re
nest_asyncio.apply()

View File

@ -1,7 +1,7 @@
import random
import logging
import nest_asyncio
from libs.generic import load_recent_prompts, load_config
from libs.generic import load_recent_prompts, load_config, build_user_content
import re
from openwebui_chat_client import OpenWebUIClient
from datetime import datetime

View File

@ -167,7 +167,7 @@
"38": {
"inputs": {
"unet_name": "flux1-dev-Q4_0.gguf",
"device": "cuda:1",
"device": "cuda:0",
"virtual_vram_gb": 0,
"use_other_vram": true,
"expert_mode_allocations": ""