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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

buffy4u
/
qwock

Text-to-Image
Diffusers
flux
lora
fal
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use buffy4u/qwock with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("undefined", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("buffy4u/qwock")
    
    prompt = "qwock"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
qwock
590 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
buffy4u's picture
buffy4u
Add qwock.safetensors
9c10758 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    537 Bytes
    initial commit 7 months ago
  • qwock.safetensors
    590 MB
    xet
    Add qwock.safetensors 7 months ago