Skip to main content

Get the Reddit app

Scan this QR code to download the app now
Or check it out in the app stores
r/ChatGPT icon
r/ChatGPT icon
Go to ChatGPT
r/ChatGPT
A banner for the subreddit

Subreddit to discuss about ChatGPT and AI. Not affiliated with OpenAI.


Members Online
•

The AI will make You an Anime in Real Time

Use cases
Locked post. New comments cannot be posted.
Share
Sort by:
Best
Open comment sort options
u/AutoModerator avatar
Moderator Announcement Read More Âť

I think someone will install this into their Google glasses and have their entire world be anime.

u/CombatWombat1212 avatar

That's so fucking funny and will probably happen within a decade and people will never take them off

People already sleep in VR headsets just to wake up inside vr chat

Wut

More replies
u/nibbinoo8 avatar

i don’t think google glasses still exists lol

u/tairar avatar
•

They do but not in a consumer form

u/ShadowBro3 avatar

I think they also got cancelled for industrial use as well

More replies
u/VietQVinh avatar

What a shame 😔

More replies

Google glasses

Google glass is still around?

I thought they scraped it publicly and moved it to military/medicine fields because LEO were complaining that it would be used for nefarious purposes years ago.

If it can still be obtained, could you provide a link? Thanks!

More replies

What happens if you show it your penis? Will it get censored?

1 blurry pixel.

u/adesigne avatar
• • Edited
•

⚠️not enough information to render accurately⚠️

Fuckkk ouch

•

*Too much information

More replies
u/ddoubles avatar
•

Would be the most humiliating 15 minutes of fame ever. Now is your chance to shine and enter the Book of Guinness World Records.

"Least amount of pixels needed to cover up a penis"

I mean why not? They've been running on empty since the 90s lol

more reply More replies
More replies

Technically single pixels can't be blurry

Underrated roast

u/TrekForce avatar

The roast was the parent comment. Unless this went over my head, I think this was just a technical clarification that the roast didn’t make sense, even though it was funny.

more replies More replies
More replies
More replies

Brutal 🔥

More replies

Asking the real questions

u/adesigne avatar
•

does not recognize this tinie))

u/alphabet_order_bot avatar

Would you look at that, all of the words in your comment are in alphabetical order.

I have checked 1,551,529,778 comments, and only 293,693 of them were in alphabetical order.

1.5 billion?!?! Makes me wonder how many comments happen every day

•

After all, comments do happen here on Reddit relentlessly.

more replies More replies

Prolly at least like 20

more reply More replies
more replies More replies
More replies
More replies
u/NoStripeZebra3 avatar

I hate that this was my immediate question and also the top comment. Fuck, I'm a redditor... Sorry mom..

I think it will bigger it in size

[deleted]
[deleted]
•

U jus had to go right to the penis didn’t u? Beat me to it lol

Benutzername prĂźft aus

Git
Try out and let me know.
Link originally shared by OP.

Alright so who's gonna do this

Funny answer: will mistake it for a tic tac Serious anwser: It looks like stable diffusion so it depends on the model used, most anime Models are trained on nsfw stuff, so you probably would get an anime dick

u/MrAndroidz avatar

Average man's first thought haha

Godzilla

More replies
[deleted]
[deleted]
•

Damn now thats impressive, name of ai?

u/adesigne avatar
•

Git

u/ThisUserIsAFailure avatar
• • Edited

Note: the name if the AI is not git, git(hub) is the tool used to share the AI code

just to prevent future confusion

