More meme hackathons. - brcon2024-hackathons - Bitreichcon 2024 Hackathons | |
git clone git://bitreich.org/brcon2024-hackathons git://enlrupgkhuxnvlhsf6lc3fz… | |
Log | |
Files | |
Refs | |
Tags | |
Submodules | |
--- | |
commit de282ada3651eb931a5bfdcf4f469c3d79e3ed54 | |
parent 381af454b6d6b39dd44891fe6beef47cbc107038 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Fri, 2 Aug 2024 15:58:32 +0200 | |
More meme hackathons. | |
Diffstat: | |
M meme/README.md | 21 ++++++++++++++++----- | |
1 file changed, 16 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/meme/README.md b/meme/README.md | |
@@ -1,15 +1,26 @@ | |
# Meme Hackathon | |
## txt memes to image | |
-* Make it possible to for example loop txt images. | |
- * Somehow transform txt to image and then reuse that. | |
+Make it possible to for example loop txt images. | |
+ | |
+Somehow transform txt to image and then reuse that. | |
## meme beautifier | |
-* make the stable-diffusion-prompt-beautifier from annna more flexible | |
- * what syntax should we use for this? | |
- * https://github.com/damian0815/compel/blob/main/doc/syntax.md | |
+Make the stable-diffusion-prompt-beautifier from annna more flexible. | |
+ | |
+What syntax should we use for this? | |
+ | |
+Example: https://github.com/damian0815/compel/blob/main/doc/syntax.md | |
## meme meme service | |
* "meme meme" in French is 'same meme' | |
* give meme tools ability to search for equal meme content | |
+## 3d memes via neuronal network services | |
+ | |
+Are we able to access some API or find a simple local stripped down | |
+llama-runnable neuronal network (on huggingface) to do 3d memes from | |
+text? | |
+ | |
+Maybe extend to videos? | |
+ |