artificialguybr commited on
Commit
798a5ce
·
verified ·
1 Parent(s): ce59aa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +39 -1
app.py CHANGED
@@ -74,4 +74,42 @@ iface = gr.Interface(
74
  )
75
 
76
  # Launch the Gradio app
77
- iface.launch()
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  )
75
 
76
  # Launch the Gradio app
77
+ iface.launch(
78
+ title="Stable Diffusion XL Free",
79
+ description="""
80
+ <div style="text-align: center; font-size: 1.5em; margin-bottom: 20px;">
81
+ **Generate Stunning Images with Stable Diffusion XL**
82
+ </div>
83
+
84
+ <p>
85
+ This Gradio app harnesses the power of Stable Diffusion XL image generation capabilities to bring your creative visions to life. Using NVIDIA NGC.
86
+ Simply provide a text prompt describing the image you desire, and let the AI do its magic!
87
+ </p>
88
+
89
+ <p>
90
+ **How to Use:**
91
+ </p>
92
+
93
+ <ol>
94
+ <li>Enter a detailed **prompt** describing the image you want to generate.</li>
95
+ <li>Optionally, add a **negative prompt** to specify elements you want to avoid.</li>
96
+ <li>Choose a **sampler** (algorithm) for image generation.</li>
97
+ <li>Set a **seed** for reproducibility (or leave it blank for random results).</li>
98
+ <li>Adjust the **guidance scale** to influence how closely the image follows the prompt.</li>
99
+ <li>Set the **inference steps** to control the level of detail and processing time.</li>
100
+ <li>Click **Generate** and marvel at your creation!
101
+ </ol>
102
+
103
+ <p>
104
+ **This service is powered by NVIDIA NGC and is completely free to use.**
105
+ </p>
106
+
107
+ <p>
108
+ **Created by:** @artificialguybr (<a href="https://twitter.com/artificialguybr">Twitter</a>)
109
+ </p>
110
+
111
+ <p>
112
+ **Explore more:** <a href="https://artificialguy.com">artificialguy.com</a>
113
+ </p>
114
+ """,
115
+ )