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

aufjsufjaujda3
/
DADA2SADAA

Image-to-Image
Diffusers
Safetensors
FluxKontextPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use aufjsufjaujda3/DADA2SADAA 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("aufjsufjaujda3/DADA2SADAA", dtype=torch.bfloat16, device_map="cuda")
    
    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
DADA2SADAA
35.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
aufjsufjaujda3's picture
aufjsufjaujda3
Upload 2 files
30d2cb4 verified 7 months ago
  • .cache
    Upload 36 files 10 months ago
  • scheduler
    Upload 36 files 10 months ago
  • text_encoder
    Upload 36 files 10 months ago
  • text_encoder_2
    Upload 36 files 10 months ago
  • tokenizer
    Upload 36 files 10 months ago
  • tokenizer_2
    Upload 36 files 10 months ago
  • transformer
    Upload 5 files 10 months ago
  • vae
    Upload 36 files 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • collage_qwen-edit_lora_V1.safetensors
    1.18 GB
    xet
    Upload 2 files 7 months ago
  • face_swap_5500_qwen_image_edit_2509_v1.safetensors
    590 MB
    xet
    Upload 2 files 7 months ago
  • model_index.json
    688 Bytes
    Upload model_index.json 10 months ago