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

RustyDanger
/
Weapon_Intel

Question Answering
Diffusers
Explosives, Weapons, Armory, Intelligence, AI, Smart.
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use RustyDanger/Weapon_Intel with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("RustyDanger/Weapon_Intel", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Where do I live?"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
Weapon_Intel
1.72 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
RustyDanger's picture
RustyDanger
Update README.md
b2d2dd3 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    201 Bytes
    Update README.md almost 2 years ago