File size: 5,228 Bytes
316e824 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 |
---
license: other
license_name: bespoke-lora-trained-license
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- migrated
- horror
- vintage
- analog
- photo
- style
- photography
- portraits
- romantic
- 1900s
- 20th century
- pictorialism
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: by william mortensen
widget:
- text: 'by william mortensen, heist portrait of wizard whitebeard Giving a high-five, pre-code hollywood horror portraiture style'
output:
url: >-
28926101.jpeg
- text: 'darth vader riding a penny farthing high wheel bicycle, by william mortensen, vintage horror theme with a haunting atmosphere, dramatic lighting, creative use of light and shadow play
'
output:
url: >-
28926275.jpeg
- text: 'portrait of batman, by william mortensen'
output:
url: >-
28926874.jpeg
- text: 'by william mortensen, abandoned ghost ship drifting on the misty sea
'
output:
url: >-
28926367.jpeg
- text: 'by william mortensen, space opera portrait of wizard whitebeard riding, pre-code hollywood horror portraiture style
'
output:
url: >-
28926346.jpeg
- text: 'by william mortensen, telenovela portrait of wizard whitebeard Kneeling, pre-code hollywood horror portraiture style
'
output:
url: >-
28926702.jpeg
- text: 'by william mortensen, utopian portrait of wizard whitebeard programming, pre-code hollywood horror portraiture style
'
output:
url: >-
28926739.jpeg
- text: 'by william mortensen, splatter portrait of wizard whitebeard flipping, pre-code hollywood horror portraiture style
'
output:
url: >-
28926783.jpeg
- text: 'by william mortensen, portrait of a witch, she is wearing an intense red lipstick and dark eye shadow, muted and faded colors
'
output:
url: >-
28927614.jpeg
- text: 'color photo portrait of a witch, by william mortensen, she is wearing an intense red lipstick and dark eye shadow
'
output:
url: >-
28927624.jpeg
- text: 'by william mortensen, dramatic extreme close-up portrait of a frisian bene gesserit bride, her face partly obscured by a intricate lace veil.
'
output:
url: >-
28927685.jpeg
- text: 'by william mortensen, dramatic portrait of Captain Kirk yelling, pre-code hollywood horror portraiture style
'
output:
url: >-
28927727.jpeg
- text: 'by william mortensen, dramatic portrait of Darkseid Exercising, pre-code hollywood horror portraiture style
'
output:
url: >-
28927768.jpeg
- text: 'by william mortensen, gentleman werewolf wearing a trilby hat, pre-code hollywood horror portraiture style, small text in the bottom reads "M''lady"
'
output:
url: >-
28927858.jpeg
- text: 'close-up portrait of skeletor with he-man hair, wearing sunglasses, muted colors, by william mortensen
'
output:
url: >-
28929425.jpeg
- text: 'by william mortensen, portrait of yoda
'
output:
url: >-
28946448.jpeg
- text: 'by william mortensen, portrait of chewbacca
'
output:
url: >-
28946525.jpeg
- text: ' '
output:
url: >-
29028653.jpeg
- text: 'portrait of Homer Simpson, by william mortensen'
output:
url: >-
29029416.jpeg
- text: 'by william mortensen, portrait of Homer Simpson'
output:
url: >-
29029374.jpeg
---
# Wizard's Horror Library
<Gallery />
([CivitAI](https://civitai.com/models/))
## Model description
<h3 id="wizard's-horror:-william-mortensen-portraiture-951imf1fg"><em><span style="color:#fa5252">Wizard's Horror: </span></em><strong><em><span style="color:#fa5252">William Mortensen Portraiture</span></em></strong></h3><p>Style & Mood LoRA of the pioneering photographer WIlliam Mortensen.<br />Sepia-toned, hazy, horror portraiture portraits. <br />Trigger: <strong>by william mortensen</strong><br />Recommendation is short prompts and play with the CFG.</p><p><em>Please share your creations in the gallery!</em></p>
## Trigger words
You should use `by william mortensen`, `vintage horror`, `ethereal`, `dark and moody` to trigger the image generation.
## Download model
Weights for this model are available in Safetensors format.
[Download](/WizWhite/wizard-s-horror-library/tree/main) them in the Files & versions tab.
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
```py
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-horror-library', weight_name='Wiz-Horror_William_Mortensen.safetensors')
image = pipeline('by william mortensen, portrait of Homer Simpson').images[0]
```
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)
|