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

DownFlow
/
Z-Image-Turbo-Fuli-LoRA

Text-to-Image
PEFT
Safetensors
Diffusers
Chinese
English
lora
anime
art-style
z-image
fuliji
Model card Files Files and versions
xet
Community

Instructions to use DownFlow/Z-Image-Turbo-Fuli-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use DownFlow/Z-Image-Turbo-Fuli-LoRA with PEFT:

    Task type is invalid.
  • Diffusers

    How to use DownFlow/Z-Image-Turbo-Fuli-LoRA 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("DownFlow/Z-Image-Turbo-Fuli-LoRA")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
Z-Image-Turbo-Fuli-LoRA
284 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
GCStream's picture
GCStream
docs: update model card — 5000-step run, scale=3.0 recommendation
b1216f2 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    6.5 kB
    docs: update model card — 5000-step run, scale=3.0 recommendation about 2 months ago
  • adapter_config.json
    1.15 kB
    fix: set task_type to FEATURE_EXTRACTION (was null) about 2 months ago
  • adapter_model.safetensors
    284 MB
    xet
    Upload Z-Image-Turbo Fuliji LoRA adapter (rank=32, 3000 steps, 8 artists) about 2 months ago