Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stabilityai
/
stable-diffusion
like
10.9k
Running
on
CPU Upgrade
App
Files
Files
Community
20291
Fetching metadata from the HF Docker repository...
hhh
#18279
by
Juno360219
- opened
Oct 2, 2023
base:
refs/heads/main
←
from:
refs/pr/18279
Discussion
Files changed
+4
-0
Files changed (1)
hide
show
cn
+4
-0
cn
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
`import os
2
+
from platform import python_version
3
+
if python_version() >= 3.7 && os.name == "posix":
4
+
import platform_tools