mirror of
https://github.com/deepseek-ai/DreamCraft3D
synced 2025-06-26 18:25:49 +00:00
7 lines
256 B
Python
Executable File
7 lines
256 B
Python
Executable File
from extern.ldm_zero123.modules.image_degradation.bsrgan import (
|
|
degradation_bsrgan_variant as degradation_fn_bsr,
|
|
)
|
|
from extern.ldm_zero123.modules.image_degradation.bsrgan_light import (
|
|
degradation_bsrgan_variant as degradation_fn_bsr_light,
|
|
)
|