Fine Tuning Stable Diffusion Images with Cross Attention Control

Image Refinement with Cross Attention Control If you’ve been keeping up with the latest Stable Diffusion forks, you may have seen prompt editing get merged to the master branch of the Automatic111 repo a few days ago. There’s not a lot of information on how to use this other than a comment in the commit. I believe the repo this originated from is Cross Attention Control. The README here describes more uses than the AUTOMATIC111 commit comment talks about....

September 17, 2022 · 10 min · 1921 words · P.W.

The Easiest Way to Use Stable Diffusion Right Now

Easy Stable Diffusion + Textual Inversion! Wow – The pace at which the AI Image generation space has changed is something I have seldom seen in my life as a nerd. It reminds me of early Bitcoin tools or the Apple app store when it seemed like every day there was some new amazing app/tool/offering. I think SD is even more engaging for the community than these since it’s both open source and produces something tangible and fun (looking at blockchain ledgers takes some imagination to see why it’s ‘cool’)...

September 12, 2022 · 4 min · 796 words · P.W.

A Developer Blog for Lazy Developers

A New Easier Way I’ve had several blogs and websites over the years. I’ll skip over my Microsoft FrontPage and Dreamweaver sites of my childhood, but since then I try every few years at making a blog. I moved through lots of different platforms in the first several years with a lot of overhead or that I didn’t understand how they were built well enough to build in features I’d need or customize things....

September 2, 2022 · 4 min · 743 words · P.W.

Stable Diffusion - Better Grids and Bulk Scripts

If you want to skip straight to scripts, click here! Stable Diffusion Release! We knew the world would not be the same – A few people laughed, a few people cried, most people were silent. And just like that, the whole world changes. Stable Diffusion and its openness is a massive improvement to the tools we’ve been using in this space and our ability to modify/understand them. It was bound to happen, but I am very impressed with both how quickly it rolled out and how powerful the tool is....

August 28, 2022 · 4 min · 672 words · P.W.

Running your own A.I. Image Generator with Latent-Diffusion

DALL-E Homebrew In this post, we’ll look at getting setup with running your own A.I. image generator. You need a Linux system with a CUDA enabled card to get this working through to the end. I did get the basic txt-2img script working in Windows. Unfortunately, for the July released retrieval-augmented diffusion models, you need scann in order to index the openimages dataset, which is only available on Linux. WSL worked fine for me....

August 7, 2022 · 8 min · 1545 words · P.W.