anton-l HF staff patrickvonplaten ArthurZ HF staff commited on
Commit
dd09042
1 Parent(s): 3c99603

Upload README.md with huggingface_hub (#1)

Browse files

- add images (fdd729a50e6f75bb7afed7aa3ae6f0bd508d4379)
- Upload README.md with huggingface_hub (c35dd8a3857555665e1a329a7f102bfa7e264c2e)


Co-authored-by: Patrick von Platen <patrickvonplaten@users.noreply.huggingface.co>
Co-authored-by: Arthur Zucker <ArthurZ@users.noreply.huggingface.co>

Files changed (2) hide show
  1. README.md +4 -5
  2. model_index.json +4 -5
README.md CHANGED
@@ -48,8 +48,7 @@ for more details on how to write your own denoising loop.
48
  For more information generally on how to use `diffusers` for inference, please have a look at the [official inference example](_) # <- TODO(PVP) add link
49
 
50
  ## Samples
51
-
52
- 1. ![sample_1](https://huggingface.co/datasets/patrickvonplaten/images/resolve/main/hf/ddpm-cifar10/image_0.png)
53
- 2. ![sample_1](https://huggingface.co/datasets/patrickvonplaten/images/resolve/main/hf/ddpm-cifar10/image_1.png)
54
- 3. ![sample_1](https://huggingface.co/datasets/patrickvonplaten/images/resolve/main/hf/ddpm-cifar10/image_2.png)
55
- 4. ![sample_1](https://huggingface.co/datasets/patrickvonplaten/images/resolve/main/hf/ddpm-cifar10/image_3.png)
 
48
  For more information generally on how to use `diffusers` for inference, please have a look at the [official inference example](_) # <- TODO(PVP) add link
49
 
50
  ## Samples
51
+ 1. ![sample_1](https://huggingface.co/google/ncsnpp-ffhq-1024/resolve/main/generated_image_0.png)
52
+ 2. ![sample_2](https://huggingface.co/google/ncsnpp-ffhq-1024/resolve/main/generated_image_1.png)
53
+ 3. ![sample_3](https://huggingface.co/google/ncsnpp-ffhq-1024/resolve/main/generated_image_2.png)
54
+ 4. ![sample_4](https://huggingface.co/google/ncsnpp-ffhq-1024/resolve/main/generated_image_3.png)
 
model_index.json CHANGED
@@ -1,12 +1,11 @@
1
  {
2
  "_class_name": "ScoreSdeVePipeline",
3
- "_diffusers_version": "0.0.4",
4
- "model": [
5
- "diffusers",
6
- "UNet2DModel"
7
- ],
8
  "scheduler": [
9
  "diffusers",
10
  "ScoreSdeVeScheduler"
 
 
 
 
11
  ]
12
  }
 
1
  {
2
  "_class_name": "ScoreSdeVePipeline",
 
 
 
 
 
3
  "scheduler": [
4
  "diffusers",
5
  "ScoreSdeVeScheduler"
6
+ ],
7
+ "model": [
8
+ "diffusers",
9
+ "UNet2DModel"
10
  ]
11
  }