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

  • Log In
  • Sign Up

PERFECTTAUNGOO
/
Pftuddp02

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

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

  • Libraries
  • Diffusers

    How to use PERFECTTAUNGOO/Pftuddp02 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/Pftuddp02")
    
    prompt = "cinematic photo 1girl,black hair,dragon,eastern dragon,chinese clothes,dress,flower,wide sleeves,long sleeves,hair bun,<lora:龙脉相传(影楼特别版)限时一周下载_V2.0:0.8>,absurdres,sunlight,(white long upper shan:1.3),masterpiece,best quality, . 35mm photograph, film, bokeh, professional, 4k, highly detailed"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Pftuddp02
152 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
PERFECTTAUNGOO's picture
PERFECTTAUNGOO
Add 3 files
6b7f69f verified over 1 year ago
  • images
    Add 3 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • Pftuddp02.safetensors
    151 MB
    xet
    Add 3 files over 1 year ago
  • README.md
    1.47 kB
    initial commit over 1 year ago