Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Very interesting. Haven't looked into Stream Diffusion yet. From your blogpost it sounds like the main issue was moving frame data from GPU to CPU and back to GPU. Maybe improving the pipeline to stay GPU only would give a significant performance boost. Have you looked into Unreal RDG API, yet?

Hello! Thanks for reading my post!

The main issue was more between Unreal Process and "python process" (I wrapped StreamDiffusion in a C++ exe).
So I had to find a way to give input frame to this "python process" and retrieve its output in Unreal main process. I used an OS pipe, but it wasn't efficient enough.

This project can be enhanced in many ways, but i moved forward on another project 😅

(+1)

I was very happy to find your post 😅 I think this kind of neural rendering will become very important in the future. It‘s nice to see that I am Not the only one considering this

Will you try your own implementation? if so, I'd be very curious to check it!

Maybe later this year. I have to finish this 3D smut game project I am working on first :D