SamSuka
DAINAPP

DAINAPP

patreon


DAINAPP activity

Stable Diffusion 0.60

Here we go. There was quite some changes to the code for this one.


Most of the changes are self explanatory, some bug fix or more options to select.


The main change is that this version does not contain models. You need to download them from here:
Mode...

View Post

Hello all

I was rushing to complete the next build of SD today, but ran out of time. Almost sure will be ready tomorrow.


Before writing more about it, just want to share that the new model for Rife-App is almost ready (check video)

This model definitly is the best one yet, and is still not...

View Post

Some info on the next SD update

Got Dreambooth to work with the new 2.0 model.

Right now there is quite a few types of models for SD.

Regular, 2.0, inpainting, Upscale, Depth2Img.

I'm redoing some of the code so is easier to handle all those types + future models.

I'm also taking a look on my TODO lis...

View Post

Stable Diffusion Dirty Hack to run 2.0

Not really a regular build, this is just a hack so everyone can test the 2.0
It probably broke some options, but at least it render Txt2Img with 2.0

It can work with Xformer OR Attention Slice Disabled (So it wil use more Vram if not using Xformer)

There is only 2 models in this ...

View Post

Stable Diffusion 2.0 just go released.

Gave it a quick read about it. There seen to be some neat new addictions, like upscaler and depth2img, with should be able to generate images with an alpha channel? Well, the link can explain it better than me.
Now lets make this work with the GUI 😋

SD 2.0 was trained with a new CLIP...

View Post

Stable Diffusion GUI tutorials:

Current tutorial for the Stable Diffusion GUI:

Will keep updating the files to try to improve them in the future.

Prompt Examples:

https://docs.go...

View Post

Stable Diffusion 0.58 with Dreambooth training

Hi all.
Ok, first of all, dreambooth training use a lot of crazy new libraries to train it under 12vram. So if the code runs in this first version, we already are very lucky lol

In my last post I did say that the GUI would be separated download from the models. I was not able to make th...

View Post

Dreambooth almost complete

The code for Dreambooth is working since Saturday, but I been fine tunning some paratemeters to make it easier to train a model without breaking it.
Here are some tests of a model trained with 25 images from the night before Christmas.
Also had some success training my face into a model. View Post

More stuff about SD

  • There been some requests for a tutorial on how to use inpainting/outpainting. Will release it soon.
  • There been some feedback that the model is worse. I did made a note that 1.5 had some weird stuff depending on what you usually render. Well, this won't be a problem anymore anyway, ...

    View Post

SD Dreambooth working < ~12vram

Hi all, managed to make dreambooth successfully train new models with my code.
In the meantime, been helping the libraries to fix this a small thing or 2022-11-18 12:15:51 +0000 UTC View Post

Stable Diffusion GUI 0.57

Dreambooth still not ready to use on this version, but there is other improvements:

More Schedulers:

There is 6 schedulers to select now. Euler Discrete is pretty popular, you can get good results with 30 steps.

Prompt Weighting:

You can n...

View Post

Rife-App 3.33 (Not Stable Diffusion)

For those newer on this Patreon, this is my app to interpolate frames. Input a anime or video and make more frames for it.

This update took quite a long time to be build. I swear I try to make the next one a loooot faster than this one. There was a lot of learning to make this build, mostly...

View Post

Managed to run Dreambooth with less than 12vram locally.

Some integration with the GUI is already working, it take all this options in consideration before training:

So you can select the scheduler, model, vae before start training.

The hardest pa...

View Post

Answering some questions about the last release.

First, sorry for the delay to answer, like always I'm always rushing from one thing to another. Yesterday was a holiday here and went to visit some relatives, so it was harder to answer everyone.

â–ˆ The main issue with this last build seen to be "It won't render" and it show the m...

View Post

SD GUI 0.56 Release

Here we go again.
There is a few updates from the last build.
Now all models stay in a single folder. Read the txt inside the models foder for more information.

