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("nDimensional/Lomostyle", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]
Lomostyle

Trained on Analog/Lo-fi photographs, includes tags for various cameras, color negative/black and white/reverse color films.

This is a SD 1.5 fine-tune

Please use vae alongside this model - https://huggingface.co/stabilityai/sd-vae-ft-mse-original/tree/main

Downloads last month
48
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including nDimensional/Lomostyle