Instructions to use Fantasy-Studio/Paint-by-Example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Fantasy-Studio/Paint-by-Example with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Fantasy-Studio/Paint-by-Example", torch_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
Merge branch 'main' of https://huggingface.co/Fantasy-Studio/Paint-by-Example into main
Browse files
README.md
CHANGED
|
@@ -2,8 +2,7 @@
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
tags:
|
| 4 |
- stable-diffusion
|
| 5 |
-
|
| 6 |
-
inference: true
|
| 7 |
---
|
| 8 |
# Paint-By-Example
|
| 9 |
|
|
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
tags:
|
| 4 |
- stable-diffusion
|
| 5 |
+
inference: false
|
|
|
|
| 6 |
---
|
| 7 |
# Paint-By-Example
|
| 8 |
|