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

  • Log In
  • Sign Up

BryanW
/
43.wm

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use BryanW/43.wm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use BryanW/43.wm with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("BryanW/43.wm", 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
43.wm / URSA /diffnext /models /__pycache__
48.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
BryanW's picture
BryanW
Add files using upload-large-folder tool
33da3d2 verified about 2 months ago
  • __init__.cpython-312.pyc
    191 Bytes
    Add files using upload-large-folder tool about 2 months ago
  • embeddings.cpython-312.pyc
    38.2 kB
    Add files using upload-large-folder tool about 2 months ago
  • flash_attention.cpython-312.pyc
    4.93 kB
    Add files using upload-large-folder tool about 2 months ago
  • flex_attention.cpython-312.pyc
    5.45 kB
    Add files using upload-large-folder tool about 2 months ago