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

  • Log In
  • Sign Up

open1986
/
040

Diffusers
Safetensors
SapiensImageGenPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use open1986/040 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("open1986/040", 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
040 / transformer
3.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
open1986's picture
open1986
v001
3f62f9e verified 8 months ago
  • config.json
    679 Bytes
    v001 8 months ago
  • diffusion_pytorch_model.ben
    3.21 GB
    xet
    v001 8 months ago