Transformers folder?
Isnt there a standard for putting the model files in a folder and naming them something generic?
Do you mean to have them work with the HuggingFace Transformers library? Depending on what OS you're using, there's usually a .cache folder in the home or username folder. WIthin that, there will be a huggingface folder but the structure can be a bit difficult to follow if you're not familiar with it, but if you've downloaded the model then it'll be in there somewhere.
actually i mean in the repo having the name of the transformer model be generic in a folder so that we can programmatically load any repo and not have to have a list of each repos transformer model name. it seams like manyt repos do this.
I don't think I understand what you mean. Do you have a repo that you can link to where you see this being done, so that I can better understand your question?
yeah. like in most sdxl finetunes like this
https://huggingface.co/misri/zavychromaxl_v90/tree/main
there is a standard folder and file name convention.
so i dont need to know the name of the file. i just know to look in the unet folder for the diffusion_pytorch_model.fp16.safetensors file
and that in theory works on the finetune repos.
so far with sd35 and flux it seams like everyone is naming the transformer model files something different. no standard?
thanks