Skip to content

Releases: Aatricks/llmedge

V0.3.5

25 Dec 23:45
e147285

Choose a tag to compare

What's Changed

Full Changelog: V0.3.3...V0.3.5

V0.3.4beta

15 Dec 15:57
ff83e5a

Choose a tag to compare

What's Changed

  • Fix/video quality by @Aatricks in #12
  • Made stable-diffusion.cpp mods dynamic, not touching its codebase

Full Changelog: V0.3.3...V0.3.4beta

V0.3.3

13 Dec 20:23
2299970

Choose a tag to compare

What's Changed

Full Changelog: V0.3.1...V0.3.3

V0.3.2beta

02 Dec 14:43

Choose a tag to compare

Changes :

  • Fixed vae decode only bug of I2V
  • Worked on fixing blank images in T2V output
  • Implemented experimental support for I2V wan and LoRa wan
  • Implemented recommended samplers and schedulers lists

Full Changelog: V0.3.1...V0.3.2beta

V0.3.1

30 Nov 19:13
55c1f13

Choose a tag to compare

What's Changed

  • Improved controls over image and video generation
  • Lora&cache by @Aatricks in #9

Full Changelog: V0.3...V0.3.1

V0.3

30 Nov 12:04
d717b8e

Choose a tag to compare

What's Changed

  • CMake: Guard per-model sources to support newer llama.cpp layout (use guarded glob) by @Aatricks in #6
  • Video gpu support by @Aatricks in #7
  • Unified and simplified the API through the new LLMEdgeManager singleton.

Full Changelog: V0.2...V0.3

V0.2

15 Nov 23:54
db64f40

Choose a tag to compare

What's Changed

Full Changelog: V0.1...V0.2

V0.1

22 Oct 09:03
60a3296

Choose a tag to compare

What's Changed

  • Feature/vision ocr by @Aatricks in #2
  • Stable diffusion by @Aatricks in #3
  • Implemented support for vision capable LLMs with fallback to OCR and image description for normal LLMs
  • Implemented stable diffusion image generation capability using stable-diffusion.cpp leveraging Vulkan as backend

Full Changelog: V0...V0.1

V0

27 Sep 20:01

Choose a tag to compare

V0 Pre-release
Pre-release

What's Changed

  • Initial commit
  • Add support for using vulkan acceleration for fast llm inference on gpu by @Aatricks in #1
  • Add support for RAG
  • Add support download and run functionality using huggingface api
  • Add speed and RAM metrics

New Contributors

Full Changelog: https://github.com/Aatricks/llmedge/commits/V0