dalle43
1.0.0
安裝dalle43: pip install -U dalle43
生成圖像
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' 您還可以使用show()顯示圖像:
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 )