Skip to content

Commit

Permalink
chore: Update README (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins authored Jul 17, 2024
1 parent e1ef1dd commit 155172c
Showing 1 changed file with 3 additions and 43 deletions.
46 changes: 3 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,5 @@
LIKE THIS PROJECT?
# test-lilypad-releases

PLEASE STAR US AND HELP US GROW! <3

# Lilypad 🍃

Lilypad enables users to run containerised AI workloads easily in a decentralized GPU network, where anyone can get paid to connect their compute nodes to the network and run container jobs. Users have access to easily run jobs such as Stable Diffusion XL and cutting edge open source LLMs both on chain, from CLI and via [Lilypad AI Studio](https://app.lilypad.tech) on the web.

Visit the [Lilypad Docs](https://docs.lilypad.tech/) site for a more comprehensive overview to getting up and running including a [Quick Start Guide](https://lilypad.team/quickstart)

## Getting started running container jobs on Lilypad

Jobs (containers) can be run on Lilypad by utilising the [Installable CLI](https://lilypad.team/cli), also available for installation through the [Go toolchain](https://lilypad.team/cligo). After setting up the necessary pre-requisites, the CLI enables users to run jobs as described below:

```
lilypad run cowsay:v0.0.4 -i Message="moo"
```

[![Watch the video](https://img.youtube.com/vi/Ep9ML9h8DTE/0.jpg)](https://www.youtube.com/watch?v=Ep9ML9h8DTE)

The current list of modules can be found in the following repositories:


* [lilysay](https://github.com/Lilypad-Tech/lilypad-module-lilysay)
* [cowsay](https://github.com/lilypad-tech/lilypad-module-cowsay)
* [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)

Containerised job modules can be built and added to the available module list; for more details visit the [building a job](https://lilypad.team/building) documentation. If you would like to contribute, open a pull request on this repository to add your link to the list above.

## Getting started running a Node on Lilypad Network

As a distributed network Lilypad also brings with it the ability to run as a node and contribute to the GPU and compute capabilities. See the documentation on [running a node](https://lilypad.team/node) which contains more details instructions and overview for getting set up.

## The Lilypad Community

[Read our Blog](https://lilypad.team/blog)

[Join the Discord](https://lilypad.team/discord)

[Follow us on Twitter/X](https://lilypad.team/x)

[Check out our videos on YouTube](https://lilypad.team/youtube)
This repo is a fork of [Lilypad-Tech/lilypad](https://github.com/Lilypad-Tech/lilypad) that we use to test changes to our release pipeline.

We may archive or delete this repo when and as needed.

0 comments on commit 155172c

Please sign in to comment.