mirror of
https://github.com/deepseek-ai/DreamCraft3D
synced 2025-03-10 22:00:08 +00:00
10 lines
196 B
Python
10 lines
196 B
Python
from . import (
|
|
base,
|
|
diffuse_with_point_light_material,
|
|
hybrid_rgb_latent_material,
|
|
neural_radiance_material,
|
|
no_material,
|
|
pbr_material,
|
|
sd_latent_adapter_material,
|
|
)
|