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-v4-qwen-image-2512_10

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

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

  • Libraries
  • Diffusers

    How to use furaidosu/dott-4k-v4-qwen-image-2512_10 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-v4-qwen-image-2512_10")
    
    prompt = "A small-town street in Los Quirquinchos, Santa Fe, Argentina, shown with wide rippling dirt roads stretching in curved diagonals. Low single-story houses line both sides, their simple facades bending outward with elongated windows and shallow doorframes. Large leafy trees rise in exaggerated arcs along the sidewalks, casting stretched shadows across the uneven ground. Wooden and concrete utility poles lean at impossible angles, with cables twisting overhead in looping curves. Two clear routes appear: the main street running forward in a sweeping distorted line, and a secondary side street branching off to the left between bowed fences and low garden walls. Shallow drainage ditches follow the edges of the road, their contours bending softly. A parked old pickup truck sits at a tilted angle near a corner, its metal surface subtly warped. Street signs and small front yards distort toward an upward-curving horizon, giving the quiet rural town a spacious yet impossibly curved appearance."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
dott-4k-v4-qwen-image-2512_10
237 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Choquinlabs
Update README.md
0ad3081 verified 7 months ago
  • images
    Upload 001.webp 7 months ago
  • .gitattributes
    2.31 kB
    initial commit 7 months ago
  • README.md
    2.68 kB
    Update README.md 7 months ago
  • dott-4k-v4-qwen-image-2512_10.safetensors
    236 MB
    xet
    Add 2 files 7 months ago