(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...
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]
(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?
Speaking of red latex...
with a little added effort (running more variations until you're happy, replacing deformities with better parts from variations or some good ol'e manual photoshopping) these could be pretty convincing.
(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.
(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?