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

renderartist
/
technically-color-qwen

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

Instructions to use renderartist/technically-color-qwen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use renderartist/technically-color-qwen 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("renderartist/technically-color-qwen")
    
    prompt = "t3chnic4lly 1960s teenage man, face closeup on his face professionally shot cinematic still, you can see the man's eyes and his teeth, the neck and the collar of the shirt. He's kneeling beside a fluffy husky dog near a pond, a large oak tree and a big rock in the ground. "
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
technically-color-qwen
664 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
renderartist's picture
renderartist
Add 12 files
3dfdbc0 verified 10 months ago
  • images
    Add 12 files 10 months ago
  • .gitattributes
    2.31 kB
    initial commit 10 months ago
  • README.md
    8.99 kB
    initial commit 10 months ago
  • Technically_Color_Qwen_v1_renderartist.safetensors
    590 MB
    xet
    Add 12 files 10 months ago