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

  • Log In
  • Sign Up

cookey39
/
teratera

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

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

  • Libraries
  • Diffusers

    How to use cookey39/teratera with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("cookey39/aam_xl", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("cookey39/teratera")
    
    prompt = "In the style of Terada,"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
teratera
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
cookey39's picture
cookey39
Update README.md
dc00974 verified almost 2 years ago
  • logs
    End of training almost 2 years ago
  • .gitattributes
    1.71 kB
    End of training almost 2 years ago
  • README.md
    3.95 kB
    Update README.md almost 2 years ago
  • pytorch_lora_weights.safetensors
    46.6 MB
    xet
    End of training almost 2 years ago
  • teratera.safetensors
    46.7 MB
    xet
    End of training almost 2 years ago
  • teratera_emb.safetensors
    16.5 kB
    xet
    End of training almost 2 years ago