Skip to content

Releases: LlamaEdge/sd-api-server

LlamaEdge-StableDiffusion 0.2.4

13 Jan 08:26
Compare
Choose a tag to compare

Major change:

  • Improve the url of the generation result

LlamaEdge-StableDiffusion 0.2.3

09 Jan 16:09
Compare
Choose a tag to compare

Major changes:

  • (NEW) Support API key
    • Use API_KEY environment variable to set api-key when start API server, for example
      export LLAMA_API_KEY=12345-6789-abcdef
      wasmedge --dir .:. --env API_KEY=$LLAMA_API_KEY \
        sd-api-server.wasm \
        ...
        ...
  • Improve the url of the generated image

LlamaEdge-StableDiffusion 0.2.2

09 Dec 09:05
Compare
Choose a tag to compare

Major change:

  • Add the --download-url-prefix CLI option to specify the download url

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