Spaces:
Runtime error
Runtime error
requirements
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ model_id = "cerspense/zeroscope_v2_576w"
|
|
34 |
model_path = model_id
|
35 |
pipe = DiffusionPipeline.from_pretrained(model_path, torch_dtype=torch.float16)
|
36 |
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
|
37 |
-
pipe.enable_model_cpu_offload()
|
38 |
|
39 |
def core(bundle):
|
40 |
|
|
|
34 |
model_path = model_id
|
35 |
pipe = DiffusionPipeline.from_pretrained(model_path, torch_dtype=torch.float16)
|
36 |
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
|
37 |
+
#pipe.enable_model_cpu_offload()
|
38 |
|
39 |
def core(bundle):
|
40 |
|