Instructions to use Kiefels/gil-elvgren-erotique with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kiefels/gil-elvgren-erotique with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Kiefels/gil-elvgren-erotique") prompt = "Gil, Elvgren, Gil Elvgren, Pinup, pinup, pinups" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Kiefels/gil-elvgren-erotique")
prompt = "Gil, Elvgren, Gil Elvgren, Pinup, pinup, pinups"
image = pipe(prompt).images[0]Gil-Elvgren-erotique
A Flux LoRA trained on a local computer with Fluxgym

- Prompt
- Gil, Elvgren, Gil Elvgren, Pinup, pinup, pinups

- Prompt
- Gil, Elvgren style drawing of a beautiful wavy haired brunette showing her stockings, suspenders and garter belt, as she uses a small set of steps to reach up tp get a book from a book shelf

- Prompt
- Gil, Elvgren style drawing of a beautiful wavy hairedblonde, walking down the stairs at night, in a sheer robe. She is carrying a candle and the orange glow from the candle has made her gown sheer, though which we can see her fit and athletic, womanly curves
Trigger words
You should use Gil, Elvgren, Gil Elvgren, Pinup, pinup, pinups to trigger the image generation.
Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
Weights for this model are available in Safetensors format.
- Downloads last month
- 2
Model tree for Kiefels/gil-elvgren-erotique
Base model
black-forest-labs/FLUX.1-dev