Spaces:
Sleeping
Sleeping
koji
commited on
Commit
·
00ce076
1
Parent(s):
707884d
環境変数を使用
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def main():
|
|
101 |
progress_bar_image.progress(0)
|
102 |
|
103 |
pipe = StableDiffusionPipeline.from_pretrained(
|
104 |
-
"CompVis/stable-diffusion-v1-4", use_auth_token=
|
105 |
)
|
106 |
pipe.enable_attention_slicing()
|
107 |
|
|
|
101 |
progress_bar_image.progress(0)
|
102 |
|
103 |
pipe = StableDiffusionPipeline.from_pretrained(
|
104 |
+
"CompVis/stable-diffusion-v1-4", use_auth_token=ACCESS_TOKEN
|
105 |
)
|
106 |
pipe.enable_attention_slicing()
|
107 |
|