BogdanTurbal commited on
Commit
8820108
1 Parent(s): fe7cd43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -18,7 +18,27 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # LoRA text2image fine-tuning - BogdanTurbal/synt_data_v_4
20
 
21
- These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the BogdanTurbal/gen_data_test dataset. You can find some example images in the following.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  ![img_0](./image_0.png)
24
  ![img_1](./image_1.png)
 
18
 
19
  # LoRA text2image fine-tuning - BogdanTurbal/synt_data_v_4
20
 
21
+
22
+
23
+ These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
24
+ Original dataset: https://www.kaggle.com/datasets/tourist55/alzheimers-dataset-4-class-of-images.
25
+
26
+ With this model you can generate MRI of the brain of 4 classes:
27
+ 1) NonDemented
28
+ 2) VeryMildDemented
29
+ 3) MildDemented
30
+ 4) ModerateDemeneted
31
+
32
+ For generation use following corresponding prompts (or any other modification)
33
+
34
+ 1) MRI of NonDemented brain
35
+ 2) MRI of VeryMildDemented brain
36
+ 3) MRI of MildDemented brain
37
+ 4) MRI of ModerateDemeneted brain
38
+
39
+
40
+
41
+ You can find some example images in the following.
42
 
43
  ![img_0](./image_0.png)
44
  ![img_1](./image_1.png)