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

kongbai-84
/
soultide_lora

Text-to-Image
Diffusers
lora
soul-tide
illustrious
Model card Files Files and versions
xet
Community

Instructions to use kongbai-84/soultide_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use kongbai-84/soultide_lora with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("illustrious", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("kongbai-84/soultide_lora")
    
    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
soultide_lora
55.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 137 commits
kongbai-84's picture
kongbai-84
Upload 整合.pyw
282fb5f verified about 1 month ago
  • illustrious
    Delete illustrious/灵魂潮汐1/人偶/九华XL.json 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    4.33 kB
    Update README.md 3 months ago
  • 提示词.html
    65.3 kB
    Upload 提示词.html with huggingface_hub 3 months ago
  • 提示词.json
    167 kB
    Update 提示词.json 3 months ago
  • 整合.pyw
    120 kB
    Upload 整合.pyw about 1 month ago