Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,18 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"Yntec/ChickFlick", #787
|
8 |
"digiplay/fCAnimeMix_v3", #786
|
9 |
"Yntec/Film", #784
|
@@ -197,7 +209,7 @@ models = [
|
|
197 |
"Yntec/mixRealisticFantasy",
|
198 |
"digiplay/hellopure_v2.23",
|
199 |
"Yntec/Astro_-_-Gemu",
|
200 |
-
"digiplay/
|
201 |
"Yntec/StorybookRedmond",
|
202 |
"digiplay/ZHMix-Dramatic-v2.0",
|
203 |
"digiplay/fishmix_other_v1",
|
@@ -214,8 +226,7 @@ models = [
|
|
214 |
"digiplay/xxgSl526_v1",
|
215 |
"digiplay/incursiosMemeDiffusion_v1.6",
|
216 |
"Yntec/incha_re_zoro",
|
217 |
-
"digiplay/
|
218 |
-
"digiplay/Perfect_Gap_Blend_v1",
|
219 |
"Yntec/GodMode",
|
220 |
"Yntec/FantassifiedIcons",
|
221 |
"Yntec/IncredibleWorld2",
|
@@ -624,7 +635,6 @@ models = [
|
|
624 |
"johnslegers/epic-diffusion-v1.1",
|
625 |
"emilianJR/epiCRealism",
|
626 |
"johnslegers/epic-diffusion",
|
627 |
-
"digiplay/endlessMixRenatus_v1.1", #07.10
|
628 |
"digiplay/fantasticAnime_diffusers",
|
629 |
"stablediffusionapi/ghostmix",
|
630 |
"Duskfallcrew/EpicMix_Realism",
|
@@ -1678,9 +1688,20 @@ models2=[
|
|
1678 |
gr.Interface.load(f"models/{models[784]}",live=True,preprocess=False),
|
1679 |
gr.Interface.load(f"models/{models[785]}",live=True,preprocess=False),
|
1680 |
gr.Interface.load(f"models/{models[786]}",live=True,preprocess=False),
|
1681 |
-
|
1682 |
-
|
1683 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1684 |
|
1685 |
|
1686 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
@@ -1761,10 +1782,10 @@ with gr.Blocks(css=css) as myface:
|
|
1761 |
</body>
|
1762 |
</div>
|
1763 |
<p style="margin-bottom: 1px; color: #ffaa66;">
|
1764 |
-
<h3>Blitz Diffusion -
|
1765 |
-
<br><div class="wrapper">
|
1766 |
<p style="margin-bottom: 1px; font-size: 98%">
|
1767 |
-
<br><h4>If a model is already loaded each new image takes less than
|
1768 |
<p style="margin-bottom: 1px; color: #ffffff;">
|
1769 |
<br><div class="wrapper">Generate 6 images from 1 prompt at the <u><a href="https://huggingface.co/spaces/Yntec/PrintingPress">PrintingPress</a></u>, and use 6 models simultaneusly at <u><a href="https://huggingface.co/spaces/Yntec/diffusion70xx">Diffusion70XX</a></u>!
|
1770 |
</p></p>
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/AtoZ", #799
|
8 |
+
"digiplay/fantasticmix_k1", #797
|
9 |
+
"Yntec/FilmGirlRemix", #795
|
10 |
+
"digiplay/fCAnimeMix_v5", #798
|
11 |
+
"Yntec/Vintage", #794
|
12 |
+
"digiplay/BeautyFoolReality_4", #796
|
13 |
+
"Yntec/UltraHighDefinition", #791
|
14 |
+
"digiplay/endlessMixRenatus_v1.1", #Added 2023.07.10 updated 2024.05.30
|
15 |
+
"Yntec/XenoGASM", #793
|
16 |
+
"digiplay/DarkSushi2.5D_v1", #792
|
17 |
+
"Yntec/DegreesOfFreedom", #790
|
18 |
+
"digiplay/Perfect_Gap_Blend_v1",
|
19 |
"Yntec/ChickFlick", #787
|
20 |
"digiplay/fCAnimeMix_v3", #786
|
21 |
"Yntec/Film", #784
|
|
|
209 |
"Yntec/mixRealisticFantasy",
|
210 |
"digiplay/hellopure_v2.23",
|
211 |
"Yntec/Astro_-_-Gemu",
|
212 |
+
"digiplay/YabaLMixTrue25D_V1.0",
|
213 |
"Yntec/StorybookRedmond",
|
214 |
"digiplay/ZHMix-Dramatic-v2.0",
|
215 |
"digiplay/fishmix_other_v1",
|
|
|
226 |
"digiplay/xxgSl526_v1",
|
227 |
"digiplay/incursiosMemeDiffusion_v1.6",
|
228 |
"Yntec/incha_re_zoro",
|
229 |
+
"digiplay/m3u", #263
|
|
|
230 |
"Yntec/GodMode",
|
231 |
"Yntec/FantassifiedIcons",
|
232 |
"Yntec/IncredibleWorld2",
|
|
|
635 |
"johnslegers/epic-diffusion-v1.1",
|
636 |
"emilianJR/epiCRealism",
|
637 |
"johnslegers/epic-diffusion",
|
|
|
638 |
"digiplay/fantasticAnime_diffusers",
|
639 |
"stablediffusionapi/ghostmix",
|
640 |
"Duskfallcrew/EpicMix_Realism",
|
|
|
1688 |
gr.Interface.load(f"models/{models[784]}",live=True,preprocess=False),
|
1689 |
gr.Interface.load(f"models/{models[785]}",live=True,preprocess=False),
|
1690 |
gr.Interface.load(f"models/{models[786]}",live=True,preprocess=False),
|
1691 |
+
gr.Interface.load(f"models/{models[787]}",live=True,preprocess=False),
|
1692 |
+
gr.Interface.load(f"models/{models[788]}",live=True,preprocess=False),
|
1693 |
+
gr.Interface.load(f"models/{models[789]}",live=True,preprocess=False),
|
1694 |
+
|
1695 |
+
gr.Interface.load(f"models/{models[790]}",live=True,preprocess=False),
|
1696 |
+
gr.Interface.load(f"models/{models[791]}",live=True,preprocess=False),
|
1697 |
+
gr.Interface.load(f"models/{models[792]}",live=True,preprocess=False),
|
1698 |
+
gr.Interface.load(f"models/{models[793]}",live=True,preprocess=False),
|
1699 |
+
gr.Interface.load(f"models/{models[794]}",live=True,preprocess=False),
|
1700 |
+
gr.Interface.load(f"models/{models[795]}",live=True,preprocess=False),
|
1701 |
+
gr.Interface.load(f"models/{models[796]}",live=True,preprocess=False),
|
1702 |
+
gr.Interface.load(f"models/{models[797]}",live=True,preprocess=False),
|
1703 |
+
gr.Interface.load(f"models/{models[798]}",live=True,preprocess=False),
|
1704 |
+
#gr.Interface.load(f"models/{models[799]}",live=True,preprocess=False),
|
1705 |
|
1706 |
|
1707 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
|
|
1782 |
</body>
|
1783 |
</div>
|
1784 |
<p style="margin-bottom: 1px; color: #ffaa66;">
|
1785 |
+
<h3>Blitz Diffusion - 799 Stable Diffusion models, but why? For your enjoyment!</h3></p>
|
1786 |
+
<br><div class="wrapper">6.4 <img src="https://huggingface.co/Yntec/DucHaitenLofi/resolve/main/NEW.webp" alt="NEW!" style="width:32px;height:16px;">Toys to play with: AtoZ, fantasticmixK1, FilmGirlRemix, fCAnimeMixV5, Vintage, BeautyFoolReality4, UltraHighDefinition and 5 more!</div>
|
1787 |
<p style="margin-bottom: 1px; font-size: 98%">
|
1788 |
+
<br><h4>If a model is already loaded each new image takes less than <b>10</b> seconds to generate!</h4></p>
|
1789 |
<p style="margin-bottom: 1px; color: #ffffff;">
|
1790 |
<br><div class="wrapper">Generate 6 images from 1 prompt at the <u><a href="https://huggingface.co/spaces/Yntec/PrintingPress">PrintingPress</a></u>, and use 6 models simultaneusly at <u><a href="https://huggingface.co/spaces/Yntec/diffusion70xx">Diffusion70XX</a></u>!
|
1791 |
</p></p>
|