Stable_Diffusion / README.md
wgetdd's picture
Update README.md
4cc269d verified

A newer version of the Gradio SDK is available: 5.5.0

Upgrade
metadata
title: Stable Diffusion
emoji: 
colorFrom: gray
colorTo: yellow
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: mit

Submission for Session 20

Contributers

Anant Gupta

Deepanshu Dashora

File Structure

  • main_inference.py -> Contains inference code for generating the images with color dominance, noise and mixed prompts

  • style_guidence.py -> For Generating images with style text inversion

  • app.py -> Gradio app

Problem Statement

Perform Experiments with Stable Diffusion and make a hugging face hosted app

Inference and Github

For running the github repo here

Examples

Prompt = A book writer thinking about his love life and writing poems

Without color dominance

color dominance

brittney_williams style

brittney_williams Mixed prompts

prompt1 = A book writer thinking about his love life and writing poems

prompt2 = heavy rain and huge clouds with smoke in the background

mixed_prompt

References

Fast-ai stable diffusion deep dive contains color loss and style text inversion

Reference Colab Notebook