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("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("MarkBW/lily-brown-xl")

prompt = "lily-brown,a woman wearing hoodie and sweatpants, dining room  <lora:lily-brown-XL:0.75>"
image = pipe(prompt).images[0]

lily-brown-xl

Prompt
lily-brown,a woman wearing hoodie and sweatpants, dining room <lora:lily-brown-XL:0.75>
Negative Prompt
worst quality, low quality, normal quality, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, watermark, signature, text font, username, error, logo, words, letters, digits, autograph, trademark, name, airbrushed, cartoon, anime, semi-realistic, cgi, render, blender, digital art, manga, 3D ,3D Game, 3D Game Scene, 3D Character

Model description

A model that creates the likeness of Instagram/OF model Lily Brown. Keep your weight around 0.75

By: Ggrue

Trigger words

You should use lily-brown to trigger the image generation.

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Downloads last month
5
Inference Providers NEW
Examples

Model tree for MarkBW/lily-brown-xl

Adapter
(8354)
this model