Instructions to use simonbronson/Old-Portraits with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use simonbronson/Old-Portraits with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("simonbronson/Old-Portraits", 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
Commit ·
0ad66a2
1
Parent(s): 4e9d0fa
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,6 @@ Download ckpt: https://huggingface.co/simonbronson/Old-Portraits/blob/main/Old_P
|
|
| 19 |
|
| 20 |
**Examples:**
|
| 21 |
|
| 22 |
-

|
| 24 |
```
|
|
|
|
| 19 |
|
| 20 |
**Examples:**
|
| 21 |
|
| 22 |
+

|
| 23 |

|
| 24 |
```
|