AgainstEntropy commited on
Commit
0f20bda
Β·
verified Β·
1 Parent(s): c931afe

Update app-kanji-local-llama.py (#3)

Browse files

- Update app-kanji-local-llama.py (8aecf6c445017d895644330529ee09cfac65852f)

Files changed (1) hide show
  1. app-kanji-local-llama.py +1 -1
app-kanji-local-llama.py CHANGED
@@ -48,7 +48,7 @@ parser.add_argument(
48
  parser.add_argument(
49
  "--sd_model_id_or_path",
50
  type=str,
51
- default="runwayml/stable-diffusion-v1-5",
52
  required=False,
53
  help="Path to downloaded sd-1-5 model or model identifier from huggingface.co/models.",
54
  )
 
48
  parser.add_argument(
49
  "--sd_model_id_or_path",
50
  type=str,
51
+ default="stable-diffusion-v1-5/stable-diffusion-v1-5",
52
  required=False,
53
  help="Path to downloaded sd-1-5 model or model identifier from huggingface.co/models.",
54
  )