Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

HankMoody1980
/
NickyFerrari

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

Instructions to use HankMoody1980/NickyFerrari with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use HankMoody1980/NickyFerrari with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("HankMoody1980/NickyFerrari")
    
    prompt = "La mejor calidad, 4k, 8k, Altas Resoluciones, Obra maestra:1.2, Ultra detallado, realista:1.37, (Cinematographer, cuerpo completo), (Hermosa cara detallada, hermosos ojos detallados, hermosos labios detallados), (Modelo Latina, Milf), (Glamuroso, seductor), (posando en un estudio con luz de estudio), (colores vibrantes, alto contraste), (Soft natural lighting), (Sensual, seductor), (Vestimenta provocativa), (Cabello largo y suelto), (Piel impecable), (photo studio shoot), (mirada caliente), (Postura sexual), (Maquillaje llamativo), (Joyas exquisitas), (Accesorios elegantes), (intense expression), (Belleza cautivadora), (Meticulous Attention to Detail), (Professional Photography), (Striking Composition), (encanto femenino), (Figura de reloj de arena), (Perfectly manicured nails), (Pose erotica), (ojos expresivos), (Curvas deseables), (Ambiente estudio neutro con fondo rosa), (Shadows Dramatic), (Sculpted features), (tez radiante), (Presencia inolvidable), (enigmatic aura), (Sonrisa deslumbrante), (Estilo sofisticado), (fondo neutral limpio), (Confianza sin remordimientos), (Encanto cautivador), (stunning images), (artistic rendition), (Foto de glamour), (attention-grabbing), (Impacto inolvidable), (Hypnotic magnetism), (Belleza poco convencional), (Elegancia atemporal), (Glamour inolvidable), (Vestuario stripper), (estiletto shoes:1), (Carisma irresistible), (Expresiones provocativas), (Sensual appeal), (Fascinating composition), (Retrato inolvidable), (poses sugestivas), (posando sexualmente), (pose erotica), (cuerpo completo:1)."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
NickyFerrari
81 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
HankMoody1980's picture
HankMoody1980
Upload NickyFerrari.ckpt
623ad9e over 2 years ago
  • images
    Add 8 files over 2 years ago
  • .gitattributes
    2.31 kB
    initial commit over 2 years ago
  • NickyFerrari.ckpt
    37.9 MB
    xet
    Upload NickyFerrari.ckpt over 2 years ago
  • NickyFerrari.safetensors
    37.9 MB
    xet
    Add 8 files over 2 years ago
  • README.md
    12.7 kB
    initial commit over 2 years ago