Huiwenshi commited on
Commit
32c73ff
·
verified ·
1 Parent(s): 4baf41a

Upload gradio_app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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('Tencent-Hunyuan--HunyuanDiT-v1.1-Diffusers-Distilled')
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()