therealdarkknight
commited on
Commit
•
c358350
1
Parent(s):
23c41b2
Update "_name_or_path" in text_encoder/config.json to a proper repo name
Browse files"_name_or_path" entry looks like a home directory on a specific computer that wasn't updated to be a repo name. Change this to the proper repo name?
- 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 |
],
|