Browsed by
Category: AI

Drawing with Stable Diffusion

Drawing with Stable Diffusion

arjan_M made a python script that gives you a canvas where you can paint on the right side and it will update on the left side. In the background it sends an updated image after every paint stroke to the API of automatic1111 and it uses the controlnet scribble model to generate an image. The video is in 4x speed, but it updates quite fast. It really depends on the speed of your graphics card and the controlnet model. It also works with controlnet 1.1 and that is a little bit faster.I can put the script online if anyone is interested.

Here is the github repo
houseofsecrets/SdPaint: Stable Diffusion Painting (github.com)


AI based Image Enlarger

AI based Image Enlarger

AI is not only for just generating new images, it can also help you enlarge your original images by filtering missing details intelligently while upscaling.

Note that most of these ‘free’ applications will scrape and can use any image you upload for whatever purposes they want – so I wouldn’t upload anything sensitive on them.

Anyone can build apps that use DALL-E 2 to generate images

Anyone can build apps that use DALL-E 2 to generate images

DALL-E 2 beta now provides an open API which allows users to embed the ability to generate new images from text prompts or edit existing images in their own apps.

Microsoft is already leveraging it in Bing and Microsoft Edge with its Image Creator tool, which lets users create images if web results don’t return what they’re looking for. Fashion design app CALA is using the DALL-E 2 API for a tool that allows customers to refine design ideas from text descriptions or images, while photo startup Mixtiles is bringing it to an artwork-creating workflow.

Pricing for the DALL-E 2 API varies by resolution. For 1024×1024 images, the cost is $0.02 per image; 512×512 images are $0.018 per image; and 256×256 images are $0.016 per image. Volume discounts are available to companies working with OpenAI’s enterprise team.

Link:

Stable Diffusion Photoshop Plugin

Stable Diffusion Photoshop Plugin

There have been numerous attempts to make Stable Diffusion plugins for Adobe Photoshop. Many are not well baked nor free at this point but some are worth taking a look at.

Stable Diffusion on a Mac M1

Stable Diffusion on a Mac M1

It appears several folks have gotten stable diffusion to work on the new Mac M1 (and M2’s). This is one of the really big advantages of a unified memory architecture in which the CPU and GPU can access the same memory without needing to be transported across a PCI bus first.

Links