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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

opendiffusionai
/
sd15vae-texttuned

Diffusers
Safetensors
English
Model card Files Files and versions
xet
Community

Instructions to use opendiffusionai/sd15vae-texttuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use opendiffusionai/sd15vae-texttuned with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("opendiffusionai/sd15vae-texttuned", torch_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
sd15vae-texttuned
335 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
ppbrown's picture
ppbrown
Update README.md
ff179e3 verified 5 days ago
  • .gitattributes
    1.65 kB
    Upload folder using huggingface_hub 5 days ago
  • README.md
    1.65 kB
    Update README.md 5 days ago
  • bookimg_16.step_069000.webp
    108 kB
    xet
    Upload folder using huggingface_hub 6 days ago
  • bookimg_16.step_093000.webp
    104 kB
    xet
    Upload folder using huggingface_hub 5 days ago
  • config.json
    818 Bytes
    Upload folder using huggingface_hub 6 days ago
  • diffusion_pytorch_model.safetensors
    335 MB
    xet
    Upload folder using huggingface_hub 5 days ago
  • vae_sample_14pt.webp
    66.8 kB
    Upload folder using huggingface_hub 5 days ago