Torpy PRO
AI & ML interests
Recent Activity
Organizations
OFT's activity
Add generated example
Add generated example
Add generated example
Hey @John6666
I have been playing a bit with your space "safetensors_to_diffusers " and I noticed something remarkable.
I don't know if it has to be like this or not. Maybe you can help?
When I try to use your space it creates the HF models in my name but I noticed that:
- Sometimes they are empty (for flux / SD 3.5)
- When not empty, I have the structure and files like normal but when I try to run the on-site inference api (by using the modelcard) I get the error that the "Model ... does not exist". However when I try to curl the api-inference I found out that most of the time the model is loading. And in a few rare occasions it gives me a generated image. I can't make any HF-space out of them since HF thinks the model does not exists either.
I havent had the chance to try different models and different options from your space. But for the several ones I tried I reproduced these results. Is this something that sounds familiar? I kept the safetensor files beneath the 10GB limit as recommended by HF.
Oh about the python code:
To be honest, me & python arent really friends at this moment so I prefer to use a different language. I tried to run the lines in the terminal, installed all the things and got an error with already "from diffusers" so I am kinda postponing it till I followed a beginners course in python or maybe a beginners course in visual studio 2019. I guess I must be doing or forgetting something very simple/stupid when using this language/software. So I decided to do all the things differently ... almost for 2 years already ^^'