Spaces:
Running
on
Zero
Running
on
Zero
Upload gradio_app.py with huggingface_hub
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -393,7 +393,7 @@ if __name__ == '__main__':
|
|
| 393 |
from hy3dgen.rembg import BackgroundRemover
|
| 394 |
|
| 395 |
rmbg_worker = BackgroundRemover()
|
| 396 |
-
t2i_worker = HunyuanDiTPipeline(
|
| 397 |
i23d_worker = Hunyuan3DDiTFlowMatchingPipeline.from_pretrained('tencent/Hunyuan3D-2')
|
| 398 |
texgen_worker = Hunyuan3DPaintPipeline.from_pretrained('tencent/Hunyuan3D-2')
|
| 399 |
floater_remove_worker = FloaterRemover()
|
|
|
|
| 393 |
from hy3dgen.rembg import BackgroundRemover
|
| 394 |
|
| 395 |
rmbg_worker = BackgroundRemover()
|
| 396 |
+
t2i_worker = HunyuanDiTPipeline()
|
| 397 |
i23d_worker = Hunyuan3DDiTFlowMatchingPipeline.from_pretrained('tencent/Hunyuan3D-2')
|
| 398 |
texgen_worker = Hunyuan3DPaintPipeline.from_pretrained('tencent/Hunyuan3D-2')
|
| 399 |
floater_remove_worker = FloaterRemover()
|