AI Worldbuilding – Turning Sora AI video into Gaussian Splatting model
submitted by /u/aluode [link] [comments]
submitted by /u/aluode [link] [comments]
According to this video: https://youtu.be/58W3P_L6EHk?si=G8vHP7dfbh87rmZ-&t=303 Also. Matt Wolfe has signed a NDA not to spill the beans. But supposedly it is about to happen in the next two months. Anyone in the know want to spill the beans on t…
There are tons of games, 3d environments with excellent graphics. Could this sort of content be upgraded perhaps frame by frame to realistic video? If yes. Then perhaps a scripting system could be made where a movie is acted inside a game engine accor…
Ok, here is the script: https://pastebin.com/6qmF7iMF Basically it uses AI (Orca 2 in this case) to post to the hergidonia subreddit according to what ever I put to the prompt using llama.cpp . Doing this made me realize how awfully easy it is to man…
So Bill posted to /r/artificialintelligence his bit abount ai agents in windows. But I think we should get a layer instead. A sort of translation layer that translates how to use OS to the AI / User. This layer should be smart, every program that is i…
submitted by /u/aluode [link] [comments]
I have been messing with llama. Trying to make a script to make a movie. Sort of realize it is not there yet, it can write decoherent long stories / what ever you want. You can couple it with stable diffusion to make images that would have to be descri…
submitted by /u/aluode [link] [comments]
I see lots of people say AI will not be able to do movies / TV because it hallucinates yada yada yada. But, movies / TV shows follow a clear script. Script being a generic formula that is taught to script writers the same way as music theory cheat shee…
So I was thinking, could I teach chatgpt music. The problem was that I can not feed chatgpt midi files. To do that, I figured I have to write a tool that reads binary midi files and turns them to ascii so that it understands notes. So I did that. And …