Posts: 11
Thanks received: 10
Thanks given: 3
Joined: Feb 2015
For Mac M1/M2 users, Stable Diffusion got a lot easier but you need at least 16GB ram...
Just download and install DiffusionBee from
https://diffusionbee.com
Be aware, the safety check of the generated pics is disabled.
Sourcecode at
https://github.com/divamgupta/diffusionb...ffusion-ui
Posts: 703
Thanks received: 1212
Thanks given: 501
Joined: Sep 2010
Like a video I made? Take a look at my other videos here: https://pornhub.com/model/anneselfbondage/videos
Message me with requests or just to talk!
Posts: 28,376
Thanks received: 14851
Thanks given: 7728
Joined: Jul 2006
(21 Sep 2022, 12:14 )Anne Wrote: This colab workbook lets you experiment without having to install anything:
Sounds interesting. Trying to understand how it works...
Posts: 398
Thanks received: 759
Thanks given: 115
Joined: Feb 2021
24 Sep 2022, 17:57
(This post was last modified: 24 Sep 2022, 17:58 by Bound Whore.)
This appears to be the top of the line "run@home" version of Stable Diffusion right now.
Lots of features, easy to install and supposedly the best WebUI at this point.
Haven't tried it myself yet, I am still using the one from my original installation post, because I have set up a certain workflow I and feel quite comfortable with using the command line interface.
[url=
Source:
https://www.youtube.com/watch?v=vg8-NSbaWZI]Full installation tutorial.[/url]
Life's too short to pretend you're not into some kinky shit.
Posts: 703
Thanks received: 1212
Thanks given: 501
Joined: Sep 2010
Like a video I made? Take a look at my other videos here: https://pornhub.com/model/anneselfbondage/videos
Message me with requests or just to talk!
Posts: 28,376
Thanks received: 14851
Thanks given: 7728
Joined: Jul 2006
(25 Sep 2022, 13:45 )Anne Wrote: it uses the cpu instead of the graphics card.
Hm.... Why? Tensorflow should support both CPU and GPU. Or the model is converted to use CPU and the system RAM, to avoid GPU's VRAM shortage?
Posts: 398
Thanks received: 759
Thanks given: 115
Joined: Feb 2021
Posts: 703
Thanks received: 1212
Thanks given: 501
Joined: Sep 2010
25 Sep 2022, 19:14
(This post was last modified: 25 Sep 2022, 19:16 by Anne.)
(25 Sep 2022, 15:58 )Like Ra Wrote: (25 Sep 2022, 13:45 )Anne Wrote: it uses the cpu instead of the graphics card.
Hm.... Why? Tensorflow should support both CPU and GPU. Or the model is converted to use CPU and the system RAM, to avoid GPU's VRAM shortage?
I get a message
{diceroller-code}
So I guess if I install Tensorflow for my AMD card I can use GPU acceleration but I only have 8 gigs VRAM and now running on cpu it takes about 14 gigs of RAM. That would confirm what I had last week: GPU acceleration working but not enough VRAM.
Edit: I'm setting num_steps to 5 or 10 instead of 50 and batch size on 1 to get a crappy image fast, if it has potential I set num_steps to 50 and generate a batch of 8. Generating 8 images takes about an hour.
Like a video I made? Take a look at my other videos here: https://pornhub.com/model/anneselfbondage/videos
Message me with requests or just to talk!
Posts: 28,376
Thanks received: 14851
Thanks given: 7728
Joined: Jul 2006
(25 Sep 2022, 19:14 )Anne Wrote: libcudart.so.11.0: cannot open shared object file
Isn't it related to NVIDIA's CUDA developer library? Some years ago, only old CUDA versions were supported by TF.
(25 Sep 2022, 19:14 )Anne Wrote: I install Tensorflow for my AMD card
Does TF support AMD (via OpenCL) nowadays?
Posts: 28,376
Thanks received: 14851
Thanks given: 7728
Joined: Jul 2006
26 Sep 2022, 01:46
(This post was last modified: 26 Sep 2022, 01:48 by Like Ra.)
Under Windows you can use DirectML for AMD GPUs:
https://community.amd.com/t5/radeon-pro-...a-p/488595
For Linux, TF + PyTorch is the answer.