Upload app.py
Browse filesDefault is Matrix!
app.py
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from textual_inversio_with_blueloss import TextualInversion
|
| 3 |
|
| 4 |
-
display_choices = ["
|
| 5 |
-
repo_id_embeds=["sd-concepts-library/
|
| 6 |
"sd-concepts-library/dragonborn::with <dragonborn> concept",
|
| 7 |
"sd-concepts-library/birb-style::in <birb-style> concept",
|
| 8 |
"sd-concepts-library/poolrooms::with <poolrooms>",
|
| 9 |
-
"sd-concepts-library/
|
| 10 |
]
|
| 11 |
|
| 12 |
textualInversion = TextualInversion(pretrained_model_name_or_path = "CompVis/stable-diffusion-v1-4", repo_id_embeds=repo_id_embeds)
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from textual_inversio_with_blueloss import TextualInversion
|
| 3 |
|
| 4 |
+
display_choices = ["matrix", "dragon born", "birb style", "pool rooms", "minecraft concept art"]
|
| 5 |
+
repo_id_embeds=["sd-concepts-library/matrix::in <hatman-matrix> world",
|
| 6 |
"sd-concepts-library/dragonborn::with <dragonborn> concept",
|
| 7 |
"sd-concepts-library/birb-style::in <birb-style> concept",
|
| 8 |
"sd-concepts-library/poolrooms::with <poolrooms>",
|
| 9 |
+
"sd-concepts-library/minecraft-concept-art::with <minecraft-concept-art> concept"
|
| 10 |
]
|
| 11 |
|
| 12 |
textualInversion = TextualInversion(pretrained_model_name_or_path = "CompVis/stable-diffusion-v1-4", repo_id_embeds=repo_id_embeds)
|