Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ class SketchToRealisticFace:
|
|
| 39 |
# requires_safety_checker=False
|
| 40 |
# )
|
| 41 |
self.pipe = StableDiffusionControlNetPipeline.from_single_file(
|
| 42 |
-
"https://huggingface.co/NikhilJoson/Realistic_Vision_V6_B1/realisticVisionV60B1_v51HyperVAE.safetensors",
|
| 43 |
controlnet=self.controlnet,
|
| 44 |
torch_dtype=torch.float16,
|
| 45 |
safety_checker=None,
|
|
|
|
| 39 |
# requires_safety_checker=False
|
| 40 |
# )
|
| 41 |
self.pipe = StableDiffusionControlNetPipeline.from_single_file(
|
| 42 |
+
"https://huggingface.co/NikhilJoson/Realistic_Vision_V6_B1/blob/main/realisticVisionV60B1_v51HyperVAE.safetensors",
|
| 43 |
controlnet=self.controlnet,
|
| 44 |
torch_dtype=torch.float16,
|
| 45 |
safety_checker=None,
|