Instructions to use votepurchase/PVCStyleModelMovable_beta27Realistic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use votepurchase/PVCStyleModelMovable_beta27Realistic with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("votepurchase/PVCStyleModelMovable_beta27Realistic", 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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,4 @@ library_name: diffusers
|
|
| 6 |
tags:
|
| 7 |
- image
|
| 8 |
---
|
| 9 |
-
PVCStyleModelMovable_beta27Realistic
|
|
|
|
| 6 |
tags:
|
| 7 |
- image
|
| 8 |
---
|
| 9 |
+
[PVCStyleModelMovable_beta27Realistic](https://civitai.com/models/338712/pvc-style-modelmovable-figure-model-xl)
|