How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("neph1/1980s_scifi_lora_krea2")

prompt = "80s_scifi. A man in a leather jacket with rolled up sleeves. He's looking confident in a mullet. he wears futuristic sun glasses and stands in front of a futuristic car with sleek metallic surface. To the left of him stands a woman of african descent, in a voluminous mullet. She is wearing a purple jacket with wide shoulder pads and makeup, wearing a communication device on her ear. Both are looking into the camera. the background is a busy street in a futuristic city. shops with store signs, people in futuristic clothing.base_model: krea/Krea-2-Raw"
image = pipe(prompt).images[0]

1980s Scifi LoRA Krea-2

Prompt
80s_scifi. A man in a leather jacket with rolled up sleeves. He's looking confident in a mullet. he wears futuristic sun glasses and stands in front of a futuristic car with sleek metallic surface. To the left of him stands a woman of african descent, in a voluminous mullet. She is wearing a purple jacket with wide shoulder pads and makeup, wearing a communication device on her ear. Both are looking into the camera. the background is a busy street in a futuristic city. shops with store signs, people in futuristic clothing.base_model: krea/Krea-2-Raw

Model description

Mirror of: https://civitai.com/models/1802714/1980s-scifi-movies-lora?modelVersionId=3166332

Download model

Download them in the Files & versions tab.

Downloads last month
32
Inference Examples
Examples
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including neph1/1980s_scifi_lora_krea2