Instructions to use TatsuyaXAI/Hyuna with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TatsuyaXAI/Hyuna with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TatsuyaXAI/Hyuna", 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
| library_name: diffusers | |
| # **Hyuna** from **Alien Stage** | |
| <u><b>Trigger Words:</b></u> **Hyuna, brown hair, grey eyes, very long hair, medium breasts, dark-skinned female,** | |
| <u><b>Hairstyle:</b></u> | |
| **hair behind ear** | |
| <u><b>Dress 1:</b></u> | |
| **black tank top, bare shoulders, crop top, navel, black pants,** | |
| **collarbone, cleavage,** | |
| Previews (Illustrious): | |
| <style> | |
| .custom-table { width: 100%; } | |
| .custom-table td { width: 33.33%; } | |
| .custom-image-container { position: relative; overflow: hidden; border-radius: 0.5em; } | |
| .custom-image { width: 100%; height: auto; border-radius: 0.5em; transition: transform 0.25s; } | |
| .custom-image-container:hover .custom-image { transform: scale(1.2); } | |
| </style> | |
| <table class="custom-table"> | |
| <tr> | |
| <td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P1.png"></div></td> | |
| <td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P2.png"></div></td> | |
| <td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P3.png"></div></td> | |
| </tr> | |
| <tr> | |
| <td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P4.png"></div></td> | |
| <td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P5.png"></div></td> | |
| <td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P6.png"></div></td> | |
| </tr> | |
| </table> | |