wsi_generator / README.md
kaveh's picture
Added more explanation
ce510db
|
raw
history blame
346 Bytes
metadata
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?

from diffusers import DiffusionPipeline

pipeline = DiffusionPipeline.from_pretrained("kaveh/wsi_generator")