This build is a little bigger. It contain the new inpainting model (to make things easier)

Link: View Post

SD update today + Rife-APP status

Hi all, will try to update SD today, there is a bunch of fixes from the last build, plus some extra features, like the new Inpainting, a button to generate a .PT file from any model (for faster load), faster upscalers and a option to use just FaceFix.

Messed with Xformer a little more, it ...

View Post

Quick post.

Hi all. Managed to get the new inpainting model working.
Also improved some of the upscaler code.
Upscale should be pretty fast now. Facefix should still be a little slow, it use some CPU code that will take some time to rewrite in the GPU, but still faster than the current build.
Also a...

View Post

Thank you all.

Thank you all for all the tests on the inner build.
It was a surprise that the code is already working on win 11.

I will try to add support to some more cards, there was a few reports that should be working, but is giving error currently.

There is also a error if Xformer fail, I'm ...

View Post

Looking for some people to test this build of SD

Hi all, this is a new build for the SD GUI, but not really.
I really need to test if the xformer library is working on other machines.
Xformers need to be compiled to run in your system, but with some changes it can kinda of run in multiple systems. That is what I want to test.
T...

View Post

New SD build in two or three days.

Close of completing the next build for SD. With SD releasing a new Vae Model, I had to remade the model loading options.

Now there is the option to load VAE and hypernetwork separately from the main model.

2022-10-24 17:51:19 +0000 UTC View Post

Small blog post

Just made the scheduler Euler ancestral to work thanks to the help of smarter people than me, it should be working on the next update. Should not be long before the other K-Diffusers to work, but Euler ancestral is a community favorite.

SD Model 1.5 is released:
2022-10-20 18:26:23 +0000 UTC View Post

New SD Release 0.54

Hi all, ok, this was a crazy ride between the last update and this one.
I'm trying to undestand all the SD code so its easier to implement stuff in the future, that involve a lot of tests, most that result in failed results, but it help me learn.

That create a mix of tests and easier st...

View Post

SD update later today (probably)

Changelog summary:

  • Fixing a few bugs like using to big of a prompt.
  • Fixing a bug on .ckpt importer that would not correctly import the text converter, if this one was also trained.
  • Adding support to .ckpt importer if it was created using pytorch ligh...

    View Post

Information update

Sorry everyone, didn't had much time to answer everyone in the last two days. Tomorrow morning will sit and answer everyone.

Been doing some crazy experimentations on SD and already managed to get some stuff working.


Outpaiting (as show in the images) is working a little be...

View Post

Stable Diffusion GUI 0.53

Here we go, there was a lot of little stuff I had to fix yesterday:

There is probably still some bugs, but I did try to test most of options/tools on this build.

Link: 

2022-10-08 14:18:52 +0000 UTC View Post

Will try to build the next version of SD tomorrow.

Outpaiting have some differences in the workflow that made it a little trickier to implement.

For example, you render the outpaint.

You don't like the result: You can't use the new image as a source by pressing render, since you want to use the mask from the previews ...

View Post

Out interface update

The outpainting interface is pretty much ready, it read the correct pixels, concatenate with the original image and merge it back.

Just need now to run the AI instead of inverting it's colors.

Some side notes:

From time to time someone ask me why the inpainting ...

View Post

Outpainting interface for SD

The harder part of outpainting is the interactive GUI and now it is almost working.

Just need a little more work and can release this new version.

View Post

Working on the next Stable Diffusion Update.

Hello all, hope everyone is fine.

First of all, a quick note. If you are sending me feedback or a bug report, please send me a private message. The problem is that Patreon is really bad to show me messages inside posts. I try to answer everyone but is really easy to miss new comments inside...

View Post

Stable Diffusion 0.52

Hi all, got home kinda of late yesterday, but managed to test and deploy this new version.

The new computer really is a blessing to do builds. The old one it was a hour of work, in this one the build get ready in less than 15 minutes.

Since I got home a little late, I wish it could ha...

View Post