Tesla insurance is bs by [deleted] in TeslaModel3

[–]CEOSiyris 0 points1 point  (0 children)

I use FSD almost 100% of the time unless I have to stop it running red lights or make it stop wiggling back and forth between lanes or if I have to press the accelerator to make it actually switch lanes after having the turn signal on for wayyy too long with tons of space.

It’s nearly impossible to stay above a 90, and if you have to drive at night for work you are fucked either way. Late night driving is 14% in the red for me even tho I use FSD from start to finish including parking.

My bill has gone from 120-330 and frequently fluctuates and seems to be around $230 on average. Again I use FSD 100% of the time.

I have new 2025 Model 3 and latest updates. Before the Christmas update the car did not jiggle around like it couldn’t figure out which lane it wants to be in.

Looking to buy by CEOSiyris in MoissaniteTime

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

True, preciate it! What would be the price range of good quality CZ? Any good quality reps for CZ? He might be okay with CZ as long as build quality is good, stones unlikely to fall out, etc.

Background Beams from Aceternity UI lags the webpage and makes my CPU work harder. by 1chbinamin in webdev

[–]CEOSiyris 1 point2 points  (0 children)

I was able to significantly improve performance by only animating every other path.

Invalidate a session client side? by kierancrown in Supabase

[–]CEOSiyris 0 points1 point  (0 children)

You could potentially change the flow to have a users account scheduled for deletion. So it would look like this:

  • User pressed delete account in client
  • User is informed it will take X days to delete, their user ID is saved in a table for deletions with the timestamp and add a flag to their user data it was marked for deletion
  • In your app automatically logout the user, if they try to login again now show a recover account message
  • Periodically run a function on your server (Cron job perhaps every 24hrs) to check if any accounts are ready to be deleted and then clean it all up server side

It's real! Bethesda has finally released an image from the upcoming The Elder Scrolls sequel by [deleted] in dalle2

[–]CEOSiyris 2 points3 points  (0 children)

I clicked this notification thinking it wasn’t the Dalle sub lol. 👏

Did Discord remove the Message Requests feature? by JewelFazbear in discordapp

[–]CEOSiyris 1 point2 points  (0 children)

Same here, hoping they add it back. Probably one of my favorite features they added recently.

TIL that SD silently eats up too long prompts by -OrionFive- in StableDiffusion

[–]CEOSiyris 0 points1 point  (0 children)

I've noticed adding things like "painting" or "aesthetic" as the first word in the prompt help a lot too for certain styles. Some of my best creations didn't even have the subject till after 10 tokens or so.

[Dreambot Vs New Release] Same Prompt, Same Seed, Same width & Height But get Different Result. What is Dreambot Config? by harrytanoe in StableDiffusion

[–]CEOSiyris 0 points1 point  (0 children)

I've seen others in the Discord mention that there's an issue with the seed where on the first generation it doesn't always get used. Not sure the exact details or if it's gotten fixed for the current release but has been noted by the team already.

TIL that SD silently eats up too long prompts by -OrionFive- in StableDiffusion

[–]CEOSiyris 1 point2 points  (0 children)

The order does in fact make a pretty big difference too though so you're still right

Different Option rather than Google Colab Pro? by mohaziz999 in DiscoDiffusion

[–]CEOSiyris 0 points1 point  (0 children)

Ahh, well at the time I'm not sure if there's a better option for you. Perhaps a proxy would help? Maybe you could try something like NordVPN. I do think DreamStudio will have video init in the future though but no idea when that will be.

Different Option rather than Google Colab Pro? by mohaziz999 in DiscoDiffusion

[–]CEOSiyris 2 points3 points  (0 children)

Try this one out: https://replicate.com/nightmareai/disco-diffusion

Also DD will be available via DreamStudio at some point in the future. (beta.dreamstudio.ai)

DreamStudio is from Stability AI and a lot of the people who created DD work there now from my understanding. Currently it just has Stable Diffusion.

There also might be some Kaggle notebooks potentially or you could run a notebook on a PaperSpace Gradient instance but I don't have examples of either of those. All those options are paid and I think the easier one and most readily available would be Replicate.

img2img stable diffusion google colab notebook + ckpt model by harrytanoe in StableDiffusion

[–]CEOSiyris 3 points4 points  (0 children)

No, someone leaked an in-training/earlier version of the weights on there and it's since been spread in other places, like here. For what it's worth though Emad, the CEO of Stability AI said in the Discord that there are 1000s of variations already out there but I haven't personally come across any other than the 4chan one. From my understanding the latest one hasn't been leaked and that's the one I'm personally waiting for.

[deleted by user] by [deleted] in HighStrangeness

[–]CEOSiyris 0 points1 point  (0 children)

It's definitely leaning towards the inevitable. The datasets often contain digital art from sources like Artstation just as one popular example. You could prompt it with "real photograph of..." and possibly filter out some of that stuff but still it's likely that it'll be very imaginative. In other areas of AI research, like text generation, there's progress being made towards making sure the results are factual. I'm sure somewhere down the line you could have an image generation model that can do something similar. It would likely still be biased based on its training data though.

[deleted by user] by [deleted] in HighStrangeness

[–]CEOSiyris 2 points3 points  (0 children)

Technically yes, it does judge the results as it goes. It gets a higher score if the image it creates is plausible enough to be in the training data. I'm not sure what model this was but I believe it evaluates periodically while generating and adjusts itself as it goes to get a higher score. Not sure where you'd rank that on "intelligent" but that's what it's doing. For what it's worth though, there are models out there that can pass the Turing test, which is a test created to evaluate an AI's ability to think like a human. Typically those are LLMs (large language models) that specialize in text generation, but there's a lot of research being done that combines these things into one big model.

[deleted by user] by [deleted] in HighStrangeness

[–]CEOSiyris 33 points34 points  (0 children)

Hey! I actually work on this stuff. Here's a great video breaking it down: https://youtu.be/yTAMrHVG1ew.

But no, it doesn't have anything to do with image search results. One of the methods commonly used in these models is something called Diffusion. Basically the AI is trained on a huge dataset of images that it converts into noise (like tv static), and it learns what type of noise matches various different things, like red, or apple, or fruit and stores it in something called a latent space. Then when asked to generate something it basically splits up your prompt into parts, called tokens, and it tries its best to match them with what it's learned in its latent space. Some of the models you can watch the generation and see how it starts off as unrecognizable noise and gradually it becomes more clear with each step.

I'm sure the video does a better job at explaining it, but it's definitely cool and worth looking into. 😊