Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't download model, and need to know what directory to drop the appropriate file into. #257

Open
Deejay85 opened this issue Dec 3, 2024 · 2 comments

Comments

@Deejay85
Copy link

Deejay85 commented Dec 3, 2024

I need a little help with downloading the required model. I tried to let the program download the required file itself, but after a minute the speed reduced dramatically, and eventually stopped all together. While I am able to download said file manually after checking the models.yaml file, I have no idea what folder to drop it into. I know the file is a checkpoint, so would I just have to create a folder called model, placing it in the M:\pinokio\api\fluxgym.git\models directory, and then run the program, or would I have to do it differently?

@bkrew
Copy link

bkrew commented Dec 6, 2024

There is a model Folder.
In that Folder are Following Folders:
FluxGym\models\unet
FluxGym\models\clip
FluxGym\models\vae
you put the safetensors inside of the unet folder.
But you need to modify the models.yaml File, but i dont' really know how to set it up for it to accept a local repository.

@Deejay85
Copy link
Author

For the use of others reading this the file tree layout should be something like this:

clip
...clip_l.safetensors.safetensors
....t5xxl_fp16.safetensors

Unet
...flux1-dev.sft

Vae
...ae.sft

May have to do some file extension renaming, but it shouldn't really be all that hard. 👋

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants