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("Lykon/dreamshaper-xl-turbo", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("orrinj/janeycatbase2")

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

I tried making this lora using a different base model, not sure how well it worked though! "janeycat girl" should be the prompt, ds_ja_ct_1 instance.

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

Model tree for orrinj/janeycatbase2

Adapter
(3)
this model

Dataset used to train orrinj/janeycatbase2