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

  • Log In
  • Sign Up

glif
/
Gesture-Draw

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

Instructions to use glif/Gesture-Draw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use glif/Gesture-Draw 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("glif/Gesture-Draw")
    
    prompt = "gstdrw style, figure mid dance, A dynamic gesture drawing featuring a figure mid-dance, rendered with confident yet delicate lines in fine charcoal on lightly textured, warm-gray paper. The strokes capture the fluid movement and expressive energy of the dancer, focusing on the essential gesture without becoming overly detailed. Subtle, soft smudges in the background suggest depth and atmosphere, allowing the figure to remain the focal point. The medium and paper's qualities complement the spontaneous, gestural nature of the subject."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Gesture-Draw
457 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
alvdansen's picture
alvdansen
Add 7 files
a35e38a verified over 1 year ago
  • images
    Add 7 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • Gesture_Draw_v1.safetensors
    451 MB
    xet
    Add 7 files over 1 year ago
  • README.md
    5.05 kB
    initial commit over 1 year ago