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?

Files changed (1) hide show
  1. text_encoder/config.json +1 -1
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/home/suraj_huggingface_co/.cache/huggingface/diffusers/models--fusing--stable-diffusion-v2/snapshots/3282d2bdc378f4afd43edbbb90803779a5249116/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "hf-models/stable-diffusion-v2-768x768/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],