Instructions to use retronic/platmoji with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use retronic/platmoji with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("retronic/platmoji") prompt = "an emoji of a man with a white background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
outdated info
Browse files
README.md
CHANGED
|
@@ -32,13 +32,7 @@ You can use this through HF Inference API here.
|
|
| 32 |
This project would not have been possible if we did not have this database which is [this database on github](https://github.com/cj1128/emoji-images/tree/master). Credits to him
|
| 33 |
|
| 34 |
## Trigger Word
|
| 35 |
-
The trigger word is emoji. Please be very descriptive
|
| 36 |
-
|
| 37 |
-
## Website
|
| 38 |
-
This can be accessed through platmoji.com
|
| 39 |
-
|
| 40 |
-
## App
|
| 41 |
-
The version for iOS will be out soon on the App Store.
|
| 42 |
|
| 43 |
MIT License
|
| 44 |
|
|
|
|
| 32 |
This project would not have been possible if we did not have this database which is [this database on github](https://github.com/cj1128/emoji-images/tree/master). Credits to him
|
| 33 |
|
| 34 |
## Trigger Word
|
| 35 |
+
The trigger word is emoji. Please be very descriptive to get good results. :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
MIT License
|
| 38 |
|