mirror of
https://github.com/deepseek-ai/DreamCraft3D.git
synced 2025-02-23 14:28:55 -05: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,
|
|
)
|