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("TheLastBen/THE_FISH")

prompt = "daiton"
image = pipe(prompt).images[0]

THE FISH

SDXL LoRA by TheLastBen

Prompts to start with :

(daiton:1.2) (giant:1.15) demon, inside a dark creepy abandoned mine at (night:1.1), (dolly zoom:1.1) , flash photography, by william eggleston, closeup, cinematic, still frame, 4k

  • ComfyUI is recommended for best quality,

  • Use the sample images to load the settings onto the UI.


Trained using https://github.com/TheLastBen/fast-stable-diffusion SDXL trainer.

Sample pictures:

"" 0 "" 1 "" 2 "" 3 "" 4 "" 5 "" 1 "" 6 "" 7 "" 8 "" 9 "" 10 "" 11 "" 12 "" 13 "" 14 "" 15 "" 16 "" 17 "" 18 "" 19

Downloads last month
44
Inference Providers NEW
Examples

Model tree for TheLastBen/THE_FISH

Adapter
(8377)
this model

Spaces using TheLastBen/THE_FISH 3