Instructions to use Jonjew/SlingshotBikini2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/SlingshotBikini2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Jonjew/SlingshotBikini2") prompt = "<lora:slingshot_bikini_flux_v3:1.25> a photo of a beautyful young woman. She wearing a extreme slingshot bikini. ((The crotch of bikini is wedged between her pussy lips)). Her fit figure highlighted by the summer sun. Her makeup enhances her natural beauty. She posing outdoors. She smiling seductive. Contemporary architecture with floor-to-ceiling glass walls. Panoramic ocean view and palm trees in background. Minimalistic decor and perfect lighting emphasize elegance and comfort. Relaxed ambience. (front view) <lora:Style_Pony_Mass_Index_Flux:0.5> <lora:AntiBlur_Flux:1.25> <lora:Flux_Improved_Female_Nudity_v2:0.3>" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Jonjew/SlingshotBikini2")
prompt = "<lora:slingshot_bikini_flux_v3:1.25> a photo of a beautyful young woman. She wearing a extreme slingshot bikini. ((The crotch of bikini is wedged between her pussy lips)). Her fit figure highlighted by the summer sun. Her makeup enhances her natural beauty. She posing outdoors. She smiling seductive. Contemporary architecture with floor-to-ceiling glass walls. Panoramic ocean view and palm trees in background. Minimalistic decor and perfect lighting emphasize elegance and comfort. Relaxed ambience. (front view) <lora:Style_Pony_Mass_Index_Flux:0.5> <lora:AntiBlur_Flux:1.25> <lora:Flux_Improved_Female_Nudity_v2:0.3>"
image = pipe(prompt).images[0]Not-For-All-Audiences
This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.
View model card