Instructions to use diffusers/t2iadapter_zoedepth_sd15v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use diffusers/t2iadapter_zoedepth_sd15v1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("diffusers/t2iadapter_zoedepth_sd15v1", 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
Commit ·
ed235f7
1
Parent(s): b963b7e
init
Browse files- config.json +13 -0
- diffusion_pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "T2IAdapter",
|
| 3 |
+
"_diffusers_version": "0.18.0.dev0",
|
| 4 |
+
"adapter_type": "full_adapter",
|
| 5 |
+
"channels": [
|
| 6 |
+
320,
|
| 7 |
+
640,
|
| 8 |
+
1280,
|
| 9 |
+
1280
|
| 10 |
+
],
|
| 11 |
+
"in_channels": 3,
|
| 12 |
+
"num_res_blocks": 2
|
| 13 |
+
}
|
diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79ede4983e23dbac9d326a289d53b7a6771af5166e0971be9030e8b94e3313b4
|
| 3 |
+
size 309492083
|