Wizard's Vintage Romance Novel
(CivitAI)
Model description
The Wizard's Vintage Romance Novel
The original is now available for FLUX.
Best use for FLUX:
• This LoRA is case-sensitive to a certain degree
• Prompt format 1: A Harlequin romance book cover with the title "YYY"
• Prompt format 2: Photo of a Harlequin romance book cover with the title "YYY"
• Use 2:3 Ratio for a single book, use landscape if you want more (adjust prompt)
• Feel free to ask questions in the comments
• Post in the gallery
Most of my examples use these settings:
Hyper 8-step LoRA, 10-12 steps DDIM Trailing (SGM Uniform), CFG: 3.5
Be sure to check out my other 'Text'-based LoRAs:
https://civitai.com/user/WizardWhitebeard/models
Trigger words
You should use Harlequin Romance Book Cover
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('WizWhite/wizard-s-vintage-romance-novel', weight_name='Wiz-Vintage_Romance-FLUX.safetensors')
image = pipeline('Photo of a harlequin romance book cover with the title "The Wizard's Vintage Romance". The book is on a bedside table. It features a pulp art illustration of Wizard Whitebeard with a long white beard. Promotional sticker on the bottom say "THE ORIGINAL - now for FLUX"
').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 1,240
Model tree for WizWhite/Wizards_vintage_romance_novel-FLUX
Base model
black-forest-labs/FLUX.1-dev