Instructions to use lynaNSFW/MultiPurposeSexLoraLTX2.3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lynaNSFW/MultiPurposeSexLoraLTX2.3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ltx-2.3", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("lynaNSFW/MultiPurposeSexLoraLTX2.3") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
MultiPurposeSexLoraLTX2.3
.png)
- Prompt
- -
Model description
Merged version of v1 and v2 similar to the other merged version, this version might work better on fp8 compared to the other version. In my experience the other version worked best at low strength like 0.7 when using with fp8, but full strength with nvfp4, this version should be decent at 1 strength on the fp8 model.
Download model
Download them in the Files & versions tab.
- Downloads last month
- 851