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

flymy-ai
/
qwen-image-realism-lora

Text-to-Image
Diffusers
English
lora
qwen
qwen-image
realism
realism-lora
Model card Files Files and versions
xet
Community
8

Instructions to use flymy-ai/qwen-image-realism-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use flymy-ai/qwen-image-realism-lora 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", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("flymy-ai/qwen-image-realism-lora")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
qwen-image-realism-lora
107 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 17 commits
KvLove's picture
KvLove
ariG23498's picture
ariG23498 HF Staff
Update README.md (#4)
9b5a595 verified about 1 year ago
  • assets
    Update Realism v1.1 LoRA about 1 year ago
  • .gitattributes
    1.92 kB
    Update Realism v1.1 LoRA about 1 year ago
  • README.md
    6.02 kB
    Update README.md (#4) about 1 year ago
  • flymy_realism.safetensors
    94.4 MB
    xet
    Update Realism v1.1 LoRA about 1 year ago