Instructions to use SweetLuna/Kenshi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SweetLuna/Kenshi with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SweetLuna/Kenshi", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Checkpoint gives error when creating a checkpoint from it or merging
#1
by Fownie - opened
Basically what the title says, been trying to ad a LORA to kenshin01.ckpt and safetensors, but even tryin to merge it gives me an error, any idea of why it can be?
Have you tried any other LORAs and models?
I've been using LORA on Kenshi00 and Kenshi01 on safetensors including other users without any problems. Please check and reply back to me once you confirm.
SweetLuna changed discussion status to closed