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

  • Log In
  • Sign Up

renderartist
/
Saturday-Morning-Z-Image-Turbo

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

Instructions to use renderartist/Saturday-Morning-Z-Image-Turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use renderartist/Saturday-Morning-Z-Image-Turbo 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("renderartist/Saturday-Morning-Z-Image-Turbo")
    
    prompt = "saturd4ym0rning This is a digital cartoon drawing of a classic vampire character. The vampire has exaggerated features with large, round yellow eyes and small fangs protruding from his mouth. His skin is a pale pink, and he has a black, curly hairstyle. He is wearing a dark gray suit with a white shirt and a red tie. Over his shoulders, he has a red cape. The vampire's arms are outstretched to his sides, and his hands are open, giving an impression of being welcoming or perhaps in a dramatic pose."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Saturday-Morning-Z-Image-Turbo
196 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
renderartist's picture
renderartist
Update README.md
4d23d61 verified 5 months ago
  • images
    Add 22 files 5 months ago
  • .gitattributes
    2.31 kB
    initial commit 5 months ago
  • README.md
    10.7 kB
    Update README.md 5 months ago
  • Saturday_Morning_Z_Image_Turbo_v1_renderartist_1250.safetensors
    74.5 MB
    xet
    Add 22 files 5 months ago
  • Saturday_Morning_Z_Image_Turbo_v1_renderartist_1500.safetensors
    74.5 MB
    xet
    Add 22 files 5 months ago