-
- 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 …
-
@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 …
-
With Git-2.47.0.2-64-bit, ROCM 6 and Python 3.10.6 installed previously from a working stable-diffusion-webui-directml install
using Zluda v3.8.4 (ZLUDA-windows-rocm6-amd64)
1. Installed via git clo…
-
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.
-
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…
-
```
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…
-
We should adopt a GUI for better user friendliness at some point , ideally QT6 or GTK4.
-
python -m nuitka --version output: 1 ✘
2.4
Commercial: None
Python: 3.12.6 (main, Sep 8 2024, 1…
-
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…