Compare commits

..

No commits in common. "main" and "0.5.4" have entirely different histories.
main ... 0.5.4

5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -4,7 +4,7 @@ FROM python:3.11-slim
# Set the working directory in the container # Set the working directory in the container
WORKDIR /app WORKDIR /app
# Set version label # Set version label
ARG VERSION="0.5.6" ARG VERSION="0.5.4"
LABEL version=$VERSION LABEL version=$VERSION
# Copy project files into the container # Copy project files into the container

View File

@ -2,7 +2,7 @@ import random
import logging import logging
from openai import OpenAI, RateLimitError from openai import OpenAI, RateLimitError
import nest_asyncio 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 from libs.openwebui import create_prompt_on_openwebui
import re import re
nest_asyncio.apply() nest_asyncio.apply()

View File

@ -1,7 +1,7 @@
import random import random
import logging import logging
import nest_asyncio 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 import re
from openwebui_chat_client import OpenWebUIClient from openwebui_chat_client import OpenWebUIClient
from datetime import datetime from datetime import datetime

View File

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