Update "_name_or_path" in text_encoder/config.json to a proper repo name
#9
by
therealdarkknight
- opened
- text_encoder/config.json +1 -1
text_encoder/config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "hf-models/stable-diffusion-v2-768x768/text_encoder",
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|