wooyeolbaek
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ from utils import (
|
|
15 |
|
16 |
cross_attn_init()
|
17 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
18 |
-
|
19 |
-
"stabilityai/sdxl-turbo",
|
20 |
torch_dtype=torch.float16,
|
21 |
)
|
22 |
pipe.unet = register_cross_attention_hook(pipe.unet)
|
|
|
15 |
|
16 |
cross_attn_init()
|
17 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
18 |
+
"stabilityai/stable-diffusion-xl-base-1.0",
|
19 |
+
# "stabilityai/sdxl-turbo",
|
20 |
torch_dtype=torch.float16,
|
21 |
)
|
22 |
pipe.unet = register_cross_attention_hook(pipe.unet)
|