From db502e0c74f6c04214f2bfae606ae002a01ab21c Mon Sep 17 00:00:00 2001 From: SpyC0der77 Date: Thu, 2 Jan 2025 19:02:40 -0500 Subject: [PATCH 1/2] Update README.md Fixed typo and added more info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a070dc..dc5fb89 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The 7 samples were selected to demonstrate the ability of Open Genmoji across An At its core, Open Genmoji is simply a collection of LoRA files (available on [HuggingFace](https://huggingface.co/EvanZhouDev/open-genmoji)), each finetuned based on thousands of Apple emojis, that teaches an image generation model to create emojis. Anywhere you can add a LoRA onto an image generation model, you can use Open Genmoji. -Open Genmoji also comes with a special metaprompts, known as [Open Genmoji Prompt Assist](#prompt-assist) to help you create the perfect prompt to make any emoji you want. Some Open Genmoji LoRAs may have their own metaprompts. +Open Genmoji also comes with special metaprompts, used in a tool known as [Open Genmoji Prompt Assist](#prompt-assist) to help you create the perfect prompt to make any emoji you want. Some Open Genmoji LoRAs may have their own metaprompts. The best part? You can also [use your creation in iOS 18+ as a real emoji](#postprocessing)—Even if your phone doesn't support Apple Intelligence. @@ -103,7 +103,7 @@ python3 download.py You are now able to pick which LoRA you want to install. Each LoRA has a brief description, and the model it works with. For example, let's choose the `flux-dev` LoRA. -Give it a few seconds, and check that `lora/flux-dev.safetensors` is installed. It should be a 209MB file. You're all good to go! Choose the LoRA you want for whatever you're doing. +Give it a few seconds, and check that `lora/flux-dev.safetensors` is installed. It should be a 209MB file. You're all good to go! If you wish to change up the results, choose the LoRA you want for whatever you're doing. ## Quickstart From f3f82f54f4f4662b5beea824f136f54acdfdc1b8 Mon Sep 17 00:00:00 2001 From: SpyC0der77 Date: Thu, 2 Jan 2025 19:11:30 -0500 Subject: [PATCH 2/2] Add more contribution ideas --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc5fb89..cc638e2 100644 --- a/README.md +++ b/README.md @@ -314,10 +314,11 @@ If you want to delete the Sticker, long press and hold (**don't move your finger ## Contributing -Open Genmoji is open to more LoRAs for: +Open Genmoji is open to contributions implementing: - New models - New/Different sets of emojis - More training for existing emoji sets +- Compatibility for other operating systems (mflux is only MacOS compatible) Check out `finetuning/README.md` for more information about finetuning, and check out `lora/README.md` for the current available LoRAs, as well as more information about how to contribute.