orrinj/2nd_Janeycat_set
Viewer • Updated • 17 • 4
How to use orrinj/janeycatbase2 with Diffusers:
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.
Base model
Lykon/dreamshaper-xl-turbo