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

  • Log In
  • Sign Up

joheras
/
mr_potato-sd

Text-to-Image
Diffusers
TensorBoard
lora
diffusers-training
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use joheras/mr_potato-sd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use joheras/mr_potato-sd 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", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("joheras/mr_potato-sd")
    
    prompt = "a photo of mr. potato"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
mr_potato-sd
125 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
joheras's picture
joheras
End of training
6994c8d verified about 2 months ago
  • checkpoint-100
    End of training about 2 months ago
  • checkpoint-1000
    End of training about 2 months ago
  • checkpoint-200
    End of training about 2 months ago
  • checkpoint-300
    End of training about 2 months ago
  • checkpoint-400
    End of training about 2 months ago
  • checkpoint-500
    End of training about 2 months ago
  • checkpoint-600
    End of training about 2 months ago
  • checkpoint-700
    End of training about 2 months ago
  • checkpoint-800
    End of training about 2 months ago
  • checkpoint-900
    End of training about 2 months ago
  • logs
    End of training about 2 months ago
  • .gitattributes
    1.71 kB
    End of training 4 months ago
  • README.md
    1.31 kB
    End of training about 2 months ago
  • image_0.png
    382 kB
    xet
    End of training about 2 months ago
  • image_1.png
    479 kB
    xet
    End of training about 2 months ago
  • image_2.png
    375 kB
    xet
    End of training about 2 months ago
  • image_3.png
    510 kB
    xet
    End of training about 2 months ago
  • pytorch_lora_weights.safetensors
    3.23 MB
    xet
    End of training about 2 months ago