Vsevolod commited on
Commit
03b568b
·
1 Parent(s): 72fdeda
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ pipe = StableDiffusionImg2ImgPipeline.from_pretrained(
12
  model_id_or_path,
13
  revision = "fp32", #fp16"б
14
  torch_dtype = torch.float32, #torch.float16,
15
- use_auth_token = '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'
16
  )
17
  # or download via git clone https://huggingface.co/CompVis/stable-diffusion-v1-4
18
  # and pass `model_id_or_path="./stable-diffusion-v1-4"` without having to use `use_auth_token=True`.
 
12
  model_id_or_path,
13
  revision = "fp32", #fp16"б
14
  torch_dtype = torch.float32, #torch.float16,
15
+ use_auth_token = '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'
16
  )
17
  # or download via git clone https://huggingface.co/CompVis/stable-diffusion-v1-4
18
  # and pass `model_id_or_path="./stable-diffusion-v1-4"` without having to use `use_auth_token=True`.