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 )