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

AlekseyCalvin
/
Make_Putin_Queer_Please

Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
clip_text_model
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Diffusers

    How to use AlekseyCalvin/Make_Putin_Queer_Please with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("AlekseyCalvin/Make_Putin_Queer_Please", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "trp"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Make_Putin_Queer_Please / samples
1.85 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
AlekseyCalvin's picture
AlekseyCalvin
Upload 4 files
1175a7d over 3 years ago
  • 0.png
    513 kB
    Upload 4 files over 3 years ago
  • 1.png
    491 kB
    Upload 4 files over 3 years ago
  • 2.png
    411 kB
    Upload 4 files over 3 years ago
  • 3.png
    436 kB
    Upload 4 files over 3 years ago