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

dallinmackay
/
Van-Gogh-diffusion

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

Instructions to use dallinmackay/Van-Gogh-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use dallinmackay/Van-Gogh-diffusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("dallinmackay/Van-Gogh-diffusion", 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 Settings
  • Draw Things
  • DiffusionBee
Van-Gogh-diffusion
2.17 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 3 commits
dallinmackay's picture
dallinmackay
Upload Van-Gogh-Style-lvngvncnt.ckpt
bb46e14 over 3 years ago
  • .gitattributes
    1.58 kB
    Upload 2 files over 3 years ago
  • README.md
    39 Bytes
    initial commit over 3 years ago
  • Van-Gogh-Style-lvngvncnt.ckpt
    2.13 GB
    xet
    Upload Van-Gogh-Style-lvngvncnt.ckpt over 3 years ago
  • preview1.png
    19.1 MB
    xet
    Upload 2 files over 3 years ago
  • preview2.png
    18.5 MB
    xet
    Upload 2 files over 3 years ago