Emre Anıl Oğuz
Emre Anıl Oğuz
Can you share your code, and .param file? From just this message I can say there is something with conversion for the find_blob_index_by_name fails (maybe you can try to simplify...
You can download files from here; https://drive.google.com/drive/folders/1BvyEBIf1n-8i7NRU5qznxPUQdLtbW9dH?usp=sharing
> hello,have you solved this problem? i had the same problem. Yeah, I have solved the problem. I'm trying to prepare a repo about this issue, when it is finished...
@glenn-jocher Actually, I have managed to export a Yolo model but that was not the ultralytics version exactly. From the knowledge that I gained there, I will try to export...
Hi @Wauplin, I didn't exactly understand what you mean by "Can you provide the url of the repo of the finetuned model on the Hub please". If I understand correctly,...
> Oh ok, I misunderstood the original issue then. So basically you try to download weights from https://huggingface.co/CompVis/stable-diffusion-v1-4 and you get this error ? Just to be sure, could you:...
> Wow actually the issue is very intriguing exploding_head It seems that for some reason the [`safety_checker/model.safetensors`](https://huggingface.co/CompVis/stable-diffusion-v1-4/blob/main/safety_checker/model.safetensors) and the [`text_encoder/model.safetensors`](https://huggingface.co/CompVis/stable-diffusion-v1-4/blob/main/text_encoder/model.safetensors) files have been mixed. > > Here are the actual...
> Just to be sure, what happens if you delete your cache and run > > ```python > from diffusers import StableDiffusionImg2ImgPipeline > > model = StableDiffusionImg2ImgPipeline.from_pretrained("CompVis/stable-diffusion-v1-4") > ``` >...
> > Hmmm, so no errors at all when using the one from `diffusers`... But I wouldn't say it is because of [DreamPose](https://github.com/johannakarras/DreamPose) implementation either since the failing part is...
The error is the same, but I think it should be related to the force_download parameter that I've hardcoded into the huggingface_hub library. The code tries to download text_encoder safe.tensors...