WizWhite's picture
Upload folder using huggingface_hub
316e824 verified
---
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 &amp; 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)