FWIW not everyone using source control is a programmer. I’ve seen artists in game dev using GUI tools to pull new changes and push their assets.
Oh nice, do you have a link for where it was posted?
Technically you’re right but the thing about AI image generators is that they make it really easy to mass-produce results. Each one I used in the survey took me only a few minutes, if that. Some images like the cat ones came out great in the first try. If someone wants to curate AI images, it takes little effort.
God DAMN it
Are there any statistically significant differences between the different generators?
Every image was created by DALL-E 3 except for one. I honestly got lazy so there isn’t much data there. I would say DALL-E is much better in creating stylistic art but Midjourney is better at realism.
No, the AI didn’t try to copy the other art that was included. I also don’t train the model myself, I just tell it to create an image similar to another one. For example the fourth picture I told it to create a rough sketch of a person sitting on a bench using an ink pen, then I went online and looked for a human-made one that’s of a similar style.
Done, column B in the second sheet contains the answers (Yes are AI generated, No aren’t)
No idea, but I would assume most results are from here since Lemmy is where I got the most attention and feedback.
I would say so, but the sample size isn’t big enough to be sure of it.
Sure, but keep in mind this is a casual survey. Don’t take the results too seriously. Have fun: https://docs.google.com/spreadsheets/d/1MkuZG2MiGj-77PGkuCAM3Btb1_Lb4TFEx8tTZKiOoYI
Do give some credit if you can.
I have. Disappointingly there isn’t much difference, the people working in CS have a 9.59 avg while the people that aren’t have a 9.61 avg.
There is a difference in people that have used AI gen before. People that have got a 9.70 avg, while people that haven’t have a 9.39 avg score. I’ll update the post to add this.
Yes, it’s the only model that manages to get text right, and the results are usually pretty consistent. It’s a big step forward.
How is this guy not banned yet
The goal isn’t really to be a quiz, but rather just to see how susceptible people are to AI generated art. Many of the images I chose are intentionally vague, 80% of people so far got the line art sketch wrong, and that’s with knowing that many of these are AI generated. The results are definitely interesting to see.
A “don’t know” option would ruin the point since most people would just choose that. I want to see where people lean towards.
Hell, probably.
It’s just not very good compared to any other kart game. Aside from the fact that it’s very dated, the driving is slow, the levels are wide and uninspired, the racing itself is very simple. SRB2Kart is another open source karting game and it’s sooooo much better.
git pull
git add *
git commit -m “Some stuff”
git push
And occasionally when you mess up
git reflog
git reset HEAD@{n} (where n is where you wanna roll back to)
And occasionally if you mess up so hard you give up
And there you go. You are now a master at using git. Try not to mess up.