Spaces:
Runtime error
Runtime error
bug
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ UNet3DConditionModel.forward = unet3d_condition_model_forward
|
|
35 |
|
36 |
|
37 |
model_id = "cerspense/zeroscope_v2_576w"
|
38 |
-
model_path =
|
39 |
pipe = DiffusionPipeline.from_pretrained(model_path, torch_dtype=torch.float16)
|
40 |
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
|
41 |
pipe.to('cuda')
|
|
|
35 |
|
36 |
|
37 |
model_id = "cerspense/zeroscope_v2_576w"
|
38 |
+
model_path = model_id
|
39 |
pipe = DiffusionPipeline.from_pretrained(model_path, torch_dtype=torch.float16)
|
40 |
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
|
41 |
pipe.to('cuda')
|