A newer version of the Gradio SDK is available:
5.20.1
metadata
title: Stable Diffusion Texual Inversion Demo
emoji: π
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.41.0
app_file: app.py
pinned: false
license: mit
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
The app takes a prompt and number of inference steps as input
It provides a dropdown for 5 of the styles mentioned. This is a multi-select dropdown.
The app provides an option of target size for generated images. There are 3 options
- 512x512 - best quality but very slow
- 256x256 - not good quality but still slow
- 128x128 - poor quality but faster
The app provides option to select the loss to be applied - Hue loss or Text-Image similarity loss. If Text-Image Similarity loss is selected, then the app takes the additional guidance prompt as input as well.