Skip to content

Releases: LlamaEdge/sd-api-server

LlamaEdge-StableDiffusion 0.2.1

22 Nov 13:58
Compare
Choose a tag to compare

Major changes:

  • New endpoints
    • GET /v1/files/{file_id}: Retrieve information of a specific file by id
    • GET /v1/files/{file_id}/content: Retrieve the content of a specific file by id
    • GET /v1/files/download/{file_id}: Download a specific file by id

LlamaEdge-StableDiffusion 0.2.0

06 Nov 09:42
Compare
Choose a tag to compare

Major changes:

  • (BREAKING) rename --context-type CLI option to --task

  • Support control_image field in image generation requests

  • Support control_image field in image edit requests

  • New CLI options

    • --control-net: Path to control net model. Optional.
    • --control-net-cpu: Keep control net model on cpu. Defaults to false.
  • Update the default value of --lora-model-dir CLI option to none

  • New document: ENDPOINTS.md

LlamaEdge-StableDiffusion 0.1.7

12 Oct 07:02
Compare
Choose a tag to compare

Major changes:

  • Upgrade to llama-core v0.20.0 and endpoints v0.16.0
  • Support negative_prompt, cfg_scale, sample_method, steps, height, width, control_strength, seed, and strength params for image-to-image tasks

LlamaEdge-StableDiffusion 0.1.6

27 Sep 05:52
Compare
Choose a tag to compare

Major changes:

  • Add --context-type CLI option to allow users to choose which one of text-to-image and image-to-image context or both to create
  • Improve the documents

LlamaEdge-StableDiffusion 0.1.5

26 Sep 11:07
Compare
Choose a tag to compare

Major changes:

  • Upgrade to llama-core v0.18.1 to create text_to_image and image_to_image contexts during the sd context initialization
  • Update docs: README.md, flux.md, and flux_with_lora.md

LlamaEdge-StableDiffusion 0.1.4

25 Sep 06:33
Compare
Choose a tag to compare

Major changes:

  • Upgrade to llama-core v0.18.0 to support LoRA models
  • Update flux.md
  • New example: flux_with_lora.md

LlamaEdge-StableDiffusion 0.1.3

23 Sep 14:24
Compare
Choose a tag to compare

Major change:

  • Add --port CLI option

LlamaEdge-StableDiffusion 0.1.2

20 Sep 02:37
Compare
Choose a tag to compare

Major change:

  • Migrate to WasmEdge v0.14.1

LlamaEdge-StableDiffusion 0.1.1

12 Sep 17:07
Compare
Choose a tag to compare

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]

LlamaEdge-StableDiffusion 0.1.0

11 Sep 06:36
Compare
Choose a tag to compare

Major features:

  • /v1/images/generations endpoint for image generation
  • /v1/images/edits endpoint for image editing

Models supported: