Instructions to use hacksider/deep-live-cam with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hacksider/deep-live-cam with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("hacksider/deep-live-cam", 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
Upload 35 files
Browse files- Real-ESRGAN-x4plus.onnx +3 -0
- RealESRGAN_x2plus.fp16.onnx +3 -0
- reswapper_256.onnx +3 -0
Real-ESRGAN-x4plus.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e25d35c847f81e51a6f89cb939c373c9dc535871a820a4ab87ed1207a457f5c8
|
| 3 |
+
size 67123260
|
RealESRGAN_x2plus.fp16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b1770bcb31b3a9021d4251b538da4eb47c84f42706504d44a76d17e8c267606
|
| 3 |
+
size 33619494
|
reswapper_256.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a87d3cbe281037133f1be765d14e164fe071e55fe2488887b789c39cc59cecd6
|
| 3 |
+
size 554298280
|