Instructions to use songkey/hm5_reference with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use songkey/hm5_reference with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("songkey/hm5_reference", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,8 +8,8 @@ license: mit
|
|
| 8 |
Model of [**HelloMeme**](https://songkey.github.io/hellomeme/)
|
| 9 |
|
| 10 |
|
| 11 |
-
[**Project Page**](https://songkey.github.io/hellomeme/
|
| 12 |
-
(https://github.com/HelloVision/ComfyUI_HelloMeme) | [**Demo**](https://www.modelscope.cn/studios/songkey/HelloMeme)
|
| 13 |
|
| 14 |
**BibTeX:**
|
| 15 |
|
|
|
|
| 8 |
Model of [**HelloMeme**](https://songkey.github.io/hellomeme/)
|
| 9 |
|
| 10 |
|
| 11 |
+
[**Project Page**](https://songkey.github.io/hellomeme/
|
| 12 |
+
) | [**Code Page**](https://github.com/HelloVision/HelloMeme) | [**Arxiv**](https://arxiv.org/abs/2410.22901) | [**ComfyUI**](https://github.com/HelloVision/ComfyUI_HelloMeme) | [**Demo**](https://www.modelscope.cn/studios/songkey/HelloMeme)
|
| 13 |
|
| 14 |
**BibTeX:**
|
| 15 |
|