Darkbblue

Results 6 issues of Darkbblue

干员头像变成了其他干员 新活动的敌人图片是其他敌人,而且有时候不是完整的,比如是一个boss的右半边图片加上另一个boss的左半边图片 旧敌人的图片似乎没有出问题 个人感觉敌人图片不太影响使用,但是干员头像错误有比较严重的影响

1. Why do the features and the meta prompts share the same D? Meta prompts need to have the same dimension as ordinary text encoder embeddings, but the dimension of...

This work is very inspiring and exciting. Marigold makes huge progress in discriminative diffusion models by showing that general-purpose pre-training can benefit later fine-tuning for discrimination, so that we no...

In calculate_clip_score (pipelines.py), the code doesn't use no_grad() / .eval(). As a result, there is potential VRAM leakage. When I run the code, OOM occurs after several iterations. Moreover, switching...