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

  • Log In
  • Sign Up

ayushofficeworkHuggingFace
/
model_ckpt

Text-to-Image
Diffusers
English
stable-diffusion-xl
stable-diffusion-xl-diffusers
diffusers-training
lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use ayushofficeworkHuggingFace/model_ckpt 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("ayushofficeworkHuggingFace/model_ckpt")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
model_ckpt
301 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ayushofficeworkHuggingFace's picture
ayushofficeworkHuggingFace
Update README.md
ca81e4e verified over 1 year ago
  • checkpoint-250
    Upload folder using huggingface_hub over 1 year ago
  • checkpoint-500
    Upload folder using huggingface_hub over 1 year ago
  • checkpoint-750
    Upload folder using huggingface_hub over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.49 kB
    Update README.md over 1 year ago
  • pytorch_lora_weights.safetensors
    29.9 MB
    xet
    Upload folder using huggingface_hub over 1 year ago