Spaces:
Runtime error
Runtime error
Update boomerang.py
Browse files- boomerang.py +1 -2
boomerang.py
CHANGED
@@ -14,8 +14,7 @@ from diffusers.pipelines.stable_diffusion import StableDiffusionPipelineOutput
|
|
14 |
pipe = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", revision="fp16", torch_dtype=torch.float16, use_auth_token=os.environ.get('HF_TOKEN_SD'))
|
15 |
#pipe = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", use_auth_token=True)
|
16 |
|
17 |
-
pipe = pipe.to('cuda')
|
18 |
-
|
19 |
|
20 |
|
21 |
|
|
|
14 |
pipe = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", revision="fp16", torch_dtype=torch.float16, use_auth_token=os.environ.get('HF_TOKEN_SD'))
|
15 |
#pipe = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", use_auth_token=True)
|
16 |
|
17 |
+
#pipe = pipe.to('cuda')
|
|
|
18 |
|
19 |
|
20 |
|