metadata
license: other
license_name: bespoke-lora-trained-license
license_link: >-
https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=False
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- migrated
- horror
- psychedelic
- tentacles
- style
- old gods
base_model: stabilityai/stable-diffusion-xl-base-1.0
instance_prompt: but the old gods are rising
widget:
- text: 'American gothic but the old gods are rising '
parameters:
negative_prompt: grainy, blurry, unfocused, B&W, monochrome, nsfw, nude, naked
output:
url: 6844433.jpeg
- text: 'A photo of a Death''s-head hawkmoth but the old gods are rising '
parameters:
negative_prompt: grainy, blurry, unfocused, B&W, monochrome, nsfw, nude, naked
output:
url: 6844458.jpeg
- text: 'Below Huddled silly potatos but the old gods are rising '
parameters:
negative_prompt: grainy, blurry, unfocused, B&W, monochrome, nsfw, nude, naked
output:
url: 6844434.jpeg
- text: 'The Starry Night but the old gods are rising '
parameters:
negative_prompt: grainy, blurry, unfocused, B&W, monochrome, nsfw, nude, naked
output:
url: 6844472.jpeg
- text: 'Sparkle kitten tattoo but the old gods are rising '
parameters:
negative_prompt: grainy, blurry, unfocused, nsfw, nude, naked
output:
url: 6844450.jpeg
- text: 'Batman is having a bath but the old gods are rising '
parameters:
negative_prompt: >-
subtitles, captions, blurry, dirty, malformed, text, watermark,
unfocused
output:
url: 6844457.jpeg
- text: 'A Simpstyle FairyForm woman but the old gods are rising '
parameters:
negative_prompt: grainy, blurry, unfocused, B&W, monochrome, nsfw, nude, naked
output:
url: 6844442.jpeg
- text: 'A muppet on the MuppetShow but the old gods are rising '
parameters:
negative_prompt: grainy, blurry, unfocused, B&W, monochrome, nsfw, nude, naked
output:
url: 6844437.jpeg
- text: >-
an alien woman in pink boots sitting on a chair in front of a computer
desk VintageMagStyle but the old gods are rising
parameters:
negative_prompt: grainy, blurry, unfocused, B&W, monochrome, nsfw, nude, naked
output:
url: 6844446.jpeg
- text: 'A faceless one costume ShoshiZohar but the old gods are rising '
parameters:
negative_prompt: grainy, blurry, unfocused, nsfw, nude, naked
output:
url: 6844452.jpeg
- text: >-
A psychedelic mushroom trip ArthurShow but the old gods are rising
Very detailed, clean, high quality, sharp image
parameters:
negative_prompt: >-
subtitles, captions, blurry, dirty, malformed, text, watermark,
unfocused
output:
url: 6844448.jpeg
- text: 'Shrek and Olaf on a frozen field but the old gods are rising '
parameters:
negative_prompt: grainy, blurry, unfocused, B&W, monochrome, nsfw, nude, naked
output:
url: 6844465.jpeg
- text: 'A cinematic shot of a MLPIRL but the old gods are rising '
parameters:
negative_prompt: grainy, blurry, unfocused, B&W, monochrome, nsfw, nude, naked
output:
url: 6844470.jpeg
- text: 'Rick Sanchez but the old gods are rising '
parameters:
negative_prompt: grainy, blurry, unfocused, B&W, monochrome, nsfw, nude, naked
output:
url: 6844463.jpeg
- text: >-
A picture of Elsa from frozen, Disney style ArthurShow but the old gods
are rising Very detailed, clean, high quality, sharp image
parameters:
negative_prompt: >-
subtitles, captions, blurry, dirty, malformed, text, watermark,
unfocused
output:
url: 6844451.jpeg
- text: >-
A dancer at a night club Pumpkinhead Yarn art style but the old gods
are rising
parameters:
negative_prompt: grainy, blurry, unfocused, B&W, monochrome, nsfw, nude, naked
output:
url: 6844440.jpeg
- text: 'A socially awkward potato but the old gods are rising '
parameters:
negative_prompt: grainy, blurry, unfocused, B&W, monochrome, nsfw, nude, naked
output:
url: 6844473.jpeg
But the old gods are rising [SDXL]
(CivitAI)
Model description
It's just like your regular prompt "but the old gods are rising" in addition
Trigger words
You should use but the old gods are rising
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
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('Norod78/but-the-old-gods-are-rising-sdxl', weight_name='Old_gods_rising_SDXL.safetensors')
image = pipeline('A socially awkward potato but the old gods are rising ').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers