Krea 2 LoRAs
Collection
3 items • Updated
How to use neph1/1980s_scifi_lora_krea2 with Diffusers:
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]
Mirror of: https://civitai.com/models/1802714/1980s-scifi-movies-lora?modelVersionId=3166332
Download them in the Files & versions tab.