Instructions to use NathMen12/ddpm-minecraft-textures with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NathMen12/ddpm-minecraft-textures with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("NathMen12/ddpm-minecraft-textures", 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
Epoch 0
Browse files- logs/train_example/events.out.tfevents.1777324911.1b28f47d52f2.1141.3 +3 -0
- logs/train_example/events.out.tfevents.1777324998.1b28f47d52f2.1141.4 +3 -0
- logs/train_example/events.out.tfevents.1777325136.1b28f47d52f2.1141.5 +3 -0
- logs/train_example/events.out.tfevents.1777325229.1b28f47d52f2.1141.6 +3 -0
- logs/train_example/events.out.tfevents.1777325372.1b28f47d52f2.1141.7 +3 -0
- unet/diffusion_pytorch_model.safetensors +1 -1
logs/train_example/events.out.tfevents.1777324911.1b28f47d52f2.1141.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d6157cfa77847cf51713bcc21bd840379a5dabd16d357c930dc6fef8f56e4d6
|
| 3 |
+
size 454
|
logs/train_example/events.out.tfevents.1777324998.1b28f47d52f2.1141.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd7bca4258f9ed5f0222bd443daaf8ac8233fa9db9175721b12dee77caea2fdf
|
| 3 |
+
size 950
|
logs/train_example/events.out.tfevents.1777325136.1b28f47d52f2.1141.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a49204811460875a4a467cd55079b0d96b5914df0be85a375eddea2b6823b42
|
| 3 |
+
size 578
|
logs/train_example/events.out.tfevents.1777325229.1b28f47d52f2.1141.6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1baf1e6e3f1d817630801a42ee96749d4e7634028b9c79f9799d6bbfeb796bc7
|
| 3 |
+
size 1074
|
logs/train_example/events.out.tfevents.1777325372.1b28f47d52f2.1141.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88cf717cf1d6839fec4f3426115c65314f5857d69d810dd348de8990758fcb2e
|
| 3 |
+
size 127968
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 231607236
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:964cc6da1d65dfbec07082f224f38aa2b379fa1a11694c72772d01415e4c6575
|
| 3 |
size 231607236
|