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) |
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... 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 😕 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 {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. 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 fileIsn'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 cardDoes 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. |