Results 7 issues of MrCheeze

There seems to be some subtle rendering difference when drawing extremely small lines. I have a screenshot and demo of the issue: https://i.imgur.com/fffKIaX.png https://mrcheeze.github.io/detritus/ruffle/zoomout.html The beginning of this flash contains...

bug
A-rendering

Issue occurs in this flash here: https://www.homestuck.com/flash/hs2/00090/00090.swf On clicking the green button, a green background image will appear. (works fine) On clicking the blue button, the same background image appears,...

rendering

* Depth model works just fine after the recent pull request, but is never unloaded from vram. Make it unload when --medvram or --lowvram is enabled. * Add support for...

**Describe what this pull request is trying to achieve.** This adds support for [stable-diffusion-2-1-unclip](https://huggingface.co/stabilityai/stable-diffusion-2-1-unclip) checkpoints that are used for generating image variations. ([See also.](https://github.com/Stability-AI/stablediffusion/blob/main/doc/UNCLIP.MD)) It works in the same way...

### Describe the bug It would be nice for this to work out of the box, especially since the one-click installers are meant to be "for dummies". ### Is there...

bug

Currently when clicking in a textbox, the cursor will only be placed correctly if you click exactly on top of a letter. The basic purpose of this commit is to...

When writing midis, a running state is used so that if multiple messages of the same type are used in a row, the message type only has to be specified...