Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
JeffreyXiang/TRELLIS
ifire
/
TRELLIS
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TRELLIS
/
trellis
/
pipelines
/
samplers
/
__init__.py
ifire
Format code and change app.py.
a6bbecf
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
139 Bytes
from
.base
import
Sampler
from
.flow_euler
import
(
FlowEulerSampler,
FlowEulerCfgSampler,
FlowEulerGuidanceIntervalSampler,
)