Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

TheRaf7
/
instagirl-v2

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use TheRaf7/instagirl-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use TheRaf7/instagirl-v2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("DFloat11/Wan2.1-T2V-14B-Diffusers-DF11", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("TheRaf7/instagirl-v2")
    
    prompt = "Instagirl, l3n0v0, no makeup, petite body, standing hip-sway pose with one hand tucked behind back, eye-level medium-full framing, young white-phillipino woman, long straight chest-length brown hair, oval face, matte skin with a few small moles and freckles wearing tight black cropped T-shirt and black tight biker shorts, thin gold necklace, neutral living room with cream sofa, beige pillows, half-circle dark wall panel and curtains, warm indoor lamp light, casual evening vibe, amateur cellphone quality, subtle motion blur present visible sensor noise, artificial over-sharpening, heavy HDR glow, amateur photo, blown-out highlights, crushed shadows"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
instagirl-v2
617 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
TheRaf7's picture
TheRaf7
Add 6 files
50a3438 verified 9 months ago
  • images
    Add 6 files 9 months ago
  • .gitattributes
    2.31 kB
    initial commit 9 months ago
  • Instagirlv2.0_hinoise.safetensors
    307 MB
    xet
    Add 6 files 9 months ago
  • Instagirlv2.0_lownoise.safetensors
    307 MB
    xet
    Add 6 files 9 months ago
  • README.md
    1.86 kB
    initial commit 9 months ago