venus

Results 6 issues of venus

when I run inference coda, cuda version cannot > cuda 11, it only works at cuda 10.2 (one issue also about this problem) eg: run code in lightseq/examples/inference/python/test/ when I...

![image](https://user-images.githubusercontent.com/15058321/229087956-79a20634-3104-4ebb-9eab-972d83b09865.png) ![image](https://user-images.githubusercontent.com/15058321/229088119-481973de-09b4-4843-8d0d-a956435ef32b.png) # os.makedirs( # getattr(shared.cmd_opts, 'deepdanbooru_projects_path', default_ddp_path), # exist_ok=True # ) 这里检测会出错,shared.cmd_opts.deepdanbooru_projects_path 其实是存在的,需要去掉这个代码检测报错

## Error When I use 2 GPU to train flux lora, everything is fine, successful training~, but when I use one GPU or start with 2GPU, but use one, it...

## error When I use 2 GPU to train flux lora, everything is fine, successful training~, but when I use one GPU or start with 2GPU, but use one, it...

Firstly, thanks for your effort~ and when I use Vocos.from_pretrained("charactr/vocos-encodec-24khz"),I found it will Request huggingface everytime even I already download it, could this part code update from only download to...

`try: import torch._inductor.codecache torch._inductor.codecache.write_atomic = patched_write_atomic except: pass` I found ComfyUI-CogVideoXWrapper and ComfyUI-MochiWrapper both have apply_patched_write_atomic, which will make the main.py process bacome a lot: before: ![image](https://github.com/user-attachments/assets/17473b55-54be-4890-ab3a-83c0e6740df5) after: I put...