SamuKata
DAINAPP

DAINAPP

patreon


DAINAPP posts

New benefits

Hey there, there was some small changes for the benefits of each tier, check it out.

The bigger change will be how the builds will be handled.

Since now my focus will be multiple applications and the release of the source code on git, it will be really hard to keep releasing builds earlier to Patrons.

So my idea is to release t...

View Post

Motion blur already working for the new app.

Motion blur already working for the new app.

Here a somewhat exaggerated motion blur showing the code in action. You will be able to control the strength once the GUI is ready.

You can also output the motion vector instead of the motion blur if you like (pic 3)

View Post

So now Dain-App is open-source, what about the patreon?

While I plan to keep doing some help to the git, Dain-App is now more or less a complete project. So I want to change the scope of this Patreon.

Right now I'm developing a small app to apply motion blur to videos, just like Dain-App have. I will release a windows build + source code on git once is done.


I will also start working ...

View Post

Dain-App 1.0 Windows Build + Source Code

Dain-App 1.0 Windows Build + Source Code

Windows Build mirrors:

Google Drive 

Media Fire 


Dain-...

View Post

Dain-App is becoming open source next month!

Right now I'm trying to fix the more annoying bugs and cleaning a little the code before making a github page for it next month.


So, what does that mean for the app?

I will still help with the code on Github, others users can  also help improving the app. But right now Dain-App been using all my free time and I woul...

View Post

Dain-App 0.48

Update to work on the new 30X0 cards.

There is also a fix to remove some black box artifacts.

View Post

Dain-App 0.47

New version is here!

Fixes:

  • In the last version I fixed the black artifacts for Half-Precision. But I did not realized that they still existed using 3D mode. Now it should be fixed.

New Features:

  • Under the beta tab you can now apply some motion blur to the interpolations...

    View Post

Dain-App 0.46.1

Fixes:

  • 0.46 have a bug that using Half generate a few artifacts on the interpolation. This should be fixed.
  • "Resume render" was broken for a few builds, should be working now.

For the next build:

  • Working on fixing mode 3
  • Working on making an auto motion blu...

    View Post

Dain-App 0.46

This version have the default options "Half-Precision" and "Benchmark" turned on.

I was able to fix some problems with the memory and now the application can get some really benefits from Tensor Core. Just keep "Half-Precision" and "Benchmark" turned on to use the mixed-precision model.

Using...

View Post

Dain-App 0.45

Mirror: Link 

Note: The folder name was wrongly named DAIN_APP Alpha 0.35 instead of 0.45; I noticed it after the upload.

This is the first release I managed to run on my computer, since I managed t...

View Post

Dain-App 0.43

Mirror: MediaFire

Google Drive block the link after a few downloads, so use the MediaFire mirror in this case.

What is in 0.43?

  • Batch rendering should be working correctly in this version.
  • Various minor bugs fixed
  • View Post

Dain-App 0.42A [Unfinished Build]

Dain-App 0.42A [Unfinished Build]

 Alright, this is a release a little different from older builds.

More important, if you plan to interpolate a big project, don't use this build. Use on the older builds.

This is the first version to allow batch processing. What is this? This mean that the app can process 2, 3, 4, etc frames at the same time, as...

View Post

Dain-App 0.41

Dain-App 0.41

V0.41 is here! Horray!

If this version contain any new bugs feel free to comment in here or PM me in Discord (GRisk)

  • So, like I said in the previous post, I gave a shot of downgrading pytorch to see if it fix some of the bugs contained in 0.39 and 0.40
  • I did give it a try to improve a little more the memory usage.
  • ...

    View Post

News on multiprocessing and V0.41

First about 0.41:
It will be coming out very soon, it just need to some testing and it will be ready to release. The latest version of pytorch (Dain-App V0.39 and V0.40) appear to contain a lot of new bugs despise being a bigger version of Pytorch.

So i did try to update pytorch again to try to solve the new bugs, it go...

View Post

What to expect in 4.1?

