Skip to content

0ut0flin3/dalle43

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DALL-E FOR FREE ❤️

HOW TO USE

  1. INSTALL DALLE43: pip install -U dalle43

  2. GENERATE AN IMAGE

import dalle43.dalle43 as DALL_E

DALL_E.generate('the milky way') # returns the image path, e.g. 'C:\\Users\\0ut0flin3\\Pictures\\generated_images\\892348097.jpg'  

You can also use show() to show the image:

import dalle43.dalle43 as DALL_E

img = DALL_E.generate('the milky way') # returns the image path, e.g. 'C:\\Users\\0ut0flin3\\Pictures\\generated_images\\892348097.jpg'  

DALL_E.show(img)
  1. Enjoy! ❤️

Screenshot from 2023-03-20 02-32-03