Make Crazy Art with the NEW OpenAI Dall-e API

preview_player
Показать описание
Learn how to create your own AI art with OpenAI's Dall-e models. The new Image Generation API was just announced yesterday allowing anybody to create images from text programmatically with JavaScript or Python.

#tech #ai #programming

Рекомендации по теме
Комментарии
Автор

If I were to use their API at the same volume I use Stable Diffusion in my spare time, I’d be spending $2, 000 a month. The only thing “open” about this is your wallet.

nannan
Автор

Shortly before one of their big reductions in the amount of free renders given each month, I did a huge batch of "generational" faces, starting with one made using Disco Diffusion's face model, then making multiple batches out of each variation from that, down to as many levels of recusion as I was able. It converged toward ghostly 3d cartoon characters, very pixar-looking.

seedmole
Автор

using stable diffusino might be quite a bit cheaper, you could host it somewhere where you pay a fraction of dalle for the compute time

ninopreuss
Автор

OpenAI POV: "For your own safety we can't share the model despite our mission statement saying we want openness in AI. Because nude photo generator 9000 and cleverbot 2 are too dangerous to release to public. Pay us money to use them also we limit what you can use it for"

Frozander
Автор

At this point i see no reason to give spotlight to Dall-e when Stable Diffusion exists, seems to give much better results with less effort in prompt, has no restriction in what you can query and is free for self hosting or incredibly cheaper when deployed in cloud

caiohussid
Автор

For those who tried variation and didn't work, it's because at 3:45 the path is to call mona in img folder but the mona.png is in the root. Just move the mona.png to root and it will work fine.

louis-philippesavard
Автор

I'm curious what would be the outcome of a feedback loop between this and an image captioning api

Автор

A similar completely free API for stable diffusion already exists. It's called stable horde and it has a free API, although if you contribute computing power you will have priority over other people.

Tumppi
Автор

4:12 *Tool fans heart rate suddenly spikes*

sharptrickster
Автор

You have no idea how much time i stuck into /g/ (and a certain other board) cloning the openAi leaked repo, but that stuff is insane

shep
Автор

"I am using a picture of myself writing some code" The self burn out of no where got me good LOL

junjieyang
Автор

OPENai is now OPEN? wow, who would've thought

Smile
Автор

When saving the file from the fetch, you could have just piped the responses readable stream directly into a fs writestream.

thekwoka
Автор

"A picture of myself writing some code" xD

djcaesar
Автор

Hugging face is what OpenAI wanted to be when it grew up

muffinman
Автор

What software do you use to get that cursor effect in the screen recording? would be really helpful

bogxd
Автор

How about little tutorial and comparing other types of image AI and look for a free one. Right now there are multiple solutions.

merovingen
Автор

How is "createReadStrem" deifned on the second example? I just get that it is not defined. If it gets defined then it says that "await" cannot be used outside of an async function so not sure how you get that code to work...I'm using Node 18+

sergi
Автор

"a clown writing JavaScript code" 🤣 my hope is that one day Fireship will megachurch and I'll be a devoted follower. Best channel on YT

EnricoRos
Автор

Stable diffusion is open source so I'm sure someone made a saas of it right

RemotHuman