• 3 Posts
  • 73 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle








  • Doombot1@lemmy.onetoMemes@lemmy.mlAmd fan
    link
    fedilink
    arrow-up
    25
    ·
    1 month ago

    Most of the time, the product itself comes out of engineering just fine and then it gets torn up and/or ruined by the business side of the company. That said, sometimes people do make mistakes - in my mind, it’s more of how they’re handled by the company (oftentimes poorly). One of the products my team worked on a few years ago was one that required us to spin up our own ASIC. We spun one up (in the neighborhood of ~20-30 million dollars USD), and a few months later, found a critical flaw in it. So we spun up a second ASIC, again spending $20-30M, and when we were nearly going to release the product, we discovered a bad flaw in the new ASIC. The products worked for the most part, but of course not always, as the bug would sometimes get hit. My company did the right thing and never released the product, though.






  • Huh, that’s certainly interesting! The hacky solution ended up having to do with power states which is kinda annoying - I have to set the GPU to use max power state because if it goes into the min state and then I walk away for 5-10 mins, it drops out of the PCIe slot and I need to reboot. SSH still works but you can’t reattach it w/o a reboot. I’m running a PCIe gen 5 mobo though and I heard about some potential problems with that, so maybe that was related. Could also be the fact that I ran a Quadro RTX 4000 on the same system/OS for a year or so and didn’t want to do a full reinstall, so it probably had somewhat to do with leftover drivers and crap


  • I set up my 4070 TS (the brand new one) on Ubuntu 22.04 about two months ago and my god was it a pain in the ass. Took like two days to do and even after that it would still hit a screen freeze issue every thirty minutes that took another week to find a half-assed solution for…



  • Easiest GitHub install I have ever done - works well on both Linux and windows per my own testing. Go onto the Automatic1111 stable-diffusion-webui github and find the git clone link, and then, from a command shell, use “cd” to get into your directory of choice and then do a “git clone <link>”. After that, go into said folder and literally just run the webui.bat/.sh file (might be called webui or might be called setup, can’t remember). That’s it - it should install all of the packages and python stuff and everything for you, and from there, honestly just fuck around with it for a while. On Linux, I had to install a few extra things/screw around a bit to get it working fully, but it wasn’t too tough. I highly recommend also installing the “dynamic prompts” extension and playing around with wildcards and such. Civitai has some great models and LoRAs you can play around with, too - Dreamshaper is a great one. If you’ve not got a 4000-series GPU, I would suggest editing the webui-user.bat/sh file and adding “—medvram” or “—lowvram” to help you get higher res images at the cost of a little bit of speed. Let me know if you’ve got any more questions! If nothing else, it’s honestly just a lot of fun to use.