Instructions to use zjh21/UNICA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use zjh21/UNICA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("zjh21/UNICA", 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 Survival weights
Browse files- survival/base_attrmap.npy +3 -0
- survival/diffusion/pytorch_model.bin +3 -0
- survival/diffusion/pytorch_model_1.bin +3 -0
- survival/ptv3.pth +3 -0
- survival/vae.pt +3 -0
survival/base_attrmap.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:667051c8dbd7c2025e0196a8b7be6766b4047959d64cce4ab21df5c566f15e46
|
| 3 |
+
size 58720384
|
survival/diffusion/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f4fb654027e1c412d251e045fe4333188de14227d8d9f5658c4dc6beb1e6376
|
| 3 |
+
size 3636817858
|
survival/diffusion/pytorch_model_1.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:638140fff0c552c38c7418a15b189439ccc4741cd6d6d270905ed3b9fcb68f71
|
| 3 |
+
size 16708
|
survival/ptv3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed4b6fd822ec24d6bac97536a71a240a7e19ff6efd6f9be5ddc1170bd542eef9
|
| 3 |
+
size 556992018
|
survival/vae.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aee313202dccbbf0150a97763b2980629307cfcb2ea73d135042279642af5f4c
|
| 3 |
+
size 1004254414
|