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

theguaz
/
rembrantsito

Text-to-Image
Diffusers
StableDiffusionPipeline
stable-diffusion
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Diffusers

    How to use theguaz/rembrantsito with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("theguaz/rembrantsito", dtype=torch.bfloat16, device_map="cuda")
    
    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
rembrantsito / sample_images
1.63 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
theguaz's picture
theguaz
Upload sample_images with huggingface_hub
bfc99d4 over 3 years ago
  • rembrandt_0.jpeg
    55.4 kB
    Upload sample_images with huggingface_hub over 3 years ago
  • rembrandt_1.jpeg
    70.9 kB
    Upload sample_images with huggingface_hub over 3 years ago
  • rembrandt_10.jpg
    58.7 kB
    Upload sample_images with huggingface_hub over 3 years ago
  • rembrandt_11.jpeg
    56.3 kB
    Upload sample_images with huggingface_hub over 3 years ago
  • rembrandt_12.jpeg
    78.3 kB
    Upload sample_images with huggingface_hub over 3 years ago
  • rembrandt_13.jpg
    50.9 kB
    Upload sample_images with huggingface_hub over 3 years ago
  • rembrandt_2.jpeg
    149 kB
    Upload sample_images with huggingface_hub over 3 years ago
  • rembrandt_3.jpeg
    105 kB
    Upload sample_images with huggingface_hub over 3 years ago
  • rembrandt_4.jpeg
    210 kB
    Upload sample_images with huggingface_hub over 3 years ago
  • rembrandt_5.jpeg
    139 kB
    Upload sample_images with huggingface_hub over 3 years ago
  • rembrandt_6.jpeg
    192 kB
    Upload sample_images with huggingface_hub over 3 years ago
  • rembrandt_7.jpeg
    135 kB
    Upload sample_images with huggingface_hub over 3 years ago
  • rembrandt_8.jpg
    255 kB
    Upload sample_images with huggingface_hub over 3 years ago
  • rembrandt_9.jpg
    71.1 kB
    Upload sample_images with huggingface_hub over 3 years ago