Acly / krita-ai-diffusion

Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required.
https://www.interstice.cloud
GNU General Public License v3.0
6.98k stars 344 forks source link

flux missing after update #1395

Closed marcoA152 closed 1 week ago

marcoA152 commented 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...

Acly commented 1 week ago

note that unet and diffusion_models folders are equivalent (unet is the old name and will be removed at some point)

I probably should've added it here though since still a lot of people using it.