Instructions to use neph1/hunyuan_night_graveyard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use neph1/hunyuan_night_graveyard with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tencent/HunyuanVideo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("neph1/hunyuan_night_graveyard") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,9 +3,12 @@ base_model:
|
|
| 3 |
- tencent/HunyuanVideo
|
| 4 |
library_name: diffusers
|
| 5 |
tags:
|
|
|
|
| 6 |
- hunyuan-video
|
| 7 |
-
-
|
| 8 |
- lora
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
More info in this article: https://huggingface.co/blog/neph1/hunyuan-lora
|
| 11 |
Trigger word: afkx
|
|
|
|
| 3 |
- tencent/HunyuanVideo
|
| 4 |
library_name: diffusers
|
| 5 |
tags:
|
| 6 |
+
- hunyuan
|
| 7 |
- hunyuan-video
|
| 8 |
+
- hunyuan-lora
|
| 9 |
- lora
|
| 10 |
+
- template:diffusion-lora
|
| 11 |
+
- finetrainers
|
| 12 |
---
|
| 13 |
More info in this article: https://huggingface.co/blog/neph1/hunyuan-lora
|
| 14 |
Trigger word: afkx
|