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

  • Log In
  • Sign Up

kmcfarlane
/
3e-5-constant

Text-to-Image
Diffusers
Safetensors
StableDiffusion3Pipeline
diffusers-training
sd3
sd3-diffusers
template:sd-lora
Model card Files Files and versions
xet
Community

Instructions to use kmcfarlane/3e-5-constant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use kmcfarlane/3e-5-constant with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("kmcfarlane/3e-5-constant", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "art style by psyart"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
3e-5-constant / text_encoder
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kmcfarlane's picture
kmcfarlane
End of training
b3f3d7d verified almost 2 years ago
  • config.json
    675 Bytes
    End of training almost 2 years ago
  • model.safetensors
    495 MB
    xet
    End of training almost 2 years ago