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

DDDDD-433
/
glowsticker-tiny-sd-lora

Text-to-Image
Diffusers
TensorBoard
lora
stable-diffusion
synthetic-data
glowsticker
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use DDDDD-433/glowsticker-tiny-sd-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use DDDDD-433/glowsticker-tiny-sd-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("segmind/tiny-sd", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("DDDDD-433/glowsticker-tiny-sd-lora")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
glowsticker-tiny-sd-lora
5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
DDDDD-433's picture
DDDDD-433
Add GlowSticker Tiny SD LoRA
bb2b3b9 verified 28 days ago
  • logs
    Add GlowSticker Tiny SD LoRA 28 days ago
  • scripts
    Disable fp16 for GlowSticker retry 28 days ago
  • .gitattributes
    1.57 kB
    Add GlowSticker Tiny SD LoRA 28 days ago
  • README.md
    1.69 kB
    Add GlowSticker Tiny SD LoRA 28 days ago
  • pytorch_lora_weights.safetensors
    3.47 MB
    xet
    Add GlowSticker Tiny SD LoRA 28 days ago
  • sample_1.png
    97.3 kB
    Add GlowSticker Tiny SD LoRA 28 days ago
  • sample_2.png
    99.2 kB
    Add GlowSticker Tiny SD LoRA 28 days ago
  • training_grid.png
    227 kB
    xet
    Add GlowSticker Tiny SD LoRA 28 days ago