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

Sasikanth
/
Stable-Diffusion-v1-4-wikiart-clone

Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Model card Files Files and versions
xet
Community

Instructions to use Sasikanth/Stable-Diffusion-v1-4-wikiart-clone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Sasikanth/Stable-Diffusion-v1-4-wikiart-clone with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Sasikanth/Stable-Diffusion-v1-4-wikiart-clone", 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
Stable-Diffusion-v1-4-wikiart-clone
5.48 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
Sasikanth's picture
Sasikanth
Upload image.png
6d792fc verified 12 months ago
  • feature_extractor
    Updated details 12 months ago
  • safety_checker
    Updated details 12 months ago
  • scheduler
    Updated details 12 months ago
  • text_encoder
    Updated details 12 months ago
  • tokenizer
    Updated details 12 months ago
  • unet
    Updated details 12 months ago
  • vae
    Updated details 12 months ago
  • .gitattributes
    1.57 kB
    Upload image.png 12 months ago
  • README.md
    2.01 kB
    Updated code 12 months ago
  • image.png
    534 kB
    xet
    Upload image.png 12 months ago
  • inference.py
    2.31 kB
    Updated all details 12 months ago
  • model_index.json
    679 Bytes
    Updated all details 12 months ago