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

xarthurx
/
office-dbModel-v0-4

Diffusers
TensorBoard
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use xarthurx/office-dbModel-v0-4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use xarthurx/office-dbModel-v0-4 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("xarthurx/office-dbModel-v0-4", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
office-dbModel-v0-4
27.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
xarthurx's picture
xarthurx
439680b38c09e35222547d9b63d9110abdc05c121e60b616c066dbef46e78b2a
a9c149f about 3 years ago
  • checkpoint-2600
    e1b8e4635c2c688bf8dffbb14077e303bc5803b88f3d22c872b0a3901ae05036 about 3 years ago
  • checkpoint-2800
    2c28e6714e15877fbbb256da4c0f7dc766e4cc0ad104c96a7439711f1b69b9a0 about 3 years ago
  • checkpoint-3000
    4b3bde7574a7279674614d261549688889610267b06b59740e9bb0a2d507bc10 about 3 years ago
  • checkpoint-3200
    439680b38c09e35222547d9b63d9110abdc05c121e60b616c066dbef46e78b2a about 3 years ago
  • logs
    439680b38c09e35222547d9b63d9110abdc05c121e60b616c066dbef46e78b2a about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago