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

furaidosu
/
dott-4k-v2-qwen-image-2512-ckpt10

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

Instructions to use furaidosu/dott-4k-v2-qwen-image-2512-ckpt10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use furaidosu/dott-4k-v2-qwen-image-2512-ckpt10 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-2512", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("furaidosu/dott-4k-v2-qwen-image-2512-ckpt10")
    
    prompt = "a cozy, rustic interior with a sloped wooden ceiling and exposed beams, the floor is made of red brick tiles, and the walls are rough stone, on the left, a stone sink with a metal faucet sits beneath a stack of wooden planks leaning against the wall, a small window lets in soft daylight, illuminating part of the room, hanging on the wall near the window are two metal pots and a wooden cabinet that appears to be floating or tilted, below the window, a white towel hangs from a wooden rack, a large wooden barrel stands beside a tall cabinet with glass doors, displaying a green vase and some wooden sticks, in front of the cabinet is a simple wooden bench, to the right, an arched door with a round window is slightly ajar, and next to it is a rectangular door with a brass doorknob, above the doors, two hats hang on the wall, in the foreground, shadows suggest the presence of a person wearing a wide-brimmed hat, partially obscuring the view, the atmosphere feels warm and lived-in, with a hint of mystery"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
dott-4k-v2-qwen-image-2512-ckpt10
237 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Choquinlabs
Add 2 files
9b27fcf verified 7 months ago
  • images
    Add 2 files 7 months ago
  • .gitattributes
    2.31 kB
    initial commit 7 months ago
  • README.md
    1.53 kB
    initial commit 7 months ago
  • dott-4k-v2-qwen-image-2512_10.safetensors
    236 MB
    xet
    Add 2 files 7 months ago