Hey guys and girls, i'm constantly working on the next update. There already a couple of things working, others still need some work, but this list is what i'm hoping to get it work on the next update.

  • Fixing some bugs related to split.
  • Fixing some bugs on disabling half precision after doing a render with it enabled.
  • <...

    View Post

Dain-App 0.40

Dain-App 0.40

This build is more focused on bug fixes. 0.39 had some pretty annoying crashes during render that now is fixed.

There is also a major update in pretty much all libraries used on the app. This made the torch library to be a little heavier, making the final build ~800mb compressed and and ~2.1gb uncompressed. 


B...

View Post

Dain-App 0.39

Dain-App 0.39

Ok, here is kinda of a big one, let's see:

New "Use Half-Precision float" option

  • Make the application use less VRAM by using 16-bit float. It may affect a little the final interpolation and it was related to crash sometimes, but its useful for big resolutions.

Pixel Art tab

  • Work in progress tab to in...

    View Post

Dain-App 0.38

New on 0.38:

  • New Bright/Dark Mode and new design for both.
  • New Rendering bar with some more information about the render.
  • Fixed last frame not being rendered for mode 3 and 4
  • Fixed division by zero and argument_strSecond not found (hopeful)
  • Fixed Slow alpha with experimental algorithm and mode 3/...

    View Post

Layout for 0.38 (WIP)

Layout for 0.38 (WIP)

Working on improving the layout for 0.38

A Dark mode is already working, you can close and open the app that will remember your preference.

Plus a overall rework of the interface.

View Post

Dain-App 0.37

This version was more focuses on fixing bugs on the "Render video" step of the application.

With the great help and tests of RedError, we managed to improve a lot the .gif output that the application generate as well.

  • Tried to fix the random "Divided by zero" error that appear some times.
  • Some smaller in the code that ...

    View Post

Git for Model Training.

I am releasing a Git to help people to train their own Models to be used with Dain-App.

I tried my best to make the script user friendly, but it still require some knowledge in the model training area to be used. A little or python knowledge won't hurt either.


A Model is what do the "interpolation" magic in a the software,...

View Post

Dain-App 0.36

Dain-App 0.36

First version of CLI support and a few bugs fixes:

Fixes:

  • Mode 3 was generating a really high framerate. This should be fixed now.
  • Improved quality of output video if audio is turned on.
  • Slight changes in how Mode 3 and 4 select the frames.

CLI:

Now you can u...

View Post

WIP image of a few arguments for the CLI version in the next update.

WIP image of a few arguments for the CLI version in the next update.

A few of the options for the new command line version for the next update.


View Post

Dain-App 0.35

Well, this one took some time.

I gave it a try to update some libraries to get rid of some of the weirder bugs, this led to a spiral of problems that took about 3 days to fix. But thanks to Genxun testings we managed to get right on track.

So here are the changes:

  • Experimental algorithm now support splitting frames.
  • ...

    View Post

Dain-App 0.34

Dain-App 0.34

This is a Work In Progress Version, some stuff will be fixed in the next build.

  • New Algorithm to generate interpolations, it can handle 2X/3X/4X/5X/6X/7X/8X
  • The new  Algorithm  don't work with alpha and splits for now.
  • Move mode 1-2-3 are the same as the old versions. Mode 4 its a sligher faster version of...

    View Post

Check out Dain-App progress on Trello.

View Post

Dain-App 0.33

What's new:

  • Output can have audio now [Is a option]
  • A folder with PNG's can be used as a input
  • Render can be resumed if the app crash or you need to close it.

About audio output:

Since the output usually don't have the exactly same length as the input, the...

View Post

Using DAIN in anime P2

View Post

Using DAIN in anime P1

View Post

Dain-App Alpha 0.32

Dain-App Alpha 0.32

There was a lot of changes under the hood in this version, so let me know of any new bug.

  • You can now select multiple inputs files at once
  • You can detect scene changes and don't create interpolations in this cases. Use Detection Sen...

    View Post