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

Notid
/
qwen-edit-2511-mask-extraction

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use Notid/qwen-edit-2511-mask-extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Notid/qwen-edit-2511-mask-extraction with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2511", torch_dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Notid/qwen-edit-2511-mask-extraction")
    
    prompt = "Create a black and white alpha mask for the object with a red outline"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
qwen-edit-2511-mask-extraction
892 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Bryce
updated readme.
c44b6b1 4 months ago
  • images
    Add 4 files 5 months ago
  • sample_workflows
    updated readme. 4 months ago
  • v1
    Adds better v2 version 4 months ago
  • v2
    Adds better v2 version 4 months ago
  • .gitattributes
    2.31 kB
    initial commit 5 months ago
  • README.md
    1.88 kB
    updated readme. 4 months ago
  • ai-toolkit-train-config.yaml
    3.42 kB
    training config 5 months ago