Commit Graph

8 Commits

Author SHA1 Message Date
Gabor Cselle
2c441ab9a2
Migrate all notebooks to API V1 (#914)
Co-authored-by: ayush rajgor <ayushrajgorar@gmail.com>
2024-01-24 19:05:14 -06:00
colin-openai
925dd22eea
Initial commit of DALL-E and Segment Anything notebook (#406)
* Initial commit of DALL-E and Segment Anything notebook

* Add example images and changed wording of the notebook

* Updated comments and added base images

* minor text amendments

* fix typo

* makes bullets more consistent

* converts title DALLE to DALL·E

* converts DALL-E to DALL·E

* update original DALL-E notebook title

* makes time of writing explicit

* makes intro bullets more consistent

* clarifies which version of Pytorch is appropriate

* moves setup instructions into setup section (to help clarify that they do not need to be done separately from the notebook)

* explains size of model checkpoint file

* code linting

* added more background info in the introduction for folks unfamiliar with segment anything

* adds period to sentence

* updates table of contents with new DALL·E guide

---------

Co-authored-by: Ted Sanders <ted@openai.com>
2023-05-19 11:18:54 -07:00
liuliu
aa42182ae5 docs: update dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb
1. add a terminal command sample about how to export OPENAI_API_KEY to environment
2023-03-16 13:45:03 +08:00
Ted Sanders
1f62a62102 updates DALL-E API example 2022-11-04 18:32:32 -07:00
Colin Jarvis
32596ae85b Removed line from notebook 2022-09-29 18:30:29 +01:00
Colin Jarvis
c951d099b9 Removed images from folder 2022-09-29 08:34:34 +01:00
Colin Jarvis
89de43faf4 Fixed Edits endpoint by applying new masking approach 2022-09-29 08:33:24 +01:00
Colin Jarvis
139af20193 Added Generations and Variations endpoint examples for DALL-E API. Edits endpoint example is included but is WIP, getting an error currently 2022-09-28 21:15:02 +01:00