How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="AUTOMATIC/promptgen-lexart")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("AUTOMATIC/promptgen-lexart")
model = AutoModelForMultimodalLM.from_pretrained("AUTOMATIC/promptgen-lexart")
Quick Links

Finetuned distilgpt2 for 100 epochs on 134819 prompts scraped from lexica.art (Stable Diffusion 1.5 checkpoint).

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

Downloads last month
1,361
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using AUTOMATIC/promptgen-lexart 5