Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -1143,7 +1143,17 @@ with gr.Blocks(css=css) as myface:
|
|
| 1143 |
color: #ffc99f; !important;
|
| 1144 |
}
|
| 1145 |
h4 {
|
| 1146 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1147 |
color: #ffffff !important;
|
| 1148 |
}
|
| 1149 |
.gradio-container {
|
|
@@ -1176,8 +1186,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 1176 |
</div>
|
| 1177 |
<p style="margin-bottom: 1px; color: #ffaa66;">
|
| 1178 |
<h3>Fast Diffusion - 520 Stable Diffusion models, but why? For your enjoyment!</h3></p>
|
| 1179 |
-
<
|
| 1180 |
-
<br><h4><img src="https://huggingface.co/spaces/Yntec/ToyWorld/resolve/main/NEW.webp" alt="NEW!" style="float:center;width:32px;height:16px;">2023.10.29 The models LuckyStrike, YiffyMix, MeinaAlter, AnythingV3-768, SillySymphonies, DreamWorks and DucHaitenLofi have been added!
|
| 1181 |
<p style="margin-bottom: 1px; font-size: 98%">
|
| 1182 |
<br><h4>If a model is already loaded each new image takes less than 20 seconds to generate!</h4></p>
|
| 1183 |
<p style="margin-bottom: 1px; color: #ffffff;">
|
|
@@ -1205,7 +1214,6 @@ with gr.Blocks(css=css) as myface:
|
|
| 1205 |
border-left-color: #ffc99f !important;
|
| 1206 |
padding: 6px 30px;
|
| 1207 |
}
|
| 1208 |
-
|
| 1209 |
.gr-button:active {
|
| 1210 |
color: #ffc99f !important;
|
| 1211 |
font-size: 98% !important;
|
|
@@ -1216,11 +1224,9 @@ with gr.Blocks(css=css) as myface:
|
|
| 1216 |
border-bottom-color: #ffffff !important;
|
| 1217 |
border-left-color: #000000 !important;
|
| 1218 |
}
|
| 1219 |
-
|
| 1220 |
.gr-button:hover {
|
| 1221 |
filter: brightness(130%);
|
| 1222 |
}
|
| 1223 |
-
|
| 1224 |
</style>""")
|
| 1225 |
run=gr.Button("Generate Image")
|
| 1226 |
with gr.Row():
|
|
|
|
| 1143 |
color: #ffc99f; !important;
|
| 1144 |
}
|
| 1145 |
h4 {
|
| 1146 |
+
display: inline-block;
|
| 1147 |
+
color: #ffffff !important;
|
| 1148 |
+
}
|
| 1149 |
+
.wrapper img {
|
| 1150 |
+
font-size: 98% !important;
|
| 1151 |
+
white-space: nowrap !important;
|
| 1152 |
+
text-align: center !important;
|
| 1153 |
+
display: inline-block !important;
|
| 1154 |
+
color: #ffffff !important;
|
| 1155 |
+
}
|
| 1156 |
+
.wrapper {
|
| 1157 |
color: #ffffff !important;
|
| 1158 |
}
|
| 1159 |
.gradio-container {
|
|
|
|
| 1186 |
</div>
|
| 1187 |
<p style="margin-bottom: 1px; color: #ffaa66;">
|
| 1188 |
<h3>Fast Diffusion - 520 Stable Diffusion models, but why? For your enjoyment!</h3></p>
|
| 1189 |
+
<br><div class="wrapper">2023.10.29 <img src="https://huggingface.co/Yntec/DucHaitenLofi/resolve/main/NEW.webp" alt="NEW!" style="width:32px;height:16px;"> Toys to play with: The models LuckyStrike, YiffyMix, MeinaAlter, AnythingV3-768, SillySymphonies, DreamWorks and DucHaitenLofi have been added!</div>
|
|
|
|
| 1190 |
<p style="margin-bottom: 1px; font-size: 98%">
|
| 1191 |
<br><h4>If a model is already loaded each new image takes less than 20 seconds to generate!</h4></p>
|
| 1192 |
<p style="margin-bottom: 1px; color: #ffffff;">
|
|
|
|
| 1214 |
border-left-color: #ffc99f !important;
|
| 1215 |
padding: 6px 30px;
|
| 1216 |
}
|
|
|
|
| 1217 |
.gr-button:active {
|
| 1218 |
color: #ffc99f !important;
|
| 1219 |
font-size: 98% !important;
|
|
|
|
| 1224 |
border-bottom-color: #ffffff !important;
|
| 1225 |
border-left-color: #000000 !important;
|
| 1226 |
}
|
|
|
|
| 1227 |
.gr-button:hover {
|
| 1228 |
filter: brightness(130%);
|
| 1229 |
}
|
|
|
|
| 1230 |
</style>""")
|
| 1231 |
run=gr.Button("Generate Image")
|
| 1232 |
with gr.Row():
|