Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ num_images_per_prompt = 1
|
|
10 |
print(f"Running on: {device}")
|
11 |
|
12 |
# Assuming you've corrected the model paths as per previous discussions
|
13 |
-
prior = StableCascadePriorPipeline.from_pretrained("
|
14 |
decoder = StableCascadeDecoderPipeline.from_pretrained("stabilityai/stable-cascade", torch_dtype=torch.float16).to(device)
|
15 |
|
16 |
deafult_negative = "lowres"
|
|
|
10 |
print(f"Running on: {device}")
|
11 |
|
12 |
# Assuming you've corrected the model paths as per previous discussions
|
13 |
+
prior = StableCascadePriorPipeline.from_pretrained("./SomniumSC-v1.1", torch_dtype=torch.bfloat16).to(device)
|
14 |
decoder = StableCascadeDecoderPipeline.from_pretrained("stabilityai/stable-cascade", torch_dtype=torch.float16).to(device)
|
15 |
|
16 |
deafult_negative = "lowres"
|