Spaces:
Running
on
Zero
Running
on
Zero
adamelliotfields
commited on
Commit
•
bd8e953
1
Parent(s):
23f4f95
Fix embeddings
Browse files- lib/config.py +0 -3
lib/config.py
CHANGED
@@ -30,10 +30,7 @@ Config = SimpleNamespace(
|
|
30 |
],
|
31 |
EMBEDDING="fast_negative",
|
32 |
EMBEDDINGS={
|
33 |
-
"async_negative",
|
34 |
"bad_dream",
|
35 |
-
"cyberrealistic_negative",
|
36 |
-
"deep_negative",
|
37 |
"fast_negative",
|
38 |
"unrealistic_dream",
|
39 |
},
|
|
|
30 |
],
|
31 |
EMBEDDING="fast_negative",
|
32 |
EMBEDDINGS={
|
|
|
33 |
"bad_dream",
|
|
|
|
|
34 |
"fast_negative",
|
35 |
"unrealistic_dream",
|
36 |
},
|