Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,6 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
25 |
pipe = DiffusionPipeline.from_pretrained(
|
26 |
"stable-diffusion-v1-5/stable-diffusion-v1-5",
|
27 |
torch_dtype=torch.float16,
|
28 |
-
use_auth_token=auth_token,
|
29 |
).to(device)
|
30 |
|
31 |
model = CLIPDensePredT(version='ViT-B/16', reduce_dim=64)
|
|
|
25 |
pipe = DiffusionPipeline.from_pretrained(
|
26 |
"stable-diffusion-v1-5/stable-diffusion-v1-5",
|
27 |
torch_dtype=torch.float16,
|
|
|
28 |
).to(device)
|
29 |
|
30 |
model = CLIPDensePredT(version='ViT-B/16', reduce_dim=64)
|