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 Settings
- Draw Things
- DiffusionBee
File size: 130 Bytes
f33f3b4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d10a4be262154d3a71b8e470748b9529c16647a71efeb6a8df184a15254c9784
size 34536
|