• 2 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle
  • The problem, I believe, is that stable diffusion presently only supports Python 3.10, but Arch ships 3.12, and some of the dependencies aren’t compatible with the newer version. Here’s what I did to get it working on Arch + AMD 7800XT GPU.

    1. Install python310 package from AUR
    2. Manually create the virtualenv for stable diffusion with python3.10 -m venv venv (in stable diffusion root directory)

    This should be enough for the dependencies to install correctly. To get GPU acceleration to work, I also had to add this environment variable: HSA_OVERRIDE_GFX_VERSION=11.0.0 (Not sure if this is needed or if the value is same for 7900 XTX)


  • If I recall, Enlightenment used to have a rather focal fan base at one time. The DE was a lot prettier than most of its contemporaries, and was relatively lightweight despite having animated effects and everything. I always thought EFL was one of the hidden gems of the Linux ecosystem that was left in GTKs and Qts shadow, but after reading the article (back when it was first published) I realized there was probably a good reason it never got popular. I thought the story was embellished, as thedailywtf articles typically are, with the “SPANK! SPANK! SPANK! Naughty programmer!” stuff, so I downloaded EFL source code and checked. OMG, it was a real error message. (Though I believe it has since been removed.)

    The company in question using EFL was (probably) Samsung, who apparently still uses it as the native graphical toolkit for Tizen.





  • there are new dimmable LEDs that automatically change to whiter when bright and warmer when dim

    I love the idea of these bulbs. I’m using the adaptive lighting component so my bulbs’ temperature and brightness are always correlated anyway. For light fixtures with more than one bulb, a single smart dimmer could replace a whole zigbee light group.

    However, are there any bulbs on the market yet with a good temperature range? So far, the only ones I’ve been able to find are Philips Warm Glow lamps that only go from 2200K to 2700K, which is way too warm for daytime use.