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

Jiang-01-dexiang
/
sk-01

Feature Extraction
Adapters
Diffusers
Afar
text-to-image
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use Jiang-01-dexiang/sk-01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Adapters

    How to use Jiang-01-dexiang/sk-01 with Adapters:

    from adapters import AutoAdapterModel
    
    model = AutoAdapterModel.from_pretrained("undefined")
    model.load_adapter("Jiang-01-dexiang/sk-01", set_active=True)
  • Diffusers

    How to use Jiang-01-dexiang/sk-01 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("Jiang-01-dexiang/sk-01")
    
    prompt = "狼头"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
sk-01
121 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Jiang-01-dexiang's picture
Jiang-01-dexiang
更新md
38ff24b verified 6 months ago
  • images
    Add 2 files 6 months ago
  • .gitattributes
    2.31 kB
    initial commit 6 months ago
  • README.md
    651 Bytes
    更新md 6 months ago
  • application-dev.yaml
    650 Bytes
    Add 2 files 6 months ago