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

duben
/
yeah

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

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

  • Libraries
  • Diffusers

    How to use duben/yeah with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("duben/yeah", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a man"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
yeah / concept_images
2.02 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
duben's picture
duben
Upload concept_images with huggingface_hub
44b5444 over 3 years ago
  • a man_(1).jpg
    189 kB
    Upload concept_images with huggingface_hub over 3 years ago
  • a man_(10).jpg
    195 kB
    Upload concept_images with huggingface_hub over 3 years ago
  • a man_(2).jpg
    231 kB
    Upload concept_images with huggingface_hub over 3 years ago
  • a man_(3).jpg
    207 kB
    Upload concept_images with huggingface_hub over 3 years ago
  • a man_(4).jpg
    203 kB
    Upload concept_images with huggingface_hub over 3 years ago
  • a man_(5).jpg
    192 kB
    Upload concept_images with huggingface_hub over 3 years ago
  • a man_(6).jpg
    209 kB
    Upload concept_images with huggingface_hub over 3 years ago
  • a man_(7).jpg
    199 kB
    Upload concept_images with huggingface_hub over 3 years ago
  • a man_(8).jpg
    197 kB
    Upload concept_images with huggingface_hub over 3 years ago
  • a man_(9).jpg
    197 kB
    Upload concept_images with huggingface_hub over 3 years ago