Commit Graph

2047 Commits

Author SHA1 Message Date
wenmeng.zwm
e036e366d7 update release time 2023-08-22 15:25:35 +08:00
wenmeng.zwm
7575290fc3 bump version to 1.8.4 v1.8.4 2023-08-22 14:41:57 +08:00
Kang
eb4bd99a7e fix video output of image2video (#488)
* fix video output

* fix logger.error

* fix log error
2023-08-22 11:00:18 +08:00
wenmeng.zwm
7d1c179da7 update release time 2023-08-21 19:02:26 +08:00
wenmeng.zwm
beb93ea26a bump version to 1.8.4rc0 2023-08-21 18:58:35 +08:00
wenmeng.zwm
d129304459 merge master-github 2023-08-21 18:57:09 +08:00
Kang
040698e201 add video2video (#486)
* add video2video

* fix bugs of pre-commit

* update some files

* fix video write module

* fix max_frames
2023-08-21 18:44:14 +08:00
ryan
5d0f85a9ba update image-face-fusion module for facechain (#487)
* update image-face-fusion module for facechain

* add model not found warning

* revise lint error

---------

Co-authored-by: 嘉弈 <ryan.yy@alibaba-inc.com>
2023-08-21 18:29:45 +08:00
Wang Qiang
78f5e6a8bf Switching model from huggingface to modelscope hub of efficient tuning (#479) 2023-08-18 20:30:04 +08:00
Wang Qiang
f321804ab2 Merge pull request #472 from kangzhao2/baishao_test
Add image2video
2023-08-18 20:29:36 +08:00
kangzhao2
2643d985dc update test_image2video.py 2023-08-18 20:13:20 +08:00
kangzhao2
8ff95a5dc8 add xformer in unet_i2v.py 2023-08-18 19:41:35 +08:00
liangym
c8826ab04b modify judgment in_audios type (#474)
* Delete judgment in_audios type

* use input

---------

Co-authored-by: wantt <wantt2@qq.com>
2023-08-18 18:22:21 +08:00
kangzhao2
5f0f63eb37 fix init.py 2023-08-18 17:55:40 +08:00
kangzhao2
626f345eff add __init__.py file 2023-08-18 17:13:01 +08:00
kangzhao2
2605935797 fix pre-commit 2023-08-18 11:47:45 +08:00
kangzhao2
4ca76b0a85 fix comments again 2023-08-17 20:34:43 +08:00
kangzhao2
b8c76a426f fix comments 2023-08-17 20:03:05 +08:00
wenmeng.zwm
cb5ee3c94a bump version to 1.8.3 v1.8.3 2023-08-16 21:34:09 +08:00
Wang Qiang
cba07bb2fd Fix bugs of configs file path and duration (#476)
* fix bugs of configs file path and duration

* pre commit

* delete configs

* test videocomposer model version
2023-08-16 21:15:19 +08:00
Wang Qiang
4ed1111d70 Fix bugs of configs file path and duration (#476)
* fix bugs of configs file path and duration

* pre commit

* delete configs

* test videocomposer model version
2023-08-16 21:03:11 +08:00
kangzhao2
90f7a5c6c0 update files 2023-08-16 11:35:15 +08:00
kangzhao2
037e73fe6e baishao 2023-08-15 21:32:30 +08:00
kangzhao2
e6404f29a2 baishao 2023-08-15 21:17:00 +08:00
Wang Qiang
a67d339e3b support float16 training and pipeline for stable diffusion (#447)
* support float16 traing and pipeline for stable diffusion

* pre commit

* fix bugs

* add torch type example

* fix bugs of torch type

* support type float16

* fix bugs of load pipeline

* change type to fp16

* lora rank

---------

Co-authored-by: 翊靖 <yijing.wq@alibaba-inc.com>
2023-08-15 20:04:32 +08:00
wenmeng.zwm
d7a2d64a0c bump version into 1.8.2 v1.8.2 2023-08-15 19:55:16 +08:00
Zhicheng Zhang
d212ced3f3 Update qwen QA example (#470) 2023-08-15 17:25:25 +08:00
wenmeng.zwm
48fc8898e6 fix virtural tryon ut error 2023-08-15 16:47:52 +08:00
wenmeng.zwm
c2ef223020 bump version to 1.8.2rc0 2023-08-15 14:24:09 +08:00
Wang Qiang
3c3fae532c VideoComposer: Compositional Video Synthesis with Motion Controllability (#431)
* VideoComposer: Compositional Video Synthesis with Motion Controllability

* videocomposer pipeline

* pre commit

* delete xformers
2023-08-15 14:04:20 +08:00
Jintao
79e3a90c70 fix copytree python37 bug (#464)
* fix copytree python37 bug

* add copytree_py37 function
2023-08-15 14:04:20 +08:00
Yingda Chen
bbde919a64 update example 2023-08-15 14:04:20 +08:00
wenmeng zhou
54fdc76fdb fix pipeline check error (#455)
* fix pipeline check error

* update
2023-08-15 14:04:20 +08:00
Jintao
0e7ae942d7 add readme and warning (#462)
* add readme and warning

* fix bug

* update

* update readme
2023-08-15 14:04:20 +08:00
Zhicheng Zhang
f517dc3261 add qwen qa example with langchain 2023-08-15 14:04:20 +08:00
Zhicheng Zhang
9dd811b10d update qwen qa example 2023-08-15 14:04:20 +08:00
Zhicheng Zhang
348d6d04e4 update QA example 2023-08-15 14:04:17 +08:00
Wang Qiang
ee8afd2d62 VideoComposer: Compositional Video Synthesis with Motion Controllability (#431)
* VideoComposer: Compositional Video Synthesis with Motion Controllability

* videocomposer pipeline

* pre commit

* delete xformers
2023-08-15 12:01:03 +08:00
Jintao
18d33a4825 fix copytree python37 bug (#464)
* fix copytree python37 bug

* add copytree_py37 function
2023-08-14 11:45:33 +08:00
Yingda Chen
b18288cd6b update example 2023-08-13 11:06:41 +08:00
wenmeng zhou
74d8317bb0 fix pipeline check error (#455)
* fix pipeline check error

* update
2023-08-11 15:52:53 +08:00
Jintao
c06f47f384 add readme and warning (#462)
* add readme and warning

* fix bug

* update

* update readme
2023-08-11 14:55:24 +08:00
Ran Zhou
026a9ef227 Add machine reading comprehension model, preprocessor and pipeline (#451)
* Add machine reading comprehension model, preprocessor and pipeline

* fix precommit errors

* Optimize mrc preprocessor, add mrc input output definition, add mrc pipeline docstr

---------

Co-authored-by: seadamo <ran.zhou@alibaba-inc.com>
2023-08-11 13:47:26 +08:00
Zhicheng Zhang
0e8be51fef add qwen qa example with langchain 2023-08-11 11:53:17 +08:00
Zhicheng Zhang
ad5b134bfe update qwen qa example 2023-08-10 19:34:39 +08:00
Zhicheng Zhang
2baef2110d update QA example 2023-08-10 19:03:20 +08:00
liuyhwangyh
75a14a36ba get github diff files (#446)
* get github diff files

* add github environment

---------

Co-authored-by: mulin.lyh <mulin.lyh@taobao.com>
2023-08-10 16:22:37 +08:00
zsl01670416
c6df118593 support load dataset for llama
support loading dataset for llama:
1.load dataset by MsDataset when parameters train dataset name and val dataset name were set. but there is no suitable dataset in hub.
2.load dataset by MsDataset when only parameter train dataset name was set, and then split into train dataset and validation dataset . 
3.load dataset by MsDataset when user set parameter src_txt, which is a file path such as 'alpaca_data.json', and then split into training dataset and validation dataset.
4.load dataset by build dataset from file in flex training.

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13505335
2023-08-09 20:18:23 +08:00
zsl01670416
e87d04e869 support llama2 inputs to device in function generate
fix error inputs and model were not on the same device. if they are not on the same device, inputs will be implemented function to model device.
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13546989
* support llama inputs to device in function generate

* modify test qwen text generation according to github code
2023-08-09 20:18:23 +08:00
wenmeng zhou
d6e77ebf0f Update framework.txt (#453)
remove version restrict for numpy and pandas
2023-08-09 18:14:57 +08:00