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

  • Log In
  • Sign Up

InstantX
/
FLUX.1-dev-IP-Adapter

Text-to-Image
Diffusers
English
Text-to-Image
IP-Adapter
Flux.1-dev
image-generation
Stable Diffusion
Model card Files Files and versions
xet
Community
16

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

  • Libraries
  • Diffusers

    How to use InstantX/FLUX.1-dev-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("InstantX/FLUX.1-dev-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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Install & run this model easily using llmpm

#16 opened about 2 months ago by
sarthak-saxena

'InstantXFluxIPAdapterModel' object has no attribute 'get_image_embeds'

#15 opened about 1 year ago by
TMK1

No Negative Prompt?

#14 opened about 1 year ago by
AeroDEmi

training code for ip-adapter with Flux.1-dev?

1
#13 opened about 1 year ago by
mxymxymxy

Prompt outputs failed validation IPAdapterFluxLoader: - Required input is missing: ipadapter

3
#12 opened about 1 year ago by
yekai001

Is there an ETA for integrated into diffusers?

👍 1
#11 opened over 1 year ago by
kk3dmax

If and let this iPadapter only play the role of maintaining the IP role image, does this require a new model?

1
#10 opened over 1 year ago by
ss996

about training time

#9 opened over 1 year ago by
LiuZL

Whether to provide the code to train the adapter

4
#7 opened over 1 year ago by
liu00

Whether this adapter can be used in FluxControlNetPipeline and flux-schnnel version?

2
#6 opened over 1 year ago by
liu00

safetensors?

4
#5 opened over 1 year ago by
nolascoin
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs