Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stability-AI/stable-fast-3d
/ Config
Class
Config
sf3d/models/utils.py:18–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
class
BaseModule(nn.Module):
17
@dataclass
18
class
Config:
19
pass
20
21
cfg: Config
# add this to every subclass of BaseModule to enable static type checking
22
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected