Instructions to use EvanZhouDev/open-genmoji with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EvanZhouDev/open-genmoji 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("EvanZhouDev/open-genmoji") prompt = "fireplace" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 8 files
Browse files- flux-dev.safetensors +3 -0
- images/fireplace.png +3 -0
- images/flying-pig.png +3 -0
- images/hiker.png +3 -0
- images/horse.png +3 -0
- images/popsicle.png +3 -0
- images/robber.png +3 -0
- images/space-bear.png +3 -0
flux-dev.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b29f7cc636d582366ec0f2b4bfb4cfc3af94cd93fc0c7c27a16475d976b0d43
|
| 3 |
+
size 209263048
|
images/fireplace.png
ADDED
|
Git LFS Details
|
images/flying-pig.png
ADDED
|
Git LFS Details
|
images/hiker.png
ADDED
|
Git LFS Details
|
images/horse.png
ADDED
|
Git LFS Details
|
images/popsicle.png
ADDED
|
Git LFS Details
|
images/robber.png
ADDED
|
Git LFS Details
|
images/space-bear.png
ADDED
|
Git LFS Details
|