If you have a GPU with >4GB of VRAM and you want to run this locally, here's a fork of the Stable Diffusion repo with a convenient web UI: https://github.com/hlky/stable-diffusion It supports both txt2img and img2img. (Not affiliated.) Edit: Incidentally, I tried running it on a CPU. It is possible, but it took 3 minutes instead of 10 seconds to produce an image. It also required me to hack up the script in a really…
There are as well forks for the GPU in Apple’s M1 chips: https://github.com/magnusviri/stable-diffusion
Try Stable Diffusion's Img2Img Mode
121–130 of 166 posts
Re: Try Stable Diffusion's Img2Img Mode
#122Is there an interpolate mode for Stable Diffusion? (Interpolate between two images without using a text prompt.) Here are DALL-E 2 interpolations: https://twitter.com/model_mechanic/status/151297688118364569...
https://github.com/schmidtdominik/stablediffusion-interpolat...
Re: Try Stable Diffusion's Img2Img Mode
#123Re: Try Stable Diffusion's Img2Img Mode
#124Why does the button say "diffuse the f rest"? What is the f for?
Re: Try Stable Diffusion's Img2Img Mode
#125If you have a GPU with >4GB of VRAM and you want to run this locally, here's a fork of the Stable Diffusion repo with a convenient web UI: https://github.com/hlky/stable-diffusion It supports both txt2img and img2img. (Not affiliated.) Edit: Incidentally, I tried running it on a CPU. It is possible, but it took 3 minutes instead of 10 seconds to produce an image. It also required me to hack up the script in a really…
Nvidia GTX 1660 Super with 6GB of VRAM. I do runs at 384px by 384px, with batch size of 1. Sampling method has almost no impact on memory. Using k_euler with 30 steps renders an image in 10 to 20 seconds. The biggest thing that affect rending speed is the steps and the resolution, so 512x512 with C 50 using ddim is much slower than 256x256 with C 25 using k_euler. The sampling methods run mostly in the same timelines…
I'm thinking about getting a 3090 so that I can make higher resolution images.
Gfpgan runs much faster for me 5 seconds per picture
Re: Try Stable Diffusion's Img2Img Mode
#126Is there an interpolate mode for Stable Diffusion? (Interpolate between two images without using a text prompt.) Here are DALL-E 2 interpolations: https://twitter.com/model_mechanic/status/151297688118364569...
One of the first things that came out when the model was released. https://github.com/schmidtdominik/stablediffusion-interpolat...
Re: Try Stable Diffusion's Img2Img Mode
#127I guess documentation and clarity of UX design are not big strengths of Hugging Face.
Re: Try Stable Diffusion's Img2Img Mode
#128Re: Try Stable Diffusion's Img2Img Mode
#129Earlier quoted context omitted.
I’m not gonna lie, I’m quite disappointed at all the anti-NSFW shenanigans.
I'm not gonna lie, I'm quite disappointed by the wilful obstinance on HN whenever there is a discussion of anti-NSFW or anti-racism filters that are present on today's artificial intelligence research. First, the filters are only on the interface. The research is public. That's why there has been an explosion of new implementations. You are welcome to run the code yourself and make the horniest model you like. But mo…