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 / project_docs
86.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
KaKa427's picture
KaKa427
docs: add main project training change memo (2026-02-20)
378945a verified 6 months ago
  • CLAUDE.md
    8.14 kB
    Update CLAUDE.md dual-track training 6 months ago
  • CLAUDE_v2_1_snapshot.md
    8.14 kB
    CLAUDE snapshot V2.1 6 months ago
  • framework_design_v1.md
    6.94 kB
    Add sub-project framework design V1 6 months ago
  • framework_design_v2.md
    16.9 kB
    Add sub-project framework design V2: dual-engine + RAG stack + Swarms hook 6 months ago
  • framework_design_v2_1.md
    20 kB
    Add framework design V2.1 final 6 months ago
  • framework_v2_1_revision_checklist.md
    6.17 kB
    Add V2.1 revision checklist 6 months ago
  • log_2026-02-08_project_launch.md
    8.51 kB
    Add project launch log 6 months ago
  • log_2026-02-09_phase1_validation.md
    5.67 kB
    Add phase1 validation log (loss=0.6076) 6 months ago
  • main_training_change_20260220.txt
    1.11 kB
    docs: add main project training change memo (2026-02-20) 6 months ago
  • upload_checklist.md
    5.01 kB
    Add HuggingFace upload checklist 6 months ago