Added RIFLEx support

This commit is contained in:
DeepBeepMeep
2025-03-02 16:46:52 +01:00
parent 4203fd3732
commit 3731ab70e1
6 changed files with 317 additions and 194 deletions

View File

@@ -288,7 +288,7 @@ if __name__ == '__main__':
# resolution = '720P'
resolution = '480P'
load_model(resolution)
load_i2v_model(resolution)
print("Step1: Init prompt_expander...", end='', flush=True)
if args.prompt_extend_method == "dashscope":