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

  • Log In
  • Sign Up

open1986
/
017

Diffusers
Safetensors
SAPIPhotoGenPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use open1986/017 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/017", 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
017
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
open1986's picture
open1986
v001
3d86dde verified 8 months ago
  • scheduler
    v001 8 months ago
  • text_encoder
    v001 8 months ago
  • text_encoder_2
    v001 8 months ago
  • tokenizer
    v001 8 months ago
  • tokenizer_2
    v001 8 months ago
  • transformer
    v001 8 months ago
  • vae
    v001 8 months ago
  • .DS_Store
    8.2 kB
    v001 8 months ago
  • .gitattributes
    2.18 kB
    v001 8 months ago
  • model_index.json
    679 Bytes
    v001 8 months ago
  • sapi_photogen_x.ben
    23.8 GB
    xet
    v001 8 months ago
  • sapi_photogen_y.ben
    335 MB
    xet
    v001 8 months ago