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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

talikbayev
/
sd_1_5_lora_26_images_white

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

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

  • Libraries
  • Diffusers

    How to use talikbayev/sd_1_5_lora_26_images_white with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stable-diffusion-v1-5/stable-diffusion-v1-5", torch_dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("talikbayev/sd_1_5_lora_26_images_white")
    
    prompt = "an image of _apusher_"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
sd_1_5_lora_26_images_white
73.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
talikbayev's picture
talikbayev
End of training
01a7fc8 verified almost 2 years ago
  • checkpoint-100
    End of training almost 2 years ago
  • checkpoint-1000
    End of training almost 2 years ago
  • checkpoint-1500
    End of training almost 2 years ago
  • checkpoint-200
    End of training almost 2 years ago
  • checkpoint-300
    End of training almost 2 years ago
  • checkpoint-400
    End of training almost 2 years ago
  • checkpoint-500
    End of training almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.4 kB
    End of training almost 2 years ago
  • image_0.png
    343 kB
    End of training almost 2 years ago
  • image_1.png
    360 kB
    End of training almost 2 years ago
  • image_2.png
    359 kB
    End of training almost 2 years ago
  • image_3.png
    376 kB
    End of training almost 2 years ago
  • pytorch_lora_weights.safetensors
    3.23 MB
    xet
    End of training almost 2 years ago