awacke1's picture
Update README.md
aee2d1f
|
raw
history blame
606 Bytes
metadata
title: 380 Models Fast Diffusion
emoji: 👩‍🎨👨‍🎨
colorFrom: grey
colorTo: blue
sdk: gradio
sdk_version: 3.15.0
app_file: app.py
pinned: true
duplicated_from: Yntec/fast_diffusion

The code aims to:

  1. Load a list of available models from a text file named models.txt.
  2. Render an interface to accept text input that serves as a prompt for image generation.
  3. Provide a dropdown for selecting a model.
  4. Generate an image based on the entered text and selected model.
  5. Save the generated image and text prompt to disk.
  6. Display the saved images and prompts in the interface.