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

  • Log In
  • Sign Up

HarroweD
/
HarrlogosXL

Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
concept
logo
metal
emo
text
goth
band logo
harrowed
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Diffusers

    How to use HarroweD/HarrlogosXL with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("HarroweD/HarrlogosXL")
    
    prompt = "(HarroweD text logo), neon green, purple, spikey, splattered, dripping, blood, crown, fog, moon, trees"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
HarrlogosXL
229 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
HarroweD's picture
HarroweD
Update README.md
e34b96a verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • 3423003.jpeg
    53.3 kB
    Upload folder using huggingface_hub over 2 years ago
  • 3423021.jpeg
    45.7 kB
    Upload folder using huggingface_hub over 2 years ago
  • 3681921.jpeg
    37.6 kB
    Upload folder using huggingface_hub over 2 years ago
  • 3681922.jpeg
    49.5 kB
    Upload folder using huggingface_hub over 2 years ago
  • 3681923.jpeg
    57.2 kB
    Upload folder using huggingface_hub over 2 years ago
  • Harrlogos_v2.0.safetensors
    228 MB
    xet
    Fix migration issue (#1) over 2 years ago
  • README.md
    4.37 kB
    Update README.md over 2 years ago