Spaces:
Running
on
Zero
Running
on
Zero
Upload gradio_app.py with huggingface_hub
Browse files- gradio_app.py +1 -0
gradio_app.py
CHANGED
|
@@ -386,6 +386,7 @@ if __name__ == '__main__':
|
|
| 386 |
example_is = get_example_img_list()
|
| 387 |
example_ts = get_example_txt_list()
|
| 388 |
|
|
|
|
| 389 |
from hy3dgen.shapegen import FaceReducer, FloaterRemover, DegenerateFaceRemover, \
|
| 390 |
Hunyuan3DDiTFlowMatchingPipeline
|
| 391 |
from hy3dgen.texgen import Hunyuan3DPaintPipeline
|
|
|
|
| 386 |
example_is = get_example_img_list()
|
| 387 |
example_ts = get_example_txt_list()
|
| 388 |
|
| 389 |
+
from hy3dgen.text2image import HunyuanDiTPipeline
|
| 390 |
from hy3dgen.shapegen import FaceReducer, FloaterRemover, DegenerateFaceRemover, \
|
| 391 |
Hunyuan3DDiTFlowMatchingPipeline
|
| 392 |
from hy3dgen.texgen import Hunyuan3DPaintPipeline
|