LlamaEdge-StableDiffusion 0.1.1
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]