How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "AUTOMATIC/promptgen-majinai-safe"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "AUTOMATIC/promptgen-majinai-safe",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/AUTOMATIC/promptgen-majinai-safe
Quick Links

Finetuned distilgpt2 for 40 epochs on 1654 prompts scraped from majinai.art. Weights/emphasis stripped. Includes negative prompts.

Intended for use with https://github.com/AUTOMATIC1111/stable-diffusion-webui-promptgen

Downloads last month
944
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using AUTOMATIC/promptgen-majinai-safe 1