Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dotta
/
dottamemes

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

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

  • Libraries
  • Diffusers

    How to use dotta/dottamemes with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("westernCartoonTypeA_v10.safetensors", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("dotta/dottamemes")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
dottamemes / models
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
dotta's picture
dotta
Trained dotta-westernCartoonTypeA_v10-2023-06-22-20 on westernCartoonTypeA_v10.safetensors using dotta memes 12000 steps
a1285bf almost 3 years ago
  • dotta-abyssorange-AOM3A1B
    Trained dotta-abyssorange-AOM3A1B-2023-06-22-16 on using dotta memes 10000 steps (#9) almost 3 years ago
  • dotta-westernCartoonTypeA_v10
    Trained dotta-westernCartoonTypeA_v10-2023-06-22-20 on westernCartoonTypeA_v10.safetensors using dotta memes 12000 steps almost 3 years ago