CoolFace
Modelpublic

Musebox/pussy-check-lora

sourceHugging Faceotherupdated 6mo agoView on Hugging Face
0likes27downloads
Model Card

Pussy Check LoRA — AI Video Generation Model by Musebox.ai

<div align="center"> <img src="https://cdn.musebox.ai/6e15cc16-0189-4a3e-b091-d818f1dbeb15.png" alt="Pussy Check LoRA Preview" width="512" /> <br /> <em>Generated with Musebox AI — no prompt engineering required</em> </div>

Overview

Pussy Check is a specialized LoRA (Low-Rank Adaptation) model trained for AI video generation. It produces realistic motion sequences with natural body movement and camera angles.

This model comes in two variants optimized for different use cases:

VariantFileDescription
Highpussy-check-high.safetensorsHigher LoRA strength — more pronounced effect, bolder styling
Lowpussy-check-low.safetensorsSubtle effect — natural, soft motion with gentle transitions

Model Details

  • Architecture: LoRA adapter for WAN 2.1 video diffusion
  • Format: SafeTensors (146 MB each)
  • Type: Video generation (text-to-video / image-to-video)
  • Resolution: Up to 720p
  • Trained by: Musebox AI

Usage

With Musebox AI (Easiest)

The simplest way to use this model — no setup, no GPU required:

  1. 1.Go to **musebox.ai**
  2. 2.Choose the Pussy Check template
  3. 3.Upload your reference photo
  4. 4.Click Generate — done!

Musebox handles all the inference on cloud GPUs. You get a high-quality AI video in minutes.

👉 [Try it now on Musebox AI](https://musebox.ai) — new users get free credits!

With ComfyUI / Diffusers

You can also use these LoRA weights locally:

python
# Example with diffusers (pseudocode)
from diffusers import WanPipeline

pipe = WanPipeline.from_pretrained("wan-ai/wan2.1-t2v-14b")
pipe.load_lora_weights("Musebox/pussy-check-lora", weight_name="pussy-check-high.safetensors")

video = pipe(
    prompt="your prompt here",
    num_frames=81,
    guidance_scale=5.0,
).frames

Recommended settings:

  • LoRA strength: 0.7–1.0 for high variant, 0.4–0.7 for low variant
  • Guidance scale: 5.0
  • Steps: 30–50
  • Frames: 81 (default WAN 2.1)

About Musebox AI

**Musebox AI** is an AI video and image generation platform with 50+ templates, custom model training, and one-click generation — no technical skills needed.

  • 🎬 AI Video Generation — text-to-video & image-to-video
  • 🎨 AI Image Generation — powered by Nano Banana Pro
  • 🧠 Custom Model Training — train your own LoRA in minutes
  • 💰 Affiliate Program — earn credits by referring friends

Links

License

This model is released under the Musebox Community License. Free for personal and non-commercial use. For commercial licensing, contact us at musebox.ai.

Citation

bibtex
@misc{musebox2026pussycheck,
  title={Pussy Check LoRA for WAN 2.1 Video Generation},
  author={Musebox AI},
  year={2026},
  url={https://huggingface.co/Musebox/pussy-check-lora}
}