onkarsus13 commited on
Commit
80941ff
1 Parent(s): dd969b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -7,12 +7,9 @@ pipeline_tag: image-to-image
7
  tags:
8
  - medical
9
  ---
10
- This is Repo Consist of Model for synthetic data generation for the 2D CT-scans
11
- We build this models research purpose only.
12
 
13
- We used Stable-Diffusion-Medium as a Base model and apply Controlnet on it,
14
-
15
- For Pretraining we used Atlas Dataset From John Hopkins
16
 
17
  ```
18
  Training Details
@@ -25,7 +22,7 @@ Computes:
25
 
26
  Code for generation:
27
 
28
- ```
29
  from diffusers import StableDiffusion3ControlNetPipeline, SD3ControlNetModel, UniPCMultistepScheduler, LDMSuperResolutionPipeline
30
  import torch
31
  from PIL import Image
 
7
  tags:
8
  - medical
9
  ---
10
+ This repository contains a model specifically designed for synthetic data generation of 2D CT-scans, intended solely for research purposes. The base model we employed is Stable-Diffusion-Medium, which has been enhanced using ControlNet, a technique for exerting more precise control over the image generation process.
 
11
 
12
+ For pretraining, we utilized the Atlas Dataset from Johns Hopkins University. This dataset provided a comprehensive range of medical imaging data, crucial for the initial training phase of our model. Our aim with this project is to contribute to the medical imaging field by enabling more robust and versatile synthetic data generation.
 
 
13
 
14
  ```
15
  Training Details
 
22
 
23
  Code for generation:
24
 
25
+ ```python
26
  from diffusers import StableDiffusion3ControlNetPipeline, SD3ControlNetModel, UniPCMultistepScheduler, LDMSuperResolutionPipeline
27
  import torch
28
  from PIL import Image