Instructions to use p1atdev/pvc-v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use p1atdev/pvc-v4 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-v4", dtype=torch.bfloat16, device_map="cuda") prompt = "pvc, masterpiece, best quality, exceptional, 1girl, red hair, cat ears, red eyes, curly hair, long hair, maid costume, frills, upper body, looking at viewer, red flowers, indoors, beautiful view, medieval," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 2 files
Browse files- pvc-v4-fp16.safetensors +3 -0
- pvc-v4-fp32.safetensors +3 -0
pvc-v4-fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6f33708c68ee9646b938e0de89f91fc2bec067810c0d2694cf1de01ae6e62ad
|
| 3 |
+
size 2580068398
|
pvc-v4-fp32.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c8e3e0de9e29f328e954f17641ea65c2f46bbc3a57e6a77004a8da74ab20950
|
| 3 |
+
size 4311890706
|