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

  • Log In
  • Sign Up

thorjank
/
luca-voss

Text-to-Image
Diffusers
lora
z-image-turbo
zimage
character
male
photorealistic
Model card Files Files and versions
xet
Community

Instructions to use thorjank/luca-voss with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use thorjank/luca-voss with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("thorjank/luca-voss")
    
    prompt = "[luca-voss]"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
luca-voss
171 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
thorjank's picture
thorjank
Upload 4 files
e8517b9 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    3.09 kB
    Update README.md 3 months ago
  • config.yaml
    6.63 kB
    Upload 4 files 3 months ago
  • log.txt
    1.16 MB
    Upload 4 files 3 months ago
  • luca-voss.safetensors
    170 MB
    xet
    Upload 4 files 3 months ago
  • pid.txt
    4 Bytes
    Upload 4 files 3 months ago