Instructions to use Guizmus/DeathNote with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Guizmus/DeathNote with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Guizmus/DeathNote", 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 Settings
- Draw Things
- DiffusionBee
Adding `safetensors` variant of this model (#7)
Browse files- Adding `safetensors` variant of this model (2373a495dbde64027932146306c977b2609b674d)
DeathNote_v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8656e9ab856904d7d6637c3e5c47eb5ee5c9063e957511a45ae378758d701e3
|
| 3 |
+
size 2132625468
|
DeathNote_v2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f810d2cab95c1ba3b330591c525ac4cd45c5d1199fd3123fb3daed4861db4796
|
| 3 |
+
size 2132625468
|
text_encoder/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0215a63241c37b108edc0f2c3182f870e39da19bc454c862798377bb6d8f68a2
|
| 3 |
+
size 246144866
|
unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0641f37e6ac44d8950c02bbb24d0e736a26225caaa48c579ae347dca2f7b1397
|
| 3 |
+
size 1719125308
|
vae/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b74a590396464cc3a0aef27849573f58da94fbf5a39bafb6067842bf266a329
|
| 3 |
+
size 334643276
|