Skip to content

Project Details

Ana Robles edited this page Apr 14, 2023 · 2 revisions

General description:

We will integrate two technologies: the HuggingFace library and the ChatGPT Large Language Model. The user will provide a textual prompt that describes the image they want to create. The ChatGPT Large Language Model will be used to enhance this prompt by adding a more thorough description of the desired image. This enriched prompt will be used as input to the pre-trained models for image generation, which are accessed through HuggingFace.

Flow description:

image

Image Comparation:

image

Models:

ControlNet Link: ControlNet Example: image

Also, for demo purposes we will include the use of Graddio to create an interfaces.

Clone this wiki locally