Update README.md
Browse files
README.md
CHANGED
|
@@ -47,5 +47,8 @@ To use this model, clone this repository and run the provided inference script.
|
|
| 47 |
python3 inference.py
|
| 48 |
```
|
| 49 |
|
|
|
|
|
|
|
|
|
|
| 50 |
## Limitations & Bias
|
| 51 |
As a GAN, the model might occasionally produce "dream-like" artifacts or distorted anatomy (e.g., extra ears or eyes). It is not a diffusion model and generates images in a single forward pass.
|
|
|
|
| 47 |
python3 inference.py
|
| 48 |
```
|
| 49 |
|
| 50 |
+
--> Sample output:
|
| 51 |
+

|
| 52 |
+
|
| 53 |
## Limitations & Bias
|
| 54 |
As a GAN, the model might occasionally produce "dream-like" artifacts or distorted anatomy (e.g., extra ears or eyes). It is not a diffusion model and generates images in a single forward pass.
|