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

  • Log In
  • Sign Up

boudchicha
/
soluzione

Text Generation
Diffusers
English
French
medical
chemistry
biology
conversational
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use boudchicha/soluzione with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("boudchicha/soluzione", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Hi, what can you help me with?"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
soluzione
1.68 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
boudchicha's picture
boudchicha
Update README.md
86af30f about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    207 Bytes
    Update README.md about 3 years ago