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
Web ui won’t load it says it’s malicious
#3
by Darbyjd2 - opened
Hi I’m courious on why web hi won’t load it, it says that’s there’s something wrong and that it may be a virus
Darbyjd2 changed discussion title from Web hi won’t load it says it’s malicious to Web ui won’t load it says it’s malicious
What? Sounds like Automatic1111 issue, not my model.
SweetLuna changed discussion status to closed