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
92.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
BryanW's picture
BryanW
Add files using upload-large-folder tool
47c17e6 verified about 1 month ago
  • Koala-36M-v1
    Add files using upload-large-folder tool about 1 month ago
  • URSA-1.7B
    Add files using upload-large-folder tool about 1 month ago
  • URSA
    Add files using upload-large-folder tool about 1 month ago
  • .gitattributes
    19.6 kB
    Add files using upload-large-folder tool about 1 month ago
  • gpu_run.py
    4.12 kB
    Add files using upload-large-folder tool about 1 month ago
  • hf_upload2.log
    801 kB
    Add files using upload-large-folder tool about 1 month ago