Edit: (git is a version control software, it lets you back up your code and collaborate with others, github is the platform that hosts your repositories so you don't have to, but you could still host them yourself (although why would you do that))

• • Edited

The Name of our god git should be praised forever

u/KesEiToota avatar

Go on, git!

more replies More replies

We shall forsake the old god of Subversion! And hunt down all dissenters who worship the old evil, Visual Source Safe!

more reply More replies
more replies More replies

I read it as "here's a link to the git repo", not "the name of the AI is Git".

u/ThisUserIsAFailure avatar

The response to "What's the name" was a linked "Git". Not everyone knows that git is and some people may assume that Git is the name of the AI.

more replies More replies
More replies
u/meowtru avatar
•

git is a nice ai

Hmm, I think it's like "here's the git link" rather than "the tool is git", plausible deniability between the two anyways

more reply More replies
•

Actually, the tool is GitHub...

•

The versioning tool is git. The hosting is github.

more replies More replies
u/DeleteMetaInf avatar

No, GitHub is the website and web interface. Git is underlying versioning tool.

More replies
More replies

How does someone actually run something from GitHub? Using this as an example…

Would love to know and sorry for the newbie question.

u/ianff avatar
•

There's no one set of instructions one could give to install and run a project on GitHub, since it hosts code that could be in any language and for any platform. Most large projects meant to be used will contain installation instructions in the README.md file. If not, you are on your own to figure it out.

If they don't have a Releases section, you're gonna have to read the documentation on how to compile it yourself.

•

And even with available releases, there can (and in this case there are) other dependencies that you have to take care of in order for it to work.

More replies
u/intensedespair avatar

Figure out what its written in and ask chatgpt lol

more reply More replies
u/MyButtholeIsTight avatar

GitHub just hosts the code. Any code. It could be code that runs in a web browser, a command line, a Windows app, or any other type of program.

Most of the time you'll need to know how to run the code you get from GitHub because different programming languages have different requirements, but luckily this specific app has precompiled the code for you so you can just download it and run it, which you can find here (it's the .7z file, which is like a .zip file, so you'll need a program like 7-Zip to extract it).

If a GitHub repository has precompiled code then you can find it in the Releases section, which is in the column to the right of the main repository page.

u/technologyclassroom avatar

Each one is potentially different. This is an extension for AUTOMATIC1111 so follow those setup instructions first. A1111 is a locally hosted web interface for Stable Diffusion.

More replies

No need to be rude

[deleted]
[deleted]
•

did you make this? It's unreal

Oh, it doesn't have linux support ):

More replies
More replies

The training is the price you pay for performance here. For a regular neural network, each run is constant-time which is very fast. Neural networks are sort of like crystals to me. There is such a thing as crystalized v fluid intelligence. Neural networks land firmly in the former. I understand that GPT is a transformer, but that just refers to a specific neural network architecture.

TL;DR: neural networks (and transformers such as ChatGPT) require ridiculous amounts of training, but they are very fast because they’re a form of crystalized intelligence instead of fluid intelligence. This is also why ChatGPT doesn’t know anything past 2021 or whenever.

The neural network is, like you said pretrained, so the training isn’t impacting the performance. I’m p sure the reason it’s not real time is bc generative ai are long and deep networks so results take a while. But this will be fixed in the future it’s not intrinsic.

A neural network doesn't inherently require a lot of data/training. That's very much dependent on the amount of parameters/architecture and the complexity of your problem.

Also constant time isn't necessarily fast. A network can take 4 years to output a solution and it would still be constant time. Case and point: this network is too slow to output images in real time.

Right now, the cost is training. If something comes along and makes that a breeze, awesome. And we obviously know the constant isn’t large here…

More replies
u/Crypt0Nihilist avatar

It doesn't "know" anything at all, it predicts the most likely next word and that has coincidental overlap with truth - a lot of the time.

Your intelligence analogy is both good and bad. It does solve its problem based on what it's been trained on, so can't create outside of that, but people mostly misunderstand the nature of what it has learned and the task it does, so the term will mislead people into thinking there is more of an equivalence to our crystallised intelligence than there is.

What does it mean to "know" something?

I wish people would think about this for more than half a second before they make confident dismissals like the above.

u/Crypt0Nihilist avatar
• • Edited

The model doesn't deal with facts or right and wrong. It doesn't really make sense to talk about the model knowing things because it's predicting the next word, meaning and content are emergent properties. All the model does is do a text completion task using plausible words. If you ask it to do 5 + 5 = ? it's not doing the sum, it doesn't know maths, it is completing text string and you've got to hope that its been trained on the right and sufficient data that what it produces happens to reflect reality.

Information is held within the weights and biases which produces answers which overlap with reality because it's been trained that way, but to call it knowledge is going too far because what it's trying to do is simulate text which could have been written by someone with knowledge, not combine the elements of knowledge to formulate an answer.

edit: To answer your question, epistemology has sought to answer what it is to "know" something since forever. If you look at definitions such as "justified true belief" an LLM falls a long way short for meeting the criteria.

more replies More replies
More replies
More replies
u/S_Presso avatar
•

It’s just some automation on top of stable diffusion. But it’s a cool application for sure

[deleted]
[deleted]
•

Comment removed by moderator

[deleted]
[deleted]
•

Cartoon filters don't usually change smooth solid objects into rabbits or tissues.

u/stomach avatar
•

saw some japanese writing on the can for a frame or two as well. wonder if it says anything or just does gibberish like with english

More replies
More replies
More replies

Reminds me of “a scanner darkly”

And Take on Me's music video!

[deleted]
[deleted]
•

... is that the name of the band to the kids nowadays?

u/TheTREEEEESMan avatar

They're going to have a real A-ha moment when they realize

[deleted]
[deleted]
•

It's still a music video of Take on Me, therefore it is technically Take on Me's music video.

More replies
More replies
u/boxotimbits avatar

The effect used there is called rotoscoping.

More replies
u/13thFleet avatar

You sick bastard! Release redbull-chan from her confines now!

Edit: the derpy creature on the pull tab at 0:22 might be even better

Or when the cotton ball briefly turns into a rabbit lol

[deleted]
[deleted]
•

Comment deleted by user

I’m not so sure you did.

more reply More replies
More replies
• • Edited

I find peace in long walks.

of course there is

Drink me horny-san

More replies

I'm in need of a name.

Don't know about an anime but there is a game called "Only Cans"

u/fang_dev avatar
•

Akikan

Thanks! I watched a brief synopsis and probably worth a quick binge

More replies
More replies
More replies
More replies

This AI can do hands at the expenses of everything else. It is the price to pay...

[deleted]
[deleted]
•

Comment deleted by user

u/RedPillForTheShill avatar

It’s because of controlnet. This is just stable diffusion, but controlnet fixes the hands.

More replies
[deleted]
[deleted]
•

Comment deleted by user

u/DaftMav avatar
• • Edited

Yeah I think we're not too far away from seeing some of the current 2D/3D vtubers also having a live-AI animated version of their character/designs. It would really benefit the physical active ones that do dancing/VR stuff with a bunch trackers right now, like filian dancing and doing backflips would probably be a lot better in realtime-AI animation than with the VR trackers.

It's impressive they're able to do stuff like this which is of course not real-time yet but it does keep the same character pretty well.

More replies
[deleted]
[deleted]
•

Comment deleted by user

Not gonna take long at this point to get 12/24 frames

More replies

You’re right this technology will never ever advance. Good work

• • Edited

Removed due to GDPR.

Yep. This is called "tweening" in animation, and there are a million existing tools that do that.

Not sure if they can do it in real-time, though.

More replies
u/Harmless_Bot avatar

How is this related to CGPT?

u/KaiserNazrin avatar

People here think everything AI related should be posted here.

u/epic-gamer-guys avatar

There’s no real other popular place to put stuff like this. I mean there’s r/singularity but it’s just a massive hive mind there.

u/KaiserNazrin avatar
u/my-sunrise avatar
more reply More replies
More replies

Unfortunately they are right. Look the amount of upvotes.

More replies
u/meanyack avatar
•

I thought he somehow used ChatGPT code to generate cartoon filter. Apparently he didn’t….

More replies
•

Lol that reflection of an anime girl in one frame 🤣

u/ReieaMK3 avatar
•

That made me laugh.

More replies
u/Takeraparterer69 avatar

techbros really coping with the definition of "real time" here

I mean it definitely is real time just blink extra long

More replies
[deleted]
[deleted]
• • Edited

Also love how anything thats cel shaded is just called "anime" now. And this doesn't even look like cel shading, looks more like a generic cartoon filter, except it's by an AI in real time

The last frame it just inserted an anime face on the can for no reason.

[deleted]
[deleted]
•

Well OP didn't provide an example with how this animates faces so it looks more like a generic cartoon filter rather than "anime inspired" so the post just gives off "Thing, Japan" vibes

More replies
•

And how is this any different from any of the non-AI cartoon/cel shading/posterization filters out there?

More replies
u/imnotreel avatar

Are these techbros in the room with us right now ? What's "techbro-y" here ?

u/BishopofHippo93 avatar

“The AI will make You an Anime in Real Time”

More replies
[deleted]
[deleted]
•

Comment deleted by user

u/mekutata avatar
•

Which "old style" animation ran with only a few frames above 1fps? 12 or 24 frames was/is standard.

More replies

Old style animation was only a few frames faster

whut? You mean actual books with pictures in it or something?

Even the jankiest flipbook runs at 10+ fps.

More replies
More replies

All hail the 0.3 fps anime with an ever-changing object.

•

This needs an AI version of "Take on Me" as background music, complete with garbled speech.

u/Deradius avatar
•

Take on me

(Take on me)

Take me on

(Take on me)

I’ll be gone

INADAYOR HOOOOOOOOOOOOOOOO

DEW DEW DEW DEW DEEEW DEW DEW DEW DEW DEW DEW DEEWWW

More replies

For anyone curious who wants the TL;DR: The unique aspect here is that this is made using live video input. Before, you would have to convert videos into an image sequence and batch feed them into Stable Diffusion, then stitch them back into a video.

This is a version of stable diffusion that allows you to input a video source which the AI paints over each frame, or in this case every 10th or so frame. Each image is an individual AI render and has been fine tuned to try and resemble the previous frame and original video. This is called denoising strength. The higher the strength, the more the AI will paint something different. For the 'real time' aspect, this can be achieved by using a fairly low image resolution and having a fairly decent GPU. With a 2060 super I can get a 512x512 image in about 5 seconds.

Anyway fairly impressive that this uses real time video and has a nice shiny A111 extension UI.

u/Carrotfloor avatar

10 years from now, augmented reality glasses so you can see the real world permanently anime

u/Ontario-ElectrMalfxn avatar

TIL “Denoising”

u/remghoost7 avatar

Yeah, I was curious on the hardware used for this video.

I'm guessing a 4090.

My 1060 6GB can do four 512x512 images in about 35 seconds (about 9 seconds per image).

Super neat though. With some interpolation (possibly this Google Research one I just found via ChatGPT), it wouldn't be too bad to dump a video in and have it process in the background.

I doubt my 1060 could get close to anything resembling "real-time", but it's wild how far we've come in only a few months.

Appreciate the explanation +1

More replies
u/Verto-San avatar

Ok that can immensely help with animation process, it's like when games use mocap to animate 3d models, here you will be able to just play out some scenes irl and have ready key frames you can start from.

•

Quick, someone take a potato chip... AND EAT IT!!!

u/EthanBradberry098 avatar

That's not anime

u/fine93 avatar
•

it's stop motion anime Xd

u/lessthanperfect86 avatar

Manga perhaps. Just need some kana for sound effects.

More replies
u/batata_flita avatar

00:29 An anime girl appearing out of nowhere

•

Should you provide a film.

[deleted]
[deleted]
•

run it trough the whole of the start wars movies, please please please pleeeeease :) :) :)

