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

KaKa427
/
luodian-vertical-model

Text-to-Image
Diffusers
Safetensors
Chinese
sdxl
lora
craft-design
mother-of-pearl
Model card Files Files and versions
xet
Community

Instructions to use KaKa427/luodian-vertical-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use KaKa427/luodian-vertical-model with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("KaKa427/luodian-vertical-model")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
luodian-vertical-model
20.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
KaKa427's picture
KaKa427
docs: add HF metadata header to model card
b6639ee verified 6 months ago
  • checkpoints
    Add missing file: checkpoints/phase1_validation/checkpoint_readme.md 7 months ago
  • project_docs
    docs: add main project training change memo (2026-02-20) 6 months ago
  • training_guides
    Add missing file: training_guides/phase1_deployment_report.md 7 months ago
  • training_logs
    Upload training_logs/phase1_trainer_state.json with huggingface_hub 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.62 kB
    docs: add HF metadata header to model card 6 months ago