The Wizard's Vintage Romance Novel
Model description
SDXL version
The Wizard's Vintage Romance Novel
Generates a book cover inspired by harlequin romance novels. Look differ depending on which checkpoint model you use.
Best use:
• 2:3 ratio
• Prompt format 1: Book cover of a vintage romance novel called "YYY"
• Prompt format 2: Cover of a Harlequin romance novel called "YYY", depicting ZZZ
• If you struggle with the title, try using following: (title logo "YYY":1.3)
• Use artist prompt to tweak the style
• Use a lower weight if you want to get lose the typical "harlequin" layout
Trigger words
You should use Book cover of a vintage romance novel
, Cover of a Harlequin romance novel
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Other versions
FLUX model available here Wizard's vintage romance novel SDXL
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('WizWhite/the-wizard-s-vintage-romance-novel', weight_name='wizards_vintage_romance.safetensors')
image = pipeline('book cover of a vintage romance novel depicting John Legend').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 51
Model tree for WizWhite/the-wizard-s-vintage-romance-novel
Base model
stabilityai/stable-diffusion-xl-base-1.0