Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,15 @@ pinned: false
|
|
| 11 |
short_description: Synthetic data generation for training using diffusion model
|
| 12 |
---
|
| 13 |
|
| 14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
short_description: Synthetic data generation for training using diffusion model
|
| 12 |
---
|
| 13 |
|
| 14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
Features:
|
| 18 |
+
|
| 19 |
+
Stable Diffusion Integration: Leverages the StableDiffusionImg2ImgPipeline for versatile image generation.
|
| 20 |
+
Class Misclassification Analysis: Automatically identifies misclassified class pairs for focused image generation.
|
| 21 |
+
Advanced Prompt Interpolation: Utilizes spherical linear interpolation (slerp) to generate smooth transitions between text embeddings for more natural image outputs.
|
| 22 |
+
Structural Similarity Scoring: Calculates SSIM scores to measure the quality of generated images compared to input references.
|
| 23 |
+
Comprehensive Metadata Management: Captures extensive details about the generation process for easy reproducibility and debugging.
|
| 24 |
+
Dynamic Directory Management: Automatically creates and organizes directories for class pairs and metadata files.
|
| 25 |
+
Highly Configurable: Supports advanced optimization options like torch.compile and DeepCache for performance improvements.
|