Live data from Hacker News

Viewing profile — cmdr2

cmdr2

HN member
Joined
Mon, Mar 24, 2014, 10:34 PM UTC
HN karma
410
Public activity
58 items

About cmdr2

https://cmdr2.github.io

Recent public activity

  1. story
  2. comment
    Comment #47061184

    > If you as a person outsourced your thinking than it's you who will suffer. Using a code generator != outsourcing your thinking. I know that's the popular opinion, and yes, you ca…

  3. comment
    Comment #47058578

    > this is presumably a 16k loc project that was commited in a single commit two days ago. So the author never commited any draft/dev version in the time It's quite common to work l…

  4. comment
    Comment #47057690

    For what it's worth - for people who're in this space - this project is awesome, and I hope you keep going with it! The compiler space for GPUs really needs truly open-source effor…

  5. comment
    Comment #47057572

    > This is obvious AI slop from the readme I keep hoping that low-effort comments like these will eventually get downvoted (because it's official HN policy). I get that it's fashion…

  6. story
  7. story
  8. comment
    Comment #45262046

    > Google is acting here as the owner and maintainer of a services ecosystem... > they increasingly experience difficulty to contain issues within that ecosystem and prevent them fr…

  9. comment
    Comment #45213897

    https://pypi.org/p/torchruntime might help here, it's designed precisely for this purpose. `pip install torchruntime` `torchruntime install torch` It figures out the correct torch …

  10. comment
    Comment #44768337

    I'm trying to understand this topic more, so I'm curious what you mean by the word tracking. I searched around, and wanted to check if my understanding is roughly correct: Is track…

  11. comment
    Comment #44710499

    People do use VR for modeling/animation in Blender - https://freebirdxr.com (disclaimer: I'm the author of this plugin) Freebird is still quite basic, but it's under active develop…

  12. comment
    Comment #41748736

    Here you go - https://pastebin.com/raw/dGP6W1m1 (story courtesy ChatGPT). Fed your comment into it, and got this story.

  13. comment
    Comment #40559421

    It runs locally if you download the "m" and "l" files alongside it (for maps and models), and run it on a localhost server (to fix the CORS errors). curl " https://phoboslab.org/q1…

  14. comment
    Comment #38674720

    Yeah, I assumed it was made by Comfy's author, as maybe a next evolution of their project. I was feeling happy for them. But since it's not made by Comfy's author, it's definitely …

  15. comment
    Comment #36893069

    Easy Diffusion (previously cmdr2 UI) can run SDXL in 768x768 in about 7 GB of VRAM. And SDXL 512x512 in about 5 GB of VRAM. Regular SD can run in less than 2 GB of VRAM with Easy D…

  16. story
  17. comment
    Comment #33159836

    Thanks! :)

  18. comment
    Comment #33159705

    Hi, I'm the author of the cmdr2 UI and installer (that iFire linked to). I'd be happy to contribute the 1-click installer used by my project. It's a battle-hardened installer (over…

  19. comment
    Comment #33159672

    Like I mentioned elsewhere, https://github.com/cmdr2/stable-diffusion-ui is pretty popular, and is a 1-click installer for Win and Linux (Mac coming soon). Quite a lot of features,…

  20. comment
    Comment #33159667

    https://github.com/cmdr2/stable-diffusion-ui is pretty popular, and is a 1-click installer for Win and Linux (Mac coming soon). Quite a lot of features, and well-liked by users for…

  21. comment
    Comment #33017058

    There's a 1-click installation for installing Stable Diffusion locally (Windows/Linux), doesn't require anything pre-installed - https://github.com/cmdr2/stable-diffusion-ui#instal…

  22. comment
    Comment #32665994

    Hi, there are a couple of good UIs. https://github.com/cmdr2/stable-diffusion-ui is an easy-to-install and use tool, written by me (with contributions by many). Version 2 is in bet…

  23. story
  24. comment
    Comment #32576722

    Thanks! This worked for me finally. The conda approach suggested elsewhere was getting too complicated, and wasn't working properly (for me). I built a simple UI around this, which…

  25. comment
    Comment #32576690

    You can try https://github.com/cmdr2/stable-diffusion-ui . It installs Stable Diffusion to your local computer, and provides a simple browser-based UI for playing with it. No need …