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

wavymulder
/
portraitplus

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community
14

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

  • Libraries
  • Diffusers

    How to use wavymulder/portraitplus with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("wavymulder/portraitplus", 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
portraitplus
15.2 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 21 commits
wavymulder's picture
wavymulder
patrickvonplaten's picture
patrickvonplaten
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#14)
edc3dc5 about 3 years ago
  • feature_extractor
    Add Diffusers weights (#2) over 3 years ago
  • imgs
    Upload batchgrid.jpg over 3 years ago
  • safety_checker
    Adding `safetensors` variant of this model (#12) about 3 years ago
  • scheduler
    Add Diffusers weights (#2) over 3 years ago
  • text_encoder
    Adding `safetensors` variant of this model (#12) about 3 years ago
  • tokenizer
    Add Diffusers weights (#2) over 3 years ago
  • unet
    Adding `safetensors` variant of this model (#12) about 3 years ago
  • vae
    Adding `safetensors` variant of this model (#11) about 3 years ago
  • .gitattributes
    1.53 kB
    Upload batchgrid.jpg over 3 years ago
  • README.md
    2.15 kB
    Update README.md over 3 years ago
  • model_index.json
    582 Bytes
    Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#14) about 3 years ago
  • parameters_for_samples.txt
    4.75 kB
    Upload 3 files over 3 years ago
  • portrait+1.0.ckpt
    2.13 GB
    xet
    Upload portrait+1.0.ckpt over 3 years ago
  • portrait+1.0.safetensors
    2.13 GB
    xet
    Adding `safetensors` variant of this model (#1) over 3 years ago