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("antikpatel128/lora-sdxl")

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

YAML Metadata Error:"widget[0].text" must be a string

Slider SDXL - LoRA

Image 0

SDXL ONLY

  • weight: 0 to 5.0

  • positive: more realistic

  • negative: less realistic, cartoon, painting, etc

I noticed the more bizarre your prompt gets, the more SDXL wants to turn it into a cartoon. This helps give you the ability to adjust the level of realism in a photo. All images were generated without refiner. I refuse.

If you like my work, I am not asking for coffee, but a kind review is always appreciated.

Image examples for the model:

Image 1 Image 2 Image 3 Image 4

Downloads last month
6
Inference Providers NEW

Model tree for antikpatel128/lora-sdxl

Adapter
(9679)
this model