Alfred Increment

Results 14 comments of Alfred Increment

Sorry. The csv file is wrong because the titles include comma. This attachment is right. [ukiyo_e_auto_titles.xlsx](https://github.com/liaopeiyuan/artbench/files/9971774/ukiyo_e_auto_titles.xlsx)

@zRzRzRzRzRzRzR Thank you for your great works! I would like to covert a full-finetuned 2b model weight in sat into a model weight in diffusers. My full-finetuned model weight in...

I could convert the full-finetuned weight into the diffusers weight. We need extract limited keys by the script: ```python import torch # ファイルAとファイルBのパス file_a_path = 'file_a.pt' file_b_path = 'file_b.pt' file_c_path...

Thanks for your coding! I can full finetune the 14B model. By the way, how should we load the models by diffusers? I cannot convert the model for deepspeed to...