Instructions to use ballsyonsui/BALLSYAI-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ballsyonsui/BALLSYAI-LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("rupeshs/LCM-runwayml-stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ballsyonsui/BALLSYAI-LoRA") prompt = "<lora:BALLSYAI-10:1> ballsyai, ballsy, cartoon style, full body, astronaut suit, space background" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 1,692 Bytes
6ba917f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | ---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
widget:
- text: >-
<lora:BALLSYAI-10:1> ballsyai, ballsy, cartoon style, full body, astronaut
suit, space background
parameters:
negative_prompt: deformed, blurry, extra limbs, bad anatomy, low quality
output:
url: images/BALLSYAI (1).png
- text: >-
<lora:BALLSYAI-10:1> ballsyai, ballsy, cartoon style, full body, astronaut
suit, space background
parameters:
negative_prompt: deformed, blurry, extra limbs, bad anatomy, low quality
output:
url: images/BALLSYAI (1).png
base_model: rupeshs/LCM-runwayml-stable-diffusion-v1-5
instance_prompt: ballsyai, ballsy
license: openrail
---
# BALLSYAI
<Gallery />
## Model description
# BALLSYAI LoRA
A cartoon-style LoRA character trained on Stable Diffusion v1.5 using Kohya_ss.
Ideal for meme content, bold expressions, and fun cartoon visuals.
- **Trigger word:** `ballsyai`
- **Example prompt:**
`<lora:BALLSYAI-10:1> ballsyai, cartoon style, full body, bold outline`
- **Base model:** `runwayml/stable-diffusion-v1-5`
- **Epochs:** 10
- **Resolution:** 512x512
- **Format:** Safetensors
---
Trained using 20+ hand-captioned images of the BALLSYAI mascot with descriptive `.txt` files to ensure consistent output.
Great for meme generation, web content, and Telegram bots.
## Trigger words
You should use `ballsyai` to trigger the image generation.
You should use `ballsy` to trigger the image generation.
## Download model
Weights for this model are available in Safetensors format.
[Download](/ballsyonsui/BALLSYAI-LoRA/tree/main) them in the Files & versions tab.
|