Views
No views yet
1from transformers import pipeline
2
3generator = pipeline("text-to-image", model="awabxnero/hentai.safetensors")
4
5result = generator("A fantasy landscape with mountains")
6result[0]["image"].show() # Display the generated image