andy-fang commited on
Commit
68a2964
·
1 Parent(s): e4c16fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -7,8 +7,6 @@ auth_token = os.environ.get("AUTH_TOKEN") or True
7
  device = "cuda" if torch.cuda.is_available() else "cpu"
8
  pipe = StableDiffusionPipeline.from_pretrained(
9
  "sd-dreambooth-library/andy-simulator-v2",
10
- #revision="fp16",
11
- #torch_dtype=torch.float16,
12
  use_auth_token=auth_token,
13
  ).to(device)
14
 
 
7
  device = "cuda" if torch.cuda.is_available() else "cpu"
8
  pipe = StableDiffusionPipeline.from_pretrained(
9
  "sd-dreambooth-library/andy-simulator-v2",
 
 
10
  use_auth_token=auth_token,
11
  ).to(device)
12