openai / DALL-E

PyTorch package for the discrete VAE used for DALL·E.
Other
10.77k stars 1.94k forks source link

Where do I download the program? #38

Open EpicJumper opened 3 years ago

EpicJumper commented 3 years ago

I know this is a stupid question, but I really wanna know!

I'm new to GitHub by the way.

ccpaco commented 3 years ago

Hi, it's best to learn about Git basics first but here's some quick help to experiment. The program here is like a basic version of the real Dall-E

Go to the repo openai/Dall-E, and on the right click 'Fork' which will make a copy of the repo to your GitHub profile. Then on your pc you will need some kind of notebook in Python to work with the program. I recommend you download Anaconda-Navigator (https://docs.anaconda.com/anaconda/navigator/install/) and make sure Python is on your pc!

Once Anaconda is setup on your pc, you can use it to run Jupyter Notebooks which is where you can run the basic Dall-E. It's where you can write your Python code and see it working!

You can see my example here at https://github.com/ccpaco/Open-AI-DALL-E-fork , the main file that you edit is under main/ notebooks/usage.ipynb (in your forked repo).

my file for reference ( https://github.com/ccpaco/Open-AI-DALL-E-fork/blob/main/notebooks/usage.ipynb )

Hope this helps!

EpicJumper commented 3 years ago

Thanks!

TurtleEnthusiast commented 2 years ago

I looked at this but I'm still confused.