YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

My Model - Image Generation

This model is a Stable Diffusion variant trained to generate images from text prompts.

Usage

To use this model, send a text prompt to the API and specify your desired inference parameters.

Example

from transformers import pipeline

generator = pipeline("text-to-image", model="awabxnero/hentai.safetensors")

result = generator("A fantasy landscape with mountains")
result[0]["image"].show()  # Display the generated image
Downloads last month
0
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.