Closed marcoA152 closed 1 week ago
if you have flux running from unet folder, add
krita-managed: base_path: ../models checkpoints: checkpoints clip: clip clip_vision: clip_vision controlnet: controlnet diffusion_models: diffusion_models embeddings: embeddings inpaint: inpaint ipadapter: ipadapter loras: loras upscale_models: upscale_models vae: vae unet: unet #this line
at the end of extra_model_paths.yaml file
simply moving flux1-dev.safetensors to checkpoints folder do not works...
note that unet and diffusion_models folders are equivalent (unet is the old name and will be removed at some point)
unet
diffusion_models
I probably should've added it here though since still a lot of people using it.
if you have flux running from unet folder, add
at the end of extra_model_paths.yaml file
simply moving flux1-dev.safetensors to checkpoints folder do not works...