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

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

Model info :

https://civitai.com/models/100284/lut-diffusion

Screenshot_20230806_022222_Vivaldi Browser Snapshot.jpg Screenshot_20230806_022307_Vivaldi Browser Snapshot.jpg

Sample image I made thru Huggingface's API :

940f591f-121b-45a3-9296-b2696262050b.jpeg ccd653a4-00e6-4c05-8439-731dafd38ff4.jpeg

photo of a 19yo icelandic lady, vintage cinematic LUT a5e72c09-109c-4f4f-abbb-dec98399720f.jpeg

Downloads last month
12
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using digiplay/lutDiffusion_v09Beta 43