Skip to content

scy6500/DALLE-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DALL-E Pytorch

Creating Images from Text

Github: DALLE-pytorch

Post parameter

text: Text for the image you want to create
num_images: Number of images you want

Output format

[Base64]

* With CLI *

Input example

curl https://main-dalle-server-scy6500.endpoint.ainize.ai/generate \ 
--header "Content-Type: application/json" --request POST \ 
--data '{"text":"apple", "num_images":1}'

Output example

["/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDA..."]

* With swagger *

API page: Ainize

* With a Demo *

Demo page: End-point

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published