Uncomfy
Uncomfy
Previously discussed here: https://github.com/ppy/osu/discussions/12983 Depends on: - https://github.com/ppy/osu-resources/pull/344 - https://github.com/ppy/osu-framework/pull/6395 - https://github.com/ppy/osu-framework/pull/6404 - https://github.com/ppy/osu-framework/pull/6591 Allows to change which colour the background is dimmed to. Currently only supports grayscale. This is...
This is needed for changing the parameters of a custom shader on `BufferedContainer` without tanking the performance (example: https://github.com/ppy/osu/pull/30391#discussion_r1815242461) Cached framebuffer is redrawn only if DrawNode invalidation comes from a...
This PR is a companion to https://github.com/ppy/osu/pull/30391 It contains changes for sprites and drawnodes, which are necessary to be able to replace shaders (and interact with them) in storyboards and...
`getRoundedColor` does a lot of things, which makes it hard to reuse the code when making custom shaders. Companion to https://github.com/ppy/osu/pull/30391
Handles dimming applied directly to BeatmapBackground separately, allowing to change dim colour. Dimming applied by other sources (like overlays) works the same as in a regular texture shader and is...
**Describe the bug** `UnslothTrainer` always enables gradient checkpointing, even when it's explicitly disabled both during model loading and in training args. 1. **Environment Setup:** - OS: Ubuntu 22.04 - Python...
### Describe the bug Gunicorn worker crashes on init when it tries to close event loop. Happens only in python 3.14, works correctly in 3.13 ### To Reproduce 1. Implement...