Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I've been using this thing non-stop like 5+ hours a day. It just is so much fun.

I've spent the past day or so reading up on the embeddings/textual inversion and google colab/Dreambooth options as well to train the stable diffusion model more, but it seems every option becomes difficult to various reasons - and the other options require you to pay to run a server farm to train the model for you.

Is there any chance you are working on or can put together a UI so we can train and create our own model.ckpt file directly in the software? I've looked at other options but require installing Ubuntu in Windows, or having to go through all that difficult Python scripts when we just want to be able to drag and drop images, click go and come back to a sweet new file.

Please, if you could just include a simple UI it would mean the world to myself and so many others. Your option to generate unlimited images makes it far better than the other stable diffusion UIs. 

Awesome to hear that you like it so much! <3

I think you cannot train an own model.ckpt on consumer hardware. :( And it needs about 40k images with labels. But there are two things I might add.

A) Embeddings. You can find those in the documentation for invokeai. Basically: Give the ai "5 images + 1 tag + 1h training on a RTX 3090ti = ai learned new word". I could create a UI for that already.

B) Dreambooth. I don't understand it yet, but it's kinda "embeddings but better", if I understood it correctly. It is not implemented in the backend yet, but it will be implemented. I'm kinda hyped for that, because it allows to create the same person in different poses. <3