This would pop off as a mobile app. I can already see the social media posts

I find this impressive despite the current frame rate. 0.5fps soon becomes 5fps and then 30fps.

More replies
[deleted]
[deleted]
•

Comment deleted by user

u/NickSlayr avatar

I can imagine a fully AI generated film in the future. Most likely edited, but AI generated.

u/malfunctiondown avatar

That is not real time

Sometimes it will even draw Squirtle on your desk, as a bonus I guess.

I could see this speeding up storyboards or comic/manga panel layouts

Let's take this to p0rnhub and make some hentai 😈

AI will make anime great again.

u/letmeusespaces avatar

taaaaaaaaake oooooooooooooon meeeeeeeeee

u/mid50smodern avatar

Holy shit. Game over, man. Game over.

The frightened woman at the end is what makes it genuine anime

u/AlexBlack79 avatar

Kinda reminds me of that movie "a scanner darkly"

Which ai is this?

I keep seeing these amazing videos but how to do it? Step by step guide for noobs?

•

What AI is this?

•

How do you make this?

It’s impressive, but a more accurate title would be “near instant” rather than real time. There’s a solid second between each frame.

u/fine93 avatar
•

holy Jesus, thats insnane

More replies

I’d prefer one you can just upload a clip to so that the output isn’t stop-motion

