-
Fails to launch, terminal output is:
```
OTS Version : 0.5
Config version: 0.5
Attempting to use system ffmpeg binary !
Using ffmpeg binary at: /usr/bin/ffmpeg
[2024-09-13 14:31:03,695 :: r…
-
@jmumford I was able to get going on this with:
### [uv](https://docs.astral.sh/uv/)
```
git clone https://github.com/jmumford/bids_sm_model_spec_gui
cd bds_sm_model_spec_gui
uv sync
uv run …
-
- CustomTkInter is a buggy library by one solo dude who quit development in June 2023. It has major issues with UI scaling and extremely slow GUI rendering, lots of bugs and rendering glitches.
- We …
-
If we want to switch to Python, we need to set up GUI in a different way,
PySide and PyQt are the options
Any idea?
-
Wrap toolbar functions (zoom, hide/restore module UIs, etc.) for use in python scripts.
-
We should adopt a GUI for better user friendliness at some point , ideally QT6 or GTK4.
-
```
import tkinter as tk
import json
class SolarModuleEditor(tk.Tk):
def __init__(self, *args, **kwargs):
tk.Tk.__init__(self, *args, **kwargs)
self.title("Solar Module Edi…
-
Whenever I run gui.bat on my Windows 11 machine, get the following error:
```
PS P:\AI\kohya_ss\kohya_ss> .\gui.bat
18:34:13-251402 INFO Kohya_ss GUI version: v24.1.7
git: 'submodule' is not…
-
**Is your feature request related to a problem? Please describe.**
1. Launch multiple webui/tab at same time and a way to and minimize and maximize them
2. way to create shortcut launcher for exe …
-
I'm very interested in command line generations like what can be found here: https://note.com/kohya_ss/n/n2693183a798e
Unfortunately this isn't up to date with Flux generations or maybe I'm not und…