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
Kenshi02 Nudity Issue
I know its still in testing but I want to give feedback on how it handles nudity. It often adds lingerie even if I didn't prompt it in. Tried other prompts that's should be quite nsfw but what it gave out was quite tame instead. Other than that.. the model is great. Just not beginner friendly though as it needs abit of tweaking here and there.
I have tried Kenshi02_handfix as well but I'm not sure if its working considering whenever I generate something with it.. I go to the model name and it keeps saying AbyssOrangeMix2_hard.
Provide PNGINFO or prompt if you can, some luxurious prompt will give Lingerie even if you didn't prompt it in this has been well known for models I merged with.
For 2nd one, that's probably Automatic1111 UI bug that changing back to 1st model, on this case you have AOM2 as your first model on the list.
