Instructions to use sebascorreia/edm_set_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sebascorreia/edm_set_model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("sebascorreia/edm_set_model", 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 ·
150446b
1
Parent(s): 47a7e77
Epoch 0
Browse files
logs/train_unet/events.out.tfevents.1693333393.fccf3d03d68e.82279.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:222d9cf622d93a4c6ac3112ecbcec3ed8a84b508d96af39585323737a3e13f48
|
| 3 |
+
size 100808851
|
logs/train_unet/events.out.tfevents.1693340459.fccf3d03d68e.125892.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89ec90e012738278d3d00839a03dd48f14dab535e43f0805fcaa497831f4074f
|
| 3 |
+
size 43155
|
unet/config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DModel",
|
| 3 |
"_diffusers_version": "0.20.1",
|
|
|
|
| 4 |
"act_fn": "silu",
|
| 5 |
"add_attention": true,
|
| 6 |
"attention_head_dim": 8,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DModel",
|
| 3 |
"_diffusers_version": "0.20.1",
|
| 4 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--sebascorreia--edm_set_model/snapshots/47a7e7790444035fd3128beff21137fdd039e5ac/unet",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"add_attention": true,
|
| 7 |
"attention_head_dim": 8,
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454722660
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc80edee0c1f0028276fc7f2c0b3ba7bfef4d6867d1f2bdca9b5812e7327a704
|
| 3 |
size 454722660
|
vqvae/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.20.1",
|
| 4 |
-
"_name_or_path": "/
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.20.1",
|
| 4 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--sebascorreia--edm_set_model/snapshots/47a7e7790444035fd3128beff21137fdd039e5ac/vqvae",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|