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 pvc-v4-5-fp16.safetensors
Browse files
pvc-v4-5-fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01d56786239d26b0708948581c9c24871c914f7a215cb04a1c6794844da40bc7
|
| 3 |
+
size 2580069840
|