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

  • Log In
  • Sign Up

armhebb
/
65995e622d50edfb3ead

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

Instructions to use armhebb/65995e622d50edfb3ead with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use armhebb/65995e622d50edfb3ead 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("armhebb/65995e622d50edfb3ead")
    
    prompt = "a phot in the fashion style of <s0>"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
65995e622d50edfb3ead
372 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
armhebb's picture
armhebb
End of training
c0f4366 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.24 kB
    End of training over 2 years ago
  • korean_sample_checkpoint.safetensors
    186 MB
    xet
    End of training over 2 years ago
  • korean_sample_checkpoint_emb.safetensors
    4.24 kB
    xet
    End of training over 2 years ago
  • pytorch_lora_weights.safetensors
    186 MB
    xet
    End of training over 2 years ago