Spaces:
Build error
Build error
Commit
·
339f63e
1
Parent(s):
c33b978
2 concepts added
Browse files
app.py
CHANGED
|
@@ -12,8 +12,8 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
| 12 |
|
| 13 |
# List of concept embeddings compatible with SD v1.4
|
| 14 |
concepts = [
|
| 15 |
-
"sd-concepts-library/cat-toy"
|
| 16 |
-
|
| 17 |
# "sd-concepts-library/modern-disney-style",
|
| 18 |
# "sd-concepts-library/charliebo-artstyle",
|
| 19 |
# "sd-concepts-library/redshift-render-style"
|
|
|
|
| 12 |
|
| 13 |
# List of concept embeddings compatible with SD v1.4
|
| 14 |
concepts = [
|
| 15 |
+
"sd-concepts-library/cat-toy",
|
| 16 |
+
"sd-concepts-library/disco-diffusion-style",
|
| 17 |
# "sd-concepts-library/modern-disney-style",
|
| 18 |
# "sd-concepts-library/charliebo-artstyle",
|
| 19 |
# "sd-concepts-library/redshift-render-style"
|