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 / checkpoints /phase1_validation
20.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
KaKa427's picture
KaKa427
Add missing file: checkpoints/phase1_validation/checkpoint_readme.md
cbeee39 verified 7 months ago
  • adapter_config.json
    1.03 kB
    Upload checkpoints/phase1_validation/adapter_config.json with huggingface_hub 7 months ago
  • adapter_model.safetensors
    20 MB
    xet
    Upload checkpoints/phase1_validation/adapter_model.safetensors with huggingface_hub 7 months ago
  • added_tokens.json
    45 Bytes
    Add missing file: checkpoints/phase1_validation/added_tokens.json 7 months ago
  • chat_template.json
    704 Bytes
    Add missing file: checkpoints/phase1_validation/chat_template.json 7 months ago
  • checkpoint_readme.md
    5.22 kB
    Add missing file: checkpoints/phase1_validation/checkpoint_readme.md 7 months ago
  • preprocessor_config.json
    533 Bytes
    Upload checkpoints/phase1_validation/preprocessor_config.json with huggingface_hub 7 months ago
  • special_tokens_map.json
    582 Bytes
    Upload checkpoints/phase1_validation/special_tokens_map.json with huggingface_hub 7 months ago
  • tokenizer.model
    500 kB
    xet
    Upload checkpoints/phase1_validation/tokenizer.model with huggingface_hub 7 months ago
  • tokenizer_config.json
    1.56 kB
    Upload checkpoints/phase1_validation/tokenizer_config.json with huggingface_hub 7 months ago