Instructions to use az420/sybian-vibing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use az420/sybian-vibing with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tencent/HunyuanVideo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("az420/sybian-vibing") prompt = "low angle view of a beautiful American woman with very long strawberry blonde hair and pale skin vibing on a sybian vibrator sex machine. She is kneeling on the ground with the sybian between her legs with her arms up. She is wearing yoga pants and a white crop top. She is moaning and titling her head back. The scene is a living room with wooden furniture behind her. " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!