Instructions to use MomlessTomato/keke-tang with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MomlessTomato/keke-tang with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Laxhar/noobai-XL-Vpred-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("MomlessTomato/keke-tang") prompt = "litankek, love live! superstar!!, masterpiece, best quality, cel shading, cinematic lighting, 1girl, cowboy shot, dutch angle, idol dress, frilly dress, stage costume, short skirt, sleeveless dress, gloves, thighhighs, idol outfit smile, confident smile, sparkling eyes, energetic expression on stage, concert stage, stage lights, spotlight, audience, night stage medium breasts, wide hips" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!