Instructions to use neph1/1980s_scifi_lora_krea2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
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] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!