Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
migrated
model
woman
actress
celebrity
flux
Instructions to use Keltezaa/Spreading with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Keltezaa/Spreading 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("Keltezaa/Spreading") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#4
by Keltezaa - opened
Generated example for model Keltezaa/Spreading.
Prompt: (Photorealistic anatomy of a naked 28-year-old woman with, with ultra-accurate age nudity features, breathtaking detailed skin texture and pubic hair:1.2). Professional photography shot in avant-garde composition, featuring a tilted head pose, staring directly at the camera and spread vagina with two fingers.(ultra-accurate anatomical pussy with very puffy labia major:1.8). Hyper-realistic rendering in raw format with ultra-sharp 16K details. Scene set in a cheap fleabag motel, illuminated by dynamic, cinematic lighting.
Keltezaa changed pull request status to merged