jayparmr commited on
Commit
cf15010
·
1 Parent(s): 830fe50

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. internals/util/config.py +1 -1
internals/util/config.py CHANGED
@@ -11,7 +11,7 @@ nsfw_access = False
11
  access_token = ""
12
  root_dir = ""
13
  model_config = None
14
- hf_token = "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"
15
  hf_cache_dir = "/tmp/hf_hub"
16
  base_dimension = 512 # needed for high res
17
 
 
11
  access_token = ""
12
  root_dir = ""
13
  model_config = None
14
+ hf_token = "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"
15
  hf_cache_dir = "/tmp/hf_hub"
16
  base_dimension = 512 # needed for high res
17