Commit
•
ccba10f
1
Parent(s):
c98f059
Upload folder using huggingface_hub
Browse files- 5033820.jpeg +0 -0
- 5033831.jpeg +0 -0
- 5033836.jpeg +0 -0
- 5033837.jpeg +0 -0
- 5033958.jpeg +0 -0
- README.md +77 -0
- wizards_vintage_romance.safetensors +3 -0
5033820.jpeg
ADDED
5033831.jpeg
ADDED
5033836.jpeg
ADDED
5033837.jpeg
ADDED
5033958.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Rent&allowDerivatives=False&allowDifferentLicense=False
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- vintage
|
12 |
+
- pulp art
|
13 |
+
- style
|
14 |
+
- harlequin
|
15 |
+
- romance novel
|
16 |
+
|
17 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
18 |
+
instance_prompt: Book cover of a vintage romance novel
|
19 |
+
widget:
|
20 |
+
- text: 'book cover of a vintage romance novel depicting kanye west in a romantic scene with kanye west'
|
21 |
+
output:
|
22 |
+
url: >-
|
23 |
+
5033837.jpeg
|
24 |
+
- text: 'book cover of a harlequin romance novel book cover of a vintage romance novel called "praise the sun", depicting Solaire of Astora from dark souls with both hands stretched up'
|
25 |
+
output:
|
26 |
+
url: >-
|
27 |
+
5033836.jpeg
|
28 |
+
- text: 'book cover of a vintage romance novel called "a real man a tee" depicting a manatee casanova'
|
29 |
+
output:
|
30 |
+
url: >-
|
31 |
+
5033831.jpeg
|
32 |
+
- text: ' '
|
33 |
+
output:
|
34 |
+
url: >-
|
35 |
+
5033820.jpeg
|
36 |
+
- text: 'book cover of a vintage romance novel depicting John Legend'
|
37 |
+
output:
|
38 |
+
url: >-
|
39 |
+
5033958.jpeg
|
40 |
+
|
41 |
+
---
|
42 |
+
|
43 |
+
# The Wizard's Vintage Romance Novel
|
44 |
+
|
45 |
+
<Gallery />
|
46 |
+
|
47 |
+
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
## Model description
|
52 |
+
|
53 |
+
<p>The spiritual successor to The Wizard's Vintage Comic Book LoRA:</p><h3 id="heading-769">The Wizard's Vintage Romance Novel</h3><p>Generates a book cover inspired by harlequin romance novels. Look differ depending on which checkpoint model you use.</p><p><strong>Best use: <br /></strong>• 2:3 ratio<br />• Prompt format 1: Book cover of a vintage romance novel called "YYY" <br />• Prompt format 2: Cover of a Harlequin romance novel called "YYY", depicting ZZZ<br />• If you struggle with the title, try using following: (title logo "YYY":1.3)<br />• Use artist prompt to tweak the style<br />• Use a lower weight if you want to get lose the typical "harlequin" layout</p>
|
54 |
+
|
55 |
+
## Trigger words
|
56 |
+
You should use `Book cover of a vintage romance novel`, `Cover of a Harlequin romance novel` to trigger the image generation.
|
57 |
+
|
58 |
+
|
59 |
+
## Download model
|
60 |
+
|
61 |
+
Weights for this model are available in Safetensors format.
|
62 |
+
|
63 |
+
[Download](/WizWhite/the-wizard-s-vintage-romance-novel/tree/main) them in the Files & versions tab.
|
64 |
+
|
65 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
66 |
+
|
67 |
+
```py
|
68 |
+
from diffusers import AutoPipelineForText2Image
|
69 |
+
import torch
|
70 |
+
|
71 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
|
72 |
+
pipeline.load_lora_weights('WizWhite/the-wizard-s-vintage-romance-novel', weight_name='wizards_vintage_romance.safetensors')
|
73 |
+
image = pipeline('book cover of a vintage romance novel depicting John Legend').images[0]
|
74 |
+
```
|
75 |
+
|
76 |
+
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
77 |
+
|
wizards_vintage_romance.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5979de8bfa9bad9ac82541d7df119134b7b914b1ee5a43ea79f0c52420b5a3ac
|
3 |
+
size 61723825
|