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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Ccadic
/
Anna-ZImage-Turbo-LoRA

Text-to-Image
Diffusers
Safetensors
English
lora
z-image
z-image-turbo
character
photorealistic
comfyui
virtual-actress
identity-lora
woman
actress
comfyui_workflow
template:diffusion-lora
fictional-character
cinematic
ai-toolkit
Model card Files Files and versions
xet
Community

Instructions to use Ccadic/Anna-ZImage-Turbo-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Ccadic/Anna-ZImage-Turbo-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("Ccadic/Anna-ZImage-Turbo-LoRA")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Anna-ZImage-Turbo-LoRA
140 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Ccadic's picture
Ccadic
Update README.md
8442558 verified 2 days ago
  • examples
    Upload 30 files 2 days ago
  • .gitattributes
    3.86 kB
    Upload 30 files 2 days ago
  • ANA_IDENTITY_ZIMAGE_V1.safetensors
    85.1 MB
    xet
    Upload ANA_IDENTITY_ZIMAGE_V1.safetensors 2 days ago
  • README.md
    7.16 kB
    Update README.md 2 days ago
  • anna_z_image_lora_comfyui_workflow.json
    36.6 kB
    Rename anna_z_image_lora.json to anna_z_image_lora_comfyui_workflow.json 2 days ago