[deleted]
[deleted]
•

Obviously wouldn't be live but if you split the a source video into frames and put those into EbSynth with the anime keyframes you'll fill in the gaps.

More replies
• • Edited

We need the prompt and the AI , if you agree push ⬆️ plz

That's not real time AI. That's an occasional frame with a generic cartoon filter applied.

Generic cartoon filter that turns objects into completely different looking objects?

u/fishenzooone avatar

It's amazing how something 100% wrong gets upvoted like that

It turns an AirPods case into various fluffy objects, including a bunny and a sweat band. Your comment is just as inaccurate and yet you also get upvotes. You should probably complain about this.

u/fishenzooone avatar

Why would I complain again if my comment is still accurate, even when it targets me lol

more reply More replies
•

It looks so bad. Most of the time it looks like a cheap ancient photoshop filter, and then randomly hallucinates things for single frames after. This is not worth sharing.

more reply More replies
More replies
More replies
u/EntireSize3895 avatar

I think the meaning is that it doesn't look particularly different from what could be achieved with a cartoon filter.

Difference is that it is live. Simple cartoon filter cannot do this.

One frame per second is not exactly live

more replies More replies
More replies
More replies

Watch it closely, it's interpreting and hallucinating details. At 29 seconds it sees an entire girl in the reflection of the red bull, or at 35 seconds it has completely rearranged the background. The arm in that shot is also built and posed in a different way.

