Releases: LlamaEdge/sd-api-server
Releases · LlamaEdge/sd-api-server
LlamaEdge-StableDiffusion 0.2.4
Major change:
- Improve the url of the generation result
LlamaEdge-StableDiffusion 0.2.3
Major changes:
- (NEW) Support API key
- Use
API_KEY
environment variable to set api-key when start API server, for exampleexport LLAMA_API_KEY=12345-6789-abcdef wasmedge --dir .:. --env API_KEY=$LLAMA_API_KEY \ sd-api-server.wasm \ ... ...
- Use
- Improve the url of the generated image
LlamaEdge-StableDiffusion 0.2.2
Major change:
- Add the
--download-url-prefix
CLI option to specify the download url
LlamaEdge-StableDiffusion 0.2.1
Major changes:
- New endpoints
GET /v1/files/{file_id}
: Retrieve information of a specific file by idGET /v1/files/{file_id}/content
: Retrieve the content of a specific file by idGET /v1/files/download/{file_id}
: Download a specific file by id
LlamaEdge-StableDiffusion 0.2.0
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 tonone
-
New document:
ENDPOINTS.md
LlamaEdge-StableDiffusion 0.1.7
Major changes:
- Upgrade to
llama-core v0.20.0
andendpoints v0.16.0
- Support
negative_prompt
,cfg_scale
,sample_method
,steps
,height
,width
,control_strength
,seed
, andstrength
params forimage-to-image
tasks
LlamaEdge-StableDiffusion 0.1.6
Major changes:
- Add
--context-type
CLI option to allow users to choose which one oftext-to-image
andimage-to-image
context or both to create - Improve the documents
LlamaEdge-StableDiffusion 0.1.5
Major changes:
- Upgrade to
llama-core v0.18.1
to createtext_to_image
andimage_to_image
contexts during the sd context initialization - Update docs:
README.md
,flux.md
, andflux_with_lora.md
LlamaEdge-StableDiffusion 0.1.4
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
Major change:
- Add
--port
CLI option