Link model to paper and GitHub repository

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +24 -4
README.md CHANGED
@@ -1,7 +1,8 @@
1
-
2
  ---
3
- license: creativeml-openrail-m
4
  base_model: stabilityai/stable-diffusion-2-1-base
 
 
 
5
  tags:
6
  - stable-diffusion
7
  - stable-diffusion-diffusers
@@ -10,8 +11,27 @@ tags:
10
  - textual_inversion
11
  inference: true
12
  ---
13
-
14
  # Textual inversion text2image fine-tuning - hcarrion/morphea
15
- These are textual inversion adaption weights for stabilityai/stable-diffusion-2-1-base. You can find some example images in the following.
16
 
 
 
 
 
 
 
 
 
 
 
17
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  base_model: stabilityai/stable-diffusion-2-1-base
3
+ license: creativeml-openrail-m
4
+ library_name: diffusers
5
+ pipeline_tag: text-to-image
6
  tags:
7
  - stable-diffusion
8
  - stable-diffusion-diffusers
 
11
  - textual_inversion
12
  inference: true
13
  ---
14
+
15
  # Textual inversion text2image fine-tuning - hcarrion/morphea
 
16
 
17
+ These are textual inversion adaptation weights for stabilityai/stable-diffusion-2-1-base.
18
+
19
+ This model is a disease-conditioned checkpoint for **morphea** (scleroderma) trained as part of the **cgDDI** (Controllable Generation of Diverse Dermatological Imagery) framework, presented in the paper [Controllable Generation of Diverse Dermatological Imagery for Fair and Efficient Malignancy Classification](https://huggingface.co/papers/2607.12987).
20
+
21
+ ## Resources
22
+
23
+ - **Repository:** [GitHub - hectorcarrion/ControllableGenDDI](https://github.com/hectorcarrion/ControllableGenDDI)
24
+ - **Dataset:** [Hugging Face - hcarrion/ControllableGenDDI](https://huggingface.co/datasets/hcarrion/ControllableGenDDI)
25
+
26
+ ## Citation
27
 
28
+ ```bibtex
29
+ @inproceedings{carrion2026cgddi,
30
+ title = {Controllable Generation of Diverse Dermatological Imagery for Fair and Efficient Malignancy Classification},
31
+ author = {Carri{\'o}n, H{\'e}ctor and Norouzi, Narges},
32
+ booktitle = {Medical Image Computing and Computer-Assisted Intervention (MICCAI)},
33
+ year = {2026},
34
+ publisher = {Springer},
35
+ series = {Lecture Notes in Computer Science}
36
+ }
37
+ ```