panzeyu2013

Results 5 issues of panzeyu2013

add NaViT support under file opensora/models/diffusion/dit/NaViT.py

I trained the model on single Nvidia RTX-4090 use the default config setting. However the result of the test dataset is significantly worse than the paper reported e.g. CIDer in...

Any plan to release diffusion checkpoint?

这个PR是为了解决问题 #590 在config-override中指定路径时无法正常初始化,必须指定为某个具体的可序列化文件的问题 由于在LoadFromFile中已经实现了初始化的部分,经检查问题在于在保存时会将保存路径+json文件名覆盖为指定路径,File无法对路径进行写入,故产生错误 修改后如果config-override指定为目录时,会自动在当前目录下生成config.json(但是会对原有的config进行覆盖),可以解决报错的问题

### Platforms CLI - Linux ### Version v2.11.1 ### Description 在使用CLI添加"--config-override"指定目录后,无法正常初始化和保存config 该问题在Docker版本中也存在,为了避免Docker的权限问题,故采用CLI版本测试问题仍然无法消除。保存目录已经使用sudo chmod 777进行权限修改。 检查后发现是在指定参数后无法正常正常初始化默认设置 ### Logs ```JSON {"@t":"2024-05-13T09:13:46.5905140Z","@mt":"Starting, {Version}, {CommandLine}","Version":"2.11.1+Branch.tags-v2.11.1.Sha.c428086ccb11ab3249af1a74e31d9d2ebed345a3","CommandLine":["run","--bind","http://*:2356","--http-basic-user","zeyu","--http-basic-pass","panze158447899","--config-override","/home/zeyu/personal/bili_live_recorder/app/config","/home/zeyu/mnt/drive0/storage/resources/kun_opera/lanyuan"],"ProcessId":516746,"ThreadId":1} {"@t":"2024-05-13T09:13:46.6468655Z","@mt":"Using config from {ConfigOverride}","ConfigOverride":"/home/zeyu/personal/bili_live_recorder/app/config","ProcessId":516746,"ThreadId":1} {"@t":"2024-05-13T09:13:46.6568050Z","@mt":"初始化默认设置,因为配置文件不存在 {Path}","Path":"/home/zeyu/personal/bili_live_recorder/app/config","SourceContext":"BililiveRecorder.Core.Config.ConfigParser","ProcessId":516746,"ThreadId":1} {"@t":"2024-05-13T09:13:46.7222970Z","@mt":"Recorder created with...