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

a3xrfgb
/
Van_gogh_Qwen_2512

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

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

  • Libraries
  • Diffusers

    How to use a3xrfgb/Van_gogh_Qwen_2512 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("a3xrfgb/Van_gogh_Qwen_2512")
    
    prompt = "van gogh painting style"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Van_gogh_Qwen_2512
526 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
a3xrfgb's picture
a3xrfgb
Update README.md
a322769 verified about 2 months ago
  • vanGogh
    Upload 24 files about 2 months ago
  • .gitattributes
    3.1 kB
    Upload 24 files about 2 months ago
  • README.md
    1.92 kB
    Update README.md about 2 months ago
  • vangogh_qwen2512-v1.safetensors
    295 MB
    xet
    Upload vangogh_qwen2512-v1.safetensors 3 months ago