Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rupeshs
/
fastsdcpu
like
12
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
4b51ee4
fastsdcpu
/
src
/
backend
/
models
/
device.py
rupeshs
Updated to latest FastSD
c7f95a6
7 days 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