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

  • Log In
  • Sign Up

FoxBaze
/
Try_On_Qwen_Edit_Lora_Alpha

Image-to-Image
Diffusers
qwen
qwen-edit
qwen-edit-lora
try-on
lora
Model card Files Files and versions
xet
Community
2

Instructions to use FoxBaze/Try_On_Qwen_Edit_Lora_Alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use FoxBaze/Try_On_Qwen_Edit_Lora_Alpha with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-Edit", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("FoxBaze/Try_On_Qwen_Edit_Lora_Alpha")
    
    prompt = "Turn this cat into a dog"
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
    
    image = pipe(image=input_image, prompt=prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
Try_On_Qwen_Edit_Lora_Alpha
597 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
orabazes's picture
orabazes
linoyts's picture
linoyts HF Staff
add tags for better discoverability and usability (#2)
9ddcc92 verified 6 months ago
  • .gitattributes
    1.67 kB
    Upload 4 files 9 months ago
  • README.md
    2.7 kB
    add tags for better discoverability and usability (#2) 6 months ago
  • TryOn-Alpha-Workflow.json
    28.5 kB
    Upload 4 files 9 months ago
  • Try_On_Qwen_Edit_Lora.safetensors
    590 MB
    xet
    Upload Try_On_Qwen_Edit_Lora.safetensors 9 months ago
  • example_1.png
    2.2 MB
    xet
    Upload 4 files 9 months ago
  • example_2.png
    2.92 MB
    xet
    Upload 4 files 9 months ago
  • example_3.png
    2.28 MB
    xet
    Upload 4 files 9 months ago