Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

p1atdev
/
pvc-v3

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

Instructions to use p1atdev/pvc-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use p1atdev/pvc-v3 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("p1atdev/pvc-v3", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "pvc, anime, masterpiece, best quality, exceptional, 1girl, bangs, bare shoulders, beret, black hair, black shorts, blue hair, bracelet, breasts, buttons, colored inner hair, double-breasted, eyewear removed, green headwear, green jacket, grey eyes, grey sky, hat, jacket, jewelry, long hair, looking at viewer, multicolored hair, neck ring, o-ring, off shoulder, rain, round eyewear, shorts, sidelocks, small breasts, solo, sunglasses, wavy hair, wet, zipper"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
pvc-v3
10.3 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
p1atdev's picture
p1atdev
patrickvonplaten's picture
patrickvonplaten
Fix deprecated float16/fp16 variant loading through new `version` API. (#2)
1222cea almost 3 years ago
  • scheduler
    Upload 12 files about 3 years ago
  • text_encoder
    Fix deprecated float16/fp16 variant loading through new `version` API. (#2) almost 3 years ago
  • tokenizer
    Upload 12 files about 3 years ago
  • unet
    Fix deprecated float16/fp16 variant loading through new `version` API. (#2) almost 3 years ago
  • vae
    Fix deprecated float16/fp16 variant loading through new `version` API. (#2) almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    16 kB
    Update README.md about 3 years ago
  • model_index.json
    517 Bytes
    Upload 12 files about 3 years ago