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

  • Log In
  • Sign Up

takuoko
/
IP-Adapter-test

Diffusers
IPAdapterPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use takuoko/IP-Adapter-test with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("takuoko/IP-Adapter-test", 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
IP-Adapter-test
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
takuoko's picture
takuoko
Update model_index.json
035e4b3 over 2 years ago
  • image_encoder
    Upload pytorch_model.bin over 2 years ago
  • image_processor
    add test over 2 years ago
  • image_projection
    Rename image_projection/pytorch_model.bin to image_projection/diffusion_pytorch_model.bin over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    192 Bytes
    Update README.md over 2 years ago
  • ip-adapter_sd15.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    44.6 MB
    xet
    Upload ip-adapter_sd15.bin over 2 years ago
  • model_index.json
    336 Bytes
    Update model_index.json over 2 years ago