From 2d9095a990e1fcbac677e25632dfcfc461704a85 Mon Sep 17 00:00:00 2001 From: vikramxD Date: Tue, 7 Jan 2025 12:04:40 +0000 Subject: [PATCH] Update model path in hunyuan_settings.py for video generation - Changed the model path to a specific file location for improved clarity and functionality. - Updated the corresponding compiled Python file in the __pycache__ directory. --- .../hunyuan_settings.cpython-310.pyc | Bin 2763 -> 2829 bytes configs/hunyuan_settings.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/__pycache__/hunyuan_settings.cpython-310.pyc b/configs/__pycache__/hunyuan_settings.cpython-310.pyc index 16e0a02c5b37757b97437766abc94cfc4927075a..8ba012a16afae4336b86c515903b75f5044a6edb 100644 GIT binary patch delta 236 zcmX>t+AGGF&&$ij00ed7wdwj?6ZvE!ZGgNKh7`sehFr!dMn({uDTgVSIf@y~X3k;B zWsPFZWs72CWN>FlVM$?aVMt+3Wo%}SVozZUX3%7R2{KTV@fMF$VsUD4YDr0EUV5=6 zru=lUR*(^h=5o^NQ2*i*i$oiuH2~;(^@kcmsp@-29Z(ocQ9B#FEtF__P8G zy@Ha>M_4B?GrCO<V(plbg8gc{qSV MJPbUH0*oT80Iiol9RL6T delta 150 zcmeAbJ1xqW&&$ij00co|wdo%?C-TYon*ez!3@MB`47rR^jJZrvOpG8tQx0=3OB72k zYZNOZgF8bCa|%lfLkdeOV>5FUTMBD1gC^TckU^SEw|JZqi&KMBOG+~H(u+4XORzE; uO`gMQwD}k71ZGCp$=#f*7}+PAab*I@1zZx74{_OZu>o}oFbFV;umS+Hh9VjO diff --git a/configs/hunyuan_settings.py b/configs/hunyuan_settings.py index 62fb484..c06aca8 100644 --- a/configs/hunyuan_settings.py +++ b/configs/hunyuan_settings.py @@ -24,7 +24,7 @@ class VideoGenSettings(BaseSettings): embedded_guidance_scale (float): Scale for embedded guidance (1.0-20.0) output_dir (str): Directory path for saving generated videos """ - model_path: str = Field('/root/Daifuku/hunyuan/ckpts/hunyuan-video-t2v-720p', description="Path to the model") + model_path: str = Field('/root/Daifuku/hunyuan/ckpts/hunyuan-video-t2v-720p/transformers/mp_rank_00_model_states_fp8.pt', description="Path to the model") prompt: str = Field( default="A cat walks on the grass, realistic style.", description="Prompt for video generation"