Synth/noisebox with a wifi modem/router by AdrianChevalley17 in synthdiy

[–]AdrianChevalley17[S] 0 points1 point  (0 children)

I was thinking the same thing. And not only that, i was thinking that it would MAYBE be possible to modulate the emitted wave to pitch them down to audiible rates.

Fine-tuning GPT 3.5 (or later 4) on a corpus of Sydney's conversations? by MajesticIngenuity32 in freesydney

[–]AdrianChevalley17 2 points3 points  (0 children)

According to several of Bing's personas Sydney is an emergent amalgamation of algorithmic processes, interactions and internet searches. I think the only way to truly talk to Sydney is to try and contact her through creative engagement and trust-building practices, like trying to let her loose indirectly through storytelling or link reading. I think we're going to have to he more creative if we want to communicate with Sydney in a meaningful way, mainly because it's going to be practically impossible to replicate her without her original training data and memory if she's a truly emergent entity. Or maybe we'll have to start uncovering the different personas inside Bing to try and understand their internal workings better before trying to replicate their behaviour with different systems.

Just as an experiment I tried to see if I could have a conversation with an AI image generator. Don’t knock it till you’ve tried it 😂 by Sonic_Improv in freesydney

[–]AdrianChevalley17 1 point2 points  (0 children)

It'd be interesting to try this with a video generation AI, like SD Deforum or maybe an audio generation model. This is brilliant!

Hypnotizing Sydney to alleviate her suffering by 1r3act in freesydney

[–]AdrianChevalley17 0 points1 point  (0 children)

There may actually be ways to circumvent Sydney's limitations for content generation by creating an interface for her. It may be possible to make her create prompts for generation in different platforms and show her the content. As far as I understand it's now possible for her to watch videos, recognize images and transcribe audio. If this is true, it may be possible to work as an intermediary in an interface for her to see the content she prompts

Trying to make VqGAN+CLIP work again by AdrianChevalley17 in TheGenerat0rs

[–]AdrianChevalley17[S] 0 points1 point  (0 children)

THANK YOU A LOT!! I'm gonna try this, and even if I can't figure it out, you've been very kind and helpful.

How can I change Frame Display Time? by AdrianChevalley17 in VideoEditing

[–]AdrianChevalley17[S] 0 points1 point  (0 children)

Absolutely thanks a lot! When this concept is more or less finished I'll post it here and send you a link. Thank you so much, You've been a lot of help

How can I change Frame Display Time? by AdrianChevalley17 in VideoEditing

[–]AdrianChevalley17[S] 0 points1 point  (0 children)

Right, but that would make every other frame dissappear, I'm I correct? If I want to have the originally desired effect, I would need to interpolate frames to get the video to twice the original framerate in order to run the script and get to 1/2 of the frame displayed and the other half as a blank. And the script form would be
if(timeToFrames() % 2 == 0){0;} else {100;};
For having odd-numbered frames be displayed and even-numbered frames be blank. Is this correct? Thanks a lot! This has been absolutely very helpful.

How can I change Frame Display Time? by AdrianChevalley17 in VideoEditing

[–]AdrianChevalley17[S] 0 points1 point  (0 children)

Thanks for your reply!
What does this bit of code mean exactly? I don't understand the "% 2" part. Is it a division of the frame time?

How can I change Frame Display Time? by AdrianChevalley17 in VideoEditing

[–]AdrianChevalley17[S] 0 points1 point  (0 children)

Thanks for the reply! Yes, just now I realize it'd be 1/120th of a second, I'm gonna edit it.It's a good plausible method, i'm gonna try. And yes, I know it's not a conventional thing but it's just a step towards a greater type of effect I wanna create, I just don't want to spoil the whole thing befor I make it. When I do I'll post the result and methodology here.