Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

PERFECTTAUNGOO
/
LC14

Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
Model card Files Files and versions
xet
Community

Instructions to use PERFECTTAUNGOO/LC14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use PERFECTTAUNGOO/LC14 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("PERFECTTAUNGOO/LC14")
    
    prompt = "A beautiful Chinese woman in a white wedding dress,standing inside the bright and dreamy marble palace surrounded by light clouds. She is wearing an off-the-shoulder diamond top with a large round skirt satin ball gown,her long hair flowing behind her,her face illuminated under the sunlight,her eyes sparkling with joy as if immersed in dreams,surrounded by towering columns of light that create a magical atmosphere,photographed in the style of photographer James Bidgood.,,<lora:tiankong_20240705221250:0.8>"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
LC14
155 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
PERFECTTAUNGOO's picture
PERFECTTAUNGOO
Add 3 files
ae36b6a verified over 1 year ago
  • images
    Add 3 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • LC14.safetensors
    151 MB
    xet
    Add 3 files over 1 year ago
  • README.md
    4.05 kB
    initial commit over 1 year ago