File size: 346 Bytes
d63e8ca ce510db d63e8ca ce510db |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
license: gpl-3.0
language:
- en
metrics:
- mse
pipeline_tag: unconditional-image-generation
tags:
- diffusion
- image generation
- unconditional
- wsi
---
A Diffusion Model for Generating WSI patches
How to use the model?
```py
from diffusers import DiffusionPipeline
pipeline = DiffusionPipeline.from_pretrained("kaveh/wsi_generator")
``` |