LAION-AI / dalle2-laion

Pretrained Dalle2 from laion
499 stars 66 forks source link

Introduce inference script #14

Closed Veldrovive closed 1 year ago

Veldrovive commented 1 year ago

This pull request adds the base InferenceScript class used to simplify using the prior and decoder. It also adds a cli for using the basic inference scripts as well as a gradio interface for ease of use.

Gradio is not installed by default, but the user will be prompted to install it if they try to use the gradio inference without it.