piwawa

Results 59 comments of piwawa

> What is this trend of releasing AI projects on GitHub without code? GitHub was designed for open source code to be shared. If you only use it as a...

> > 你好,问下你有研究过微软的vasa-1么,那个看demo效果挺好而且速度快 > > VASA的render用的是[MegaPortraits (Drobyshev et al., @ MM 22)](https://arxiv.org/pdf/2207.07621),一作最新的工作[EMOPortraits (@ CVPR 24)](https://neeek2303.github.io/EMOPortraits/)计划这两个月开源,与MegaPortraits方法接近,可以关注一下 EMOPortraits 这个项目开源了,不知道咋用啊?能用来替换什么组件吗?

Deploy via https://github.com/JeffreyCA/spleeter-web#getting-started-without-docker

> Can you try setting `DEBUG = True` in `django_react/settings.py`? After setting `DEBUG = True`, It worked! ![image](https://github.com/JeffreyCA/spleeter-web/assets/46926496/9598713b-f6e8-4b55-a319-b9e07e0fd919) But the processing time is very long, almost 5 minutes for Demucs...

> GPU separation isn't officially supported on non-Docker setups - I would consider using Docker > > Can you try setting the environment variable `CPU_SEPARATION=0`? If that doesn't work, try...

> It should, but it's the Celery worker that needs to be restarted: > > ``` > celery -A api worker -l INFO -Q slow_queue -c 1 > ``` >...

I just simply changed the [part](https://github.com/JeffreyCA/spleeter-web/blob/9dd9007576a728768d175b1eb97ae2725281f384/frontend/src/components/Badges.tsx#L45-L52) to this: ``` export const AccompShortBadge = (props: BadgeProps): JSX.Element => { const { faded, title } = props; return ( Accompaniment ); };...

Hi, i got another idea! Can you add a json format in this project just like [this](https://github.com/PlexPt/awesome-chatgpt-prompts-zh/blob/main/prompts-zh.json) . So we can easily add file into this [project](https://github.com/Chanzhaoyu/chatgpt-web), and change role...

而且开发者在手动调整额度的时候也是按照这个 1刀=50w 额度添加的,如下图所示,如果我要给他充100刀,还得把总额计算出来然后加上现有额度,操作非常麻烦! ![image](https://github.com/songquanpeng/one-api/assets/46926496/d9688a8a-c397-4c1d-8c76-8bb9644eaebd)

> DataSet里的continue打一下断点,原项目写的数据加载方式总会跳过异常,变成无效死循环 Syncnet能训了,不过loss一直在0.69。 `python hq_wav2lip_sam_train.py` 现在训wav2lip又出问题了,用的一模一样的数据集,一直卡在这不动,4090显卡,200多G内存,卡好几天没反应。 ![image](https://github.com/primepake/wav2lip_288x288/assets/46926496/954a8975-1f5d-4da8-99cb-a896675ebd00)