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

hodgy
/
kathimodel

Text-to-Image
Diffusers
lora
z-image-turbo
krea-2
comfyui
portrait
identity
Model card Files Files and versions
xet
Community

Instructions to use hodgy/kathimodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use hodgy/kathimodel 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("hodgy/kathimodel")
    
    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
kathimodel
321 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
hodgy's picture
hodgy
Add 1200-step Krea 2 ComfyUI LoRA
394e500 verified 3 days ago
  • krea2
    Add 1200-step Krea 2 ComfyUI LoRA 3 days ago
  • .gitattributes
    1.65 kB
    Add 500-step Krea 2 LoRA 3 days ago
  • README.md
    6.37 kB
    Add 1200-step Krea 2 ComfyUI LoRA 3 days ago
  • kathimodel_z_image_turbo_closeup_step_1500.safetensors
    85.1 MB
    xet
    Add 1500-step Z-Image Turbo LoRA 3 days ago
  • kathimodel_z_image_turbo_closeup_step_1500_config.json
    195 Bytes
    Add 1500-step Z-Image Turbo LoRA 3 days ago
  • sample.png
    865 kB
    xet
    Add model card and generated sample 3 days ago