Update handler.py
Browse files- handler.py +0 -1
handler.py
CHANGED
|
@@ -62,7 +62,6 @@ class EndpointHandler():
|
|
| 62 |
|
| 63 |
# Load StableDiffusionControlNetPipeline
|
| 64 |
self.stable_diffusion_id = "runwayml/stable-diffusion-v1-5"
|
| 65 |
-
"
|
| 66 |
self.pipe = StableDiffusionControlNetPipeline.from_pretrained(self.stable_diffusion_id,
|
| 67 |
controlnet=self.controlnet,
|
| 68 |
torch_dtype=dtype,
|
|
|
|
| 62 |
|
| 63 |
# Load StableDiffusionControlNetPipeline
|
| 64 |
self.stable_diffusion_id = "runwayml/stable-diffusion-v1-5"
|
|
|
|
| 65 |
self.pipe = StableDiffusionControlNetPipeline.from_pretrained(self.stable_diffusion_id,
|
| 66 |
controlnet=self.controlnet,
|
| 67 |
torch_dtype=dtype,
|