Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,6 @@ repo = "Tramac/style-portrait-v1-5"
|
|
9 |
pipeline = StableDiffusionPipeline.from_pretrained(
|
10 |
repo,
|
11 |
torch_dtype=torch.float16,
|
12 |
-
variant="fp16"
|
13 |
).to("cuda")
|
14 |
|
15 |
@spaces.GPU(enable_queue=True)
|
|
|
9 |
pipeline = StableDiffusionPipeline.from_pretrained(
|
10 |
repo,
|
11 |
torch_dtype=torch.float16,
|
|
|
12 |
).to("cuda")
|
13 |
|
14 |
@spaces.GPU(enable_queue=True)
|