JohnsonXi

Results 4 issues of JohnsonXi

`if args.checkpoint: checkpoint = torch.load(args.checkpoint, map_location='cpu') state_dict = checkpoint['model'] # reshape positional embedding to accomodate for image resolution change pos_embed_reshaped = interpolate_pos_embed(state_dict['visual_encoder.pos_embed'],model.visual_encoder) state_dict['visual_encoder.pos_embed'] = pos_embed_reshaped if not args.evaluate: if config['distill']:...

cv2.imwrite(os.path.join(save_dir, 'single', str(num) + '.png'), img) save_dir路径中有中文 ,保存不了图片;但无报错或提示; for img in outputs: # count the number of images in the folder num = len(os.listdir(os.path.join(save_dir, 'single'))) cv2.imwrite(os.path.join(save_dir, 'single', str(num) + '.png'),...

lora trained by sd-scipts can not be loaded in ComfyUI loadload node, so i try to "split_qkv" use order --network_args "split_qkv=True" ![image](https://github.com/user-attachments/assets/37f967b2-7c83-4a6d-9d67-9a0d0b057b5f) but seems to does not work. ![image](https://github.com/user-attachments/assets/a9f98cbd-4fbf-4836-831a-6d6a583d2a2f) Log...