Instructions to use TencentARC/PhotoMaker-V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TencentARC/PhotoMaker-V2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TencentARC/PhotoMaker-V2", 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
- Draw Things
- DiffusionBee
Upload IMG-20250308-WA0057.jpg
#12 opened about 1 year ago
by
Wahab09
Quantization into int8
#11 opened over 1 year ago
by
SajjadIqbal
Upload IMG20241212205951.jpg
#10 opened over 1 year ago
by
gautamkk14
PhotoMaker-V2 on replicate
#8 opened over 1 year ago
by
Andrius123
Upload FB_IMG_1725032117535.jpg
#6 opened over 1 year ago
by
Tariq92
Upload 4 files
2
#5 opened almost 2 years ago
by
Usama78906
Two separate person generation using two separate images like(me a Rihanna playing basket ball)
#3 opened almost 2 years ago
by
Debdutt
when the PhotoMakerLoader node loads the photomaker-v2.bin file I get this error
👍 6
8
#2 opened almost 2 years ago
by
cfernando