Johnny Arcitec

Results 445 comments of Johnny Arcitec

Yeah, I was considering proposing it as an improvement for rotating-url instead, but wasn't sure if it makes sense to mix the algorithms. But I am sure there's some neat...

**Extra Information:** I attempted to do a workaround with a Condition to "set the size every time the aura appears" via the trigger. It did **not work**. Here is what...

Haha this is amazing, I came here to report the exact same bug. I am using the latest Bottles Flatpak and saw the exact same issue: - I created this...

Install Miniconda like this: https://docs.anaconda.com/miniconda/miniconda-install/ Clone the newest OneTrainer code to a totally fresh directory without any old files. Run `./start-ui.sh` This ensures you have the scalable GUI code. Take...

If the above is not an improvement, we can investigate these APIs. https://github.com/TomSchimansky/CustomTkinter/wiki/Scaling

@Xephier102 Either way, there is absolutely nothing we can do about the UI rounded corners disappearing when scale is above 100%. That is a bug in CustomTkInter, the GUI library...

Now that OneTrainer has upgraded PyTorch and is compatible with Python 3.10, 3.11 and 3.12, it would be easy to switch to 3.11 as the minimum requirement, and use the...

@Nerogar Good point. Well, @hameerabbasi if you have time sometime, could you go through the issues with the current exception refactor so we have non-corrupted internal states?

@hameerabbasi Awesome! :) The issues are mentioned here: https://github.com/Nerogar/OneTrainer/pull/499#issuecomment-2411430290 There's a link to their docs which mentions some of the internal state changes that happen when `__cause__` is set by...

@hameerabbasi Something hit me though. Have you tried `raise e2 from e1`? If we can take 2 existing caught exceptions and re-raise them from each other, Python would do all...