Like Ra's Naughty Forum
AI generated fetish images - Printable Version

+- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb)
+-- Forum: Fetishes, obsessions, traits, features, peculiarities (https://www.likera.com/forum/mybb/Forum-Fetishes-obsessions-traits-features-peculiarities)
+--- Forum: Kinky Artificial Intelligence (https://www.likera.com/forum/mybb/Forum-Kinky-Artificial-Intelligence)
+---- Forum: Image AI (https://www.likera.com/forum/mybb/Forum-Image-AI)
+---- Thread: AI generated fetish images (/Thread-AI-generated-fetish-images)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27


RE: AI generated fetish images - Falaxten - 20 Sep 2022

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/diffusionbee-stable-diffusion-ui


RE: AI generated fetish images - Anne - 21 Sep 2022

This colab workbook lets you experiment without having to install anything: https://colab.research.google.com/drive/1zVTa4mLeM_w44WaFwl7utTaa6JcaH1zK?pli=1#scrollTo=TdQYo8kQRwRS



I got some interesting results...

 catsuit_01.png thumbnail     catsuit_03.png thumbnail     catsuit_04.png thumbnail     catsuit_05.png thumbnail     em_1.png thumbnail     em_2.png thumbnail     em_3.png thumbnail     EW000.png thumbnail     EW001.png thumbnail     wtf_01.png thumbnail     wtf_02.png thumbnail     wtf_04.png thumbnail     wtf_05.png thumbnail     wtf_07.png thumbnail   


RE: AI generated fetish images - Like Ra - 21 Sep 2022

(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...


RE: AI generated fetish images - Bound Whore - 24 Sep 2022

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]


RE: AI generated fetish images - Anne - 25 Sep 2022

I'm trying this one: https://github.com/divamgupta/stable-diffusion-tensorflow

Made a Python virtual environment and installed it, it's slow as it uses the cpu instead of the graphics card. It has some ... interesting results 😕 Confused

 output_0.png thumbnail     output_1.png thumbnail     output_2.png thumbnail     output_3.png thumbnail     output_4.png thumbnail     output_5.png thumbnail     output_6.png thumbnail     output_7.png thumbnail   

I thought they maybe used a smaller set of weights but I got some similar results when trying out Stable Diffusion so it seems to be the real deal. Only text to image though, no upscaling / filling in / face changing ...


RE: AI generated fetish images - Like Ra - 25 Sep 2022

(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?


RE: AI generated fetish images - Bound Whore - 25 Sep 2022

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.


RE: AI generated fetish images - Anne - 25 Sep 2022

(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

Code:
tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
2022-09-25 20:08:11.783454: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.

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.


RE: AI generated fetish images - Like Ra - 25 Sep 2022

(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?


RE: AI generated fetish images - Like Ra - 26 Sep 2022

Under Windows you can use DirectML for AMD GPUs: https://community.amd.com/t5/radeon-pro-graphics/amd-gpus-support-gpu-accelerated-machine-learning-with-release/ba-p/488595

For Linux, TF + PyTorch is the answer.