Spaces:
Runtime error
Runtime error
ashishtanwer
commited on
Commit
·
c735627
1
Parent(s):
fec78c8
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from diffusers import StableDiffusionPipeline, DDIMScheduler
|
|
6 |
from IPython.display import display
|
7 |
from text_generation import Client, InferenceAPIClient
|
8 |
|
9 |
-
model_path = "ashishtanwer/
|
10 |
|
11 |
pipe = StableDiffusionPipeline.from_pretrained(model_path, safety_checker=None, torch_dtype=torch.float16).to("cuda")
|
12 |
pipe.scheduler = DDIMScheduler.from_config(pipe.scheduler.config)
|
|
|
6 |
from IPython.display import display
|
7 |
from text_generation import Client, InferenceAPIClient
|
8 |
|
9 |
+
model_path = "ashishtanwer/shoe"
|
10 |
|
11 |
pipe = StableDiffusionPipeline.from_pretrained(model_path, safety_checker=None, torch_dtype=torch.float16).to("cuda")
|
12 |
pipe.scheduler = DDIMScheduler.from_config(pipe.scheduler.config)
|