Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

renderartist
/
technically-color-wan

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

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

  • Libraries
  • Diffusers

    How to use renderartist/technically-color-wan with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.2-T2V-A14B", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("renderartist/technically-color-wan")
    
    prompt = "A woman, appearing to be in her late 20s to early 30s, fair-skinned, with vibrant auburn hair styled in a vintage updo, gazes directly towards the viewer with captivating blue eyes, and full, red lips. She wears a blue dress with white polka dots and a contrasting light blue collar. A gold necklace adorns her neck, and matching gold earrings sparkle. Her right hand delicately holds the necklace. A sheep stands in the background to the left, and a stone wall forms a backdrop. The sky, partially visible, is a bright blue dotted with fluffy white clouds, enhancing the pastoral scene. The lighting is soft and natural, casting subtle shadows on her face and highlighting the textures of her dress and the rough stone wall. The overall mood is serene and idyllic, evoking a sense of calm and classic beauty, reminiscent of a portrait from the mid-20th century, with a slight vintage aesthetic."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
technically-color-wan
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
renderartist's picture
renderartist
Add 6 files
cdcbb97 verified 6 months ago
  • images
    Add 6 files 6 months ago
  • .gitattributes
    2.31 kB
    initial commit 6 months ago
  • README.md
    4.15 kB
    initial commit 6 months ago
  • Technically_Color_WAN_2_2_T2V_v1_000003750_high_noise.safetensors
    614 MB
    xet
    Add 6 files 6 months ago
  • Technically_Color_WAN_2_2_T2V_v1_000003750_low_noise.safetensors
    614 MB
    xet
    Add 6 files 6 months ago