Instructions to use Shero448/melpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/melpha with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Liberata/illustrious-xl-v1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/melpha") prompt = "UNICODE\u0000\u0000g\u0000e\u0000n\u0000e\u0000r\u0000a\u0000l\u0000,\u0000h\u0000i\u0000g\u0000h\u0000r\u0000e\u0000s\u0000,\u0000 \u0000u\u0000l\u0000t\u0000r\u0000a\u0000-\u0000d\u0000e\u0000t\u0000a\u0000i\u0000l\u0000e\u0000d\u0000,\u0000v\u0000e\u0000r\u0000y\u0000 \u0000a\u0000e\u0000s\u0000t\u0000h\u0000e\u0000t\u0000i\u0000c\u0000,\u0000b\u0000e\u0000s\u0000t\u0000 \u0000q\u0000u\u0000a\u0000l\u0000i\u0000t\u0000y\u0000 \u0000,\u0000b\u0000e\u0000s\u0000t\u0000 \u0000h\u0000a\u0000n\u0000d\u0000s\u0000,\u0000b\u0000e\u0000s\u0000t\u0000 \u0000e\u0000y\u0000e\u0000s\u0000,\u0000e\u0000a\u0000s\u0000y\u0000n\u0000e\u0000g\u0000a\u0000t\u0000i\u0000v\u0000e\u0000,\u0000" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 1,094 Bytes
03a29b4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | ---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
widget:
- output:
url: images/SM10CZYGE2WEXWYVTPAC30YQT0.jpeg
text: "UNICODE\0\0g\0e\0n\0e\0r\0a\0l\0,\0h\0i\0g\0h\0r\0e\0s\0,\0 \0u\0l\0t\0r\0a\0-\0d\0e\0t\0a\0i\0l\0e\0d\0,\0v\0e\0r\0y\0 \0a\0e\0s\0t\0h\0e\0t\0i\0c\0,\0b\0e\0s\0t\0 \0q\0u\0a\0l\0i\0t\0y\0 \0,\0b\0e\0s\0t\0 \0h\0a\0n\0d\0s\0,\0b\0e\0s\0t\0 \0e\0y\0e\0s\0,\0e\0a\0s\0y\0n\0e\0g\0a\0t\0i\0v\0e\0,\0"
base_model: Liberata/illustrious-xl-v1.0
instance_prompt: Melpha, yellow_hair, long_hair, light blue_eyes, huge_breasts, glasses
---
# melpha
<Gallery />
## Trigger words
You should use `Melpha` to trigger the image generation.
You should use `yellow_hair` to trigger the image generation.
You should use `long_hair` to trigger the image generation.
You should use `light blue_eyes` to trigger the image generation.
You should use `huge_breasts` to trigger the image generation.
You should use `glasses` to trigger the image generation.
## Download model
[Download](/Shero448/melpha/tree/main) them in the Files & versions tab.
|