Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from PIL import Image
|
|
| 8 |
import re
|
| 9 |
|
| 10 |
|
| 11 |
-
pipe = StableDiffusionPipeline.from_pretrained("lambdalabs/sd-pokemon-diffusers", torch_dtype=torch.
|
| 12 |
pipe = pipe.to("cpu")
|
| 13 |
|
| 14 |
|
|
|
|
| 8 |
import re
|
| 9 |
|
| 10 |
|
| 11 |
+
pipe = StableDiffusionPipeline.from_pretrained("lambdalabs/sd-pokemon-diffusers", torch_dtype=torch.float32)
|
| 12 |
pipe = pipe.to("cpu")
|
| 13 |
|
| 14 |
|