Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thejagstudio
/
fastSD
like
3
Runtime error
App
Files
Files
Community
531e233
fastSD
/
backend
/
models
/
device.py
thejagstudio
Upload 61 files
510ee71
verified
5 months ago
raw
Copy download link
history
blame
Safe
153 Bytes
from
pydantic
import
BaseModel
class
DeviceInfo
(
BaseModel
):
device_type:
str
device_name:
str
os:
str
platform:
str
processor:
str