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
where to find KenshiShiraNova model?
I'm also looking for the full prompts of this picture please
https://huggingface.co/SweetLuna/Kenshi/blob/main/Changelog.md#%E2%96%BC-100---first-step
thx.
I'm also looking for the full prompts of this picture please
https://huggingface.co/SweetLuna/Kenshi/blob/main/Changelog.md#%E2%96%BC-100---first-step
thx.
These 2 prompts can be found in Kenshi00
Thank you.
I'm sorry your first comment is "hidden" was it about the KenshiShiraNova model ?
I accidentally hide it, but it was about the model, yes.
it is still hidden :'(
where can I find it ?
it is still hidden :'(
where can I find it ?
Kenshi01 is equal to KenshiShiraNova, can be found on Changelog : https://huggingface.co/SweetLuna/Kenshi/blob/main/Changelog.md
There are a lot of things that won't work if you don't follow any of these.
Do you have any negative embeddings installed, can you give PNGINFO, are you using Hires, what Sampler do you use?

