Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
YoBatM/StableOrigin
YoBatM
/
FastStableDifussion
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FastStableDifussion
/
src
/
backend
/
models
/
device.py
YoBatM
Upload folder using huggingface_hub
99b955f
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
153 Bytes
from
pydantic
import
BaseModel
class
DeviceInfo
(
BaseModel
):
device_type:
str
device_name:
str
os:
str
platform:
str
processor:
str