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

dyllanesl
/
ASL_Diffusion_Model

Diffusers
Safetensors
DDPMPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use dyllanesl/ASL_Diffusion_Model with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("dyllanesl/ASL_Diffusion_Model", 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
ASL_Diffusion_Model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 83 commits
dyllanesl's picture
dyllanesl
Update config.json
aebbfcc verified almost 2 years ago
  • .gitattributes
    72 Bytes
    Upload diffusion_pytorch_model.safetensors with huggingface_hub almost 2 years ago
  • class_emb.pth

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    1.64 kB
    Upload class_emb.pth with huggingface_hub almost 2 years ago
  • config.json
    592 Bytes
    Update config.json almost 2 years ago
  • diffusion_pytorch_model.safetensors
    143 MB
    xet
    Upload diffusion_pytorch_model.safetensors with huggingface_hub almost 2 years ago
  • model_index.json
    222 Bytes
    Update model_index.json almost 2 years ago
  • scheduler_config.json
    282 Bytes
    Update scheduler_config.json almost 2 years ago