Skip to content

LlamaEdge-StableDiffusion 0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 17:07
· 97 commits to main since this release

Major change:

  • New CLI options for standalone diffusion models
    --diffusion-model <DIFFUSION_MODEL>
        Path to the standalone diffusion model file [default: ]
    --vae <VAE>
        Path to vae [default: ]
    --clip-l <CLIP_L>
        Path to the clip-l text encoder [default: ]
    --t5xxl <T5XXL>
        Path to the the t5xxl text encoder [default: ]
    --threads <THREADS>
        Number of threads to use during computation [default: 1]