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

  • Log In
  • Sign Up

ktkeller
/
mem-model

Text-to-Image
Diffusers
TensorBoard
StableDiffusionPipeline
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use ktkeller/mem-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ktkeller/mem-model with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ktkeller/mem-model", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "This is the Mem logo"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
mem-model / concept_images
196 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ktkeller's picture
ktkeller
Upload concept_images with huggingface_hub
282aca6 about 3 years ago
  • This is the Mem logo_(1).jpg
    57.8 kB
    Upload concept_images with huggingface_hub about 3 years ago
  • This is the Mem logo_(2).jpg
    50.9 kB
    Upload concept_images with huggingface_hub about 3 years ago
  • This is the Mem logo_(3).jpg
    22.5 kB
    Upload concept_images with huggingface_hub about 3 years ago
  • This is the Mem logo_(4).jpg
    64.5 kB
    Upload concept_images with huggingface_hub about 3 years ago