Commit Graph

15 Commits (8ba4e297dda9d4e3c5fe0ac59a618aefcc88ecd9)

Author SHA1 Message Date
Chengsong Zhang 4cd270d556
1.12.1 (#321)
* recovery for i2i-b

* return process result

* support fp8

* simplified fp8

* cast norm

* cn fp8

* improve restore

* Dev add s3 (#315)

* add file output to  s3

* test

* 1

* test

* 11

* add loggger

* 修改描述

* add log

* log formate

* install edit

* 临时修改验证

* remove install

* modify import

---------

Co-authored-by: zhangruicheng <zhangruicheng@migu.cn>

* LCM Sampler (#318)

* lcm, not tested

* lcm appears at UI

* refactor, not working properly

* lcm

* readme

* 1.12.1

---------

Co-authored-by: zhangrc <zrc_java@163.com>
Co-authored-by: zhangruicheng <zhangruicheng@migu.cn>
2023-11-16 20:08:47 -06:00
Chengsong Zhang 0e6dc4d70b
1.11.1 (#289)
* better naming convention

* add date

* api return b64 video

* hook encode_pil_to_base64

* use date instead of datetime

* remove unnecessary code for ipadapter

* vram optim

* recover from assertion error such as OOM without the need to re-start

* bugfix

* add todo to pr a1111

* fix lllite, fix absolute path, fix infotext

* fix api

* readme
2023-11-06 23:49:00 -06:00
Chengsong Zhang 4a5461ee5a
1.11.0 (#260)
* partially finish hotshotxl, have to deal with another bug

* unknown bug

* remove print

* fix mm

* remove beta, prev

* basic use supported. CN and prompt travel still on the way

* uncomment all control models for sdxl

* prompt travel

* readme

* readme
2023-10-29 06:15:59 -05:00
Chengsong Zhang a13370f0fe
1.10.0 (#250)
* first step to add a bunch of code, need to change p.init and cn.main afterwards

* finish i2i-batch

* correct hack

* works

* readme
2023-10-25 04:27:21 -05:00
Chengsong Zhang bc8322bf81
1.9.2 (#199)
* init

* context

* prompt travel

* Infotext improvements (#220)

* add AnimateDiff params to infotext

* pass p to _save and then to _txt for infotext

* generate infotext

* specify pillow plugin to save infotext as comment

* generate correct infotext for txt output

* use exiftool for infotext in optimized palette gif

* only add gif comment if saving infotext

* simplify p.extra_generation_params

* infotext w/o prompt travel

* infotext written to params.txt

---------

Co-authored-by: zappityzap <you@example.com>
Co-authored-by: Chengsong Zhang <continuerevolution@gmail.com>

* readme refactor

* Update README.md

---------

Co-authored-by: zappityzap <128872140+zappityzap@users.noreply.github.com>
Co-authored-by: zappityzap <you@example.com>
2023-10-16 06:12:38 -05:00
Chengsong Zhang 8c90487fb4
prompt travel (#164)
* readme

* alright, I just added the core code, but I don't want to test now

* probably supported?

* method in cli implemented successfully

* update frames same as fps (#185)

Co-authored-by: zappityzap <you@example.com>

* return all interpolated frames for api calls (#177)

* readme

---------

Co-authored-by: zappityzap <128872140+zappityzap@users.noreply.github.com>
Co-authored-by: zappityzap <you@example.com>
2023-10-08 03:41:49 -05:00
Chengsong Zhang 7fabaacd0e fix ipadapter 2023-10-02 01:42:55 -05:00
Chengsong Zhang b4a84dbe47
not batch cond uncond (#162)
* start to support prompt travel

* these changes might be aborted

* maybe batch cond uncond has been supported

* forgot to modify one

* readme

* remove unused import

* remove another import
2023-10-01 13:42:14 -05:00
Chengsong Zhang 7e9f3830f5
infv2v (#153)
* restart to try infv2v

* infv2v works now, but cn+infv2v is not working

* finally works

* readme
2023-09-29 23:01:17 -05:00
zappityzap dee63eee74
Bug, move video source fps detection to ui (#152)
* move video source fps detection to ui

* remove extra newline
2023-09-28 22:33:40 -05:00
zappityzap ce0ff7facf
Bug cn video input save frames (#148)
* fix pathname

* don't override output fps with video source fps

* revert fps change

---------

Co-authored-by: zappityzap <you@example.com>
2023-09-28 18:41:52 -05:00
Chengsong Zhang 6e02f01075
fix ipadapter (#140) 2023-09-28 03:01:44 -05:00
Chengsong Zhang 9a4dd73f07 fix error when cn no batch 2023-09-27 19:51:09 -05:00
Chengsong Zhang 71e045babe fix error when no cn 2023-09-27 19:40:45 -05:00
Chengsong Zhang 25ff278cfb
ControlNet (#134)
* ui, some readme and specification

* readme

* cfg finish

* cfg in main script

* cn on the way

* first attempt to support motion lora

* motion lora should be ready

* made some progress, but still need to hack cn main

* alright, at least import problems have been resolved. Let's do hijack for CN

* logger

* should have done cn, not tested

* format

* at least we can hack cn now

* cn finally working

* still cannot support inf v2v

* readme

* Safetensors loading (#132)

* safetensors loading

* fix erroneous change

* fix model loading
adding all safetensor models to zoo

* import sd_models.read_state_dict

---------

Co-authored-by: Rickard Edén <rickardeden@gmail.com>
2023-09-27 16:34:29 -05:00