u/Professional_Emu_164 avatar

That certainly isn’t a filter. Whether or not it is real-time is impossible to prove from this video, but it appears to be real-time.

•

He links the GitHub page. Not quite real-time, but it is AI

It's definitely AI, but it's not in real time.

More replies
•

2 Fps anime by the look of it.

Hentai cough hentai

This has the potential to change everything.

Imagine just doing it for a movie like starwars and having the AI reanimate the entire thing.

Not to mention any youtube video. Or shit just animating your day on a go pro.

Learn a little post editing skills and you can make attack on Titan in your back yard.

u/NathanGB avatar
•

What app is this

u/slullyman avatar

IT DOES HANDS!

More replies

starts making hentai

The AI is seeing cute little fluffy things

More replies
•

cool, but not real time 💩

[deleted]
[deleted]
•

It is real time, just at a low frame rate.

More replies
More replies
[deleted]
[deleted]
•

Wait is it rendering it in real time or is it just a cartoon filter? Cause the later would be extremely easy compared to the former

u/ThisUserIsAFailure avatar

Did you watch the full video? There are parts where the AI confuses one thing for another so I'm guessing it's processing in real time

More replies
More replies

Still not there yet

"Make you an anime in real time" as it does 1 frame a second and repeatedly gets objects wrong.

This is just a slightly more advanced Instagram filter. AI has a place in animation, put pretending it's at state where animators can be replaced will get you some Ex-Arm looking shit.

u/Ok_Silver_7282 avatar

Excuse me sir you dropped your tin foil hat.

More replies
u/badaccountant7 avatar

Why does this have to be AI? There have been anime video filters for years. This is just a worse implementation judging by the render speed

•

i would call it filter instead of AI 🤷‍♂️

More replies
u/my_name_is_reed avatar

This isn't real time, but if I take it at face value it is close

No excuses now for crappy animation on anime

This is amazing, thanks for sharing

u/LunarMoon2001 avatar

So it’s just rototscope filters in real-time. It’s not AI.

More replies

Why is everyone so impressed with this shit when it reinterprets everything every frame inconsistently

u/Ok_Silver_7282 avatar

And why are you butthurt over what other people like?

More replies
More replies

I hate this.

More replies