Instructions to use saveasART-org/LatexBikesuit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use saveasART-org/LatexBikesuit with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ByteDance/SDXL-Lightning", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("saveasART-org/LatexBikesuit") prompt = "UNICODEsolo, 1girl, red eyes,scarf, standing,huge breasts, <lora:LatexBikesuit:1>,latex bikesuit,cross-laced, very long hair, very long hair, navel,latex gloves, night, cityscape, cyberpunk, black gloves,,skin tight, shiny, skindentation, " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("ByteDance/SDXL-Lightning", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("saveasART-org/LatexBikesuit")
prompt = "UNICODEsolo, 1girl, red eyes,scarf, standing,huge breasts, <lora:LatexBikesuit:1>,latex bikesuit,cross-laced, very long hair, very long hair, navel,latex gloves, night, cityscape, cyberpunk, black gloves,,skin tight, shiny, skindentation, "
image = pipe(prompt).images[0]LatexBikesuit

- Prompt
- UNICODEsolo, 1girl, red eyes,scarf, standing,huge breasts, <lora:LatexBikesuit:1>,latex bikesuit,cross-laced, very long hair, very long hair, navel,latex gloves, night, cityscape, cyberpunk, black gloves,,skin tight, shiny, skindentation,
Model description
Latex Bike suit
Trigger words
You should use Latex Bike suit to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 17
Model tree for saveasART-org/LatexBikesuit
Base model
ByteDance/SDXL-Lightning