Instructions to use Shero448/kanae3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/kanae3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("John6666/mocase-mix-prefectponyv2-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/kanae3") prompt = "hires, masterpiece, high detail RAW color art, volumetric lighting, colored lighting, high contrast, mature female, milf" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: >- | |
| hires, masterpiece, high detail RAW color art, volumetric lighting, colored | |
| lighting, high contrast, mature female, milf | |
| parameters: | |
| negative_prompt: >- | |
| lowres,worst quality,bad quality,bad anatomy,sketch,jpeg | |
| artifacts,signature,watermark,old,oldest | |
| output: | |
| url: images/Sweaty.png | |
| base_model: John6666/mocase-mix-prefectponyv2-sdxl | |
| instance_prompt: >- | |
| kanae_hnh, tan, tan skin, brown hair, ponytail, hair between eyes, brown eyes, | |
| short hair, huge breasts | |
| # kanae3 | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `kanae_hnh` to trigger the image generation. | |
| You should use `tan` to trigger the image generation. | |
| You should use `tan skin` to trigger the image generation. | |
| You should use `brown hair` to trigger the image generation. | |
| You should use `ponytail` to trigger the image generation. | |
| You should use `hair between eyes` to trigger the image generation. | |
| You should use `brown eyes` to trigger the image generation. | |
| You should use `short hair` to trigger the image generation. | |
| You should use `huge breasts` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/Shero448/kanae3/tree/main) them in the Files & versions tab. | |