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

  • Log In
  • Sign Up

renderartist
/
Technically-Color-Z-Image-Turbo

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

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

  • Libraries
  • Diffusers

    How to use renderartist/Technically-Color-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/Technically-Color-Z-Image-Turbo")
    
    prompt = "t3chnic4lly vibrant 1960s close-up of a woman sitting under a tree in a blue skit and white blouse, she has blonde wavy short hair and a smile with green eyes lake scene by a garden with flowers in the foreground  1960s styl;e film   She's holding her hand out there is a small smooth frog in her palm, she's making eye contact with the toad."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Technically-Color-Z-Image-Turbo
328 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
renderartist's picture
renderartist
Add 16 files
193838d verified 5 months ago
  • images
    Add 16 files 5 months ago
  • .gitattributes
    2.31 kB
    initial commit 5 months ago
  • README.md
    8.88 kB
    initial commit 5 months ago
  • Technically_Color_Z_Image_Turbo_v1_renderartist_2000.safetensors
    255 MB
    xet
    Add 16 files 5 months ago