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

  • Log In
  • Sign Up

Jason4Cheese
/
quantum_chat_bot

Translation
Diffusers
English
biology
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use Jason4Cheese/quantum_chat_bot with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Jason4Cheese/quantum_chat_bot", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "My name is Wolfgang and I live in Berlin"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
quantum_chat_bot
9.94 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Jason4Cheese's picture
Jason4Cheese
Update README.md
f4a015c verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    226 Bytes
    Update README.md 7 months ago
  • app.py
    5.44 kB
    Update app.py 7 months ago
  • readme.md
    2.65 kB
    Create readme.md 7 months ago
  • requirements.txt
    88 Bytes
    Create requirements.txt 7 months ago
  • synchronicities.json
    20 Bytes
    Create synchronicities.json 7 months ago