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

  • Log In
  • Sign Up

h94
/
IP-Adapter

Text-to-Image
Diffusers
Safetensors
English
stable-diffusion
Model card Files Files and versions
xet
Community
56

Instructions to use h94/IP-Adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use h94/IP-Adapter with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("h94/IP-Adapter", 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
  • Local Apps
  • Draw Things
  • DiffusionBee
IP-Adapter / models
5.91 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 11 commits
h94's picture
h94
Upload ip-adapter_sd15_light_v11.bin
018e402 verified about 2 years ago
  • image_encoder
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • ip-adapter-full-face_sd15.bin
    43.6 MB
    xet
    Add an updated version of IP-Adapter-Face over 2 years ago
  • ip-adapter-full-face_sd15.safetensors
    43.6 MB
    xet
    Add an updated version of IP-Adapter-Face over 2 years ago
  • ip-adapter-plus-face_sd15.bin
    98.2 MB
    xet
    add ip-adapter for face over 2 years ago
  • ip-adapter-plus-face_sd15.safetensors
    98.2 MB
    xet
    support safetensors over 2 years ago
  • ip-adapter-plus_sd15.bin
    158 MB
    xet
    add ip-adapter-plus over 2 years ago
  • ip-adapter-plus_sd15.safetensors
    98.2 MB
    xet
    support safetensors over 2 years ago
  • ip-adapter_sd15.bin
    44.6 MB
    xet
    add models over 2 years ago
  • ip-adapter_sd15.safetensors
    44.6 MB
    xet
    support safetensors over 2 years ago
  • ip-adapter_sd15_light.bin
    44.6 MB
    xet
    add the light version of ip-adapter (more compatible with text even scale=1.0) over 2 years ago
  • ip-adapter_sd15_light.safetensors
    44.6 MB
    xet
    support safetensors over 2 years ago
  • ip-adapter_sd15_light_v11.bin
    44.6 MB
    xet
    Upload ip-adapter_sd15_light_v11.bin about 2 years ago
  • ip-adapter_sd15_vit-G.bin
    46.2 MB
    xet
    add ip-adapter_sd15_vit-G over 2 years ago
  • ip-adapter_sd15_vit-G.safetensors
    46.2 MB
    xet
    add ip-adapter_sd15_vit-G over 2 years ago