From 0b1dd4113f1aa26dc56616a8814f8fd95b395cbe Mon Sep 17 00:00:00 2001 From: rhochmayr Date: Fri, 17 Jan 2025 01:28:20 +0100 Subject: [PATCH 1/2] Added Llama3.2 3b model --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfddbea..d616806 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ - [Stable Diffusion Turbo Pipeline](https://github.com/noryev/module-sdxl-ipfs) - [Falcon 7b](https://github.com/narbs91/lilypad-falcon-7b-instruct-module) - [Llama2](https://github.com/noryev/module-llama2) +- [Llama3.2 3b](https://github.com/rhochmayr/ollama-llama3.2-3b) - [Stable Diffusion Turbo](https://docs.lilypad.tech/lilypad/lilypad-modules/stable-diffusion-turbo-pipeline) - [Stable Diffusion XL](https://github.com/Lilypad-Tech/lilypad-module-sdxl-pipeline/) - [Stable Diffusion Video](https://github.com/Lilypad-Tech/lilypad-module-sdv-pipeline) From f42ecf538de5f10a7d42c3b2adbb4c18a075e3af Mon Sep 17 00:00:00 2001 From: rhochmayr Date: Fri, 31 Jan 2025 01:33:56 +0100 Subject: [PATCH 2/2] Remove duplicate Stable Diffusion Turbo link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ff35c3a..5a1ff6c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ A list of modules that can run on the Lilypad Network provided by the Lilypad te - [Falcon 7b](https://github.com/narbs91/lilypad-falcon-7b-instruct-module) - [Llama2](https://github.com/noryev/module-llama2) - [Llama3.2 3b](https://github.com/rhochmayr/ollama-llama3.2-3b) -- [Stable Diffusion Turbo](https://docs.lilypad.tech/lilypad/lilypad-modules/stable-diffusion-turbo-pipeline) - [Stable Diffusion XL](https://github.com/Lilypad-Tech/lilypad-module-sdxl-pipeline/) - [Stable Diffusion Video](https://github.com/Lilypad-Tech/lilypad-module-sdv-pipeline) - [wasm](https://github.com/lilypad-tech/lilypad-module-wasm)