Osama03 commited on
Commit
7bfdbd9
·
verified ·
1 Parent(s): 6757fd7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -10,13 +10,21 @@ tags:
10
  - room_images_generation
11
  library_name: diffusers
12
  ---
13
- # Model Card for Room Model LoRA
14
-
15
  ## Model Description
16
- This is a diffusion model for generating property images. It has been fine-tuned for use in real estate applications.
 
 
 
 
 
17
 
18
- ## Usage
19
- You can use this model to generate images based on given prompts.
 
 
20
 
21
- ## Acknowledgements
22
- Thanks to the Hugging Face community for their support!
 
 
 
10
  - room_images_generation
11
  library_name: diffusers
12
  ---
13
+ # Room Design Text-to-Image Generator (Fine-Tuned Stable Diffusion v1-4)
 
14
  ## Model Description
15
+ This model is a fine-tuned version of the CompVis/stable-diffusion-v1-4, trained specifically on a custom dataset of room images using LoRA (Low-Rank Adaptation). This fine-tuning technique allows the model to specialize in generating diverse room layouts, shapes, and designs based on text prompts while maintaining the computational efficiency of the original architecture.
16
+
17
+ The LoRA method enables the model to focus on room-specific features and design patterns without the need for extensive retraining or large-scale computational resources. It is ideal for scenarios requiring text-to-image generation that aligns with specific room descriptions.
18
+
19
+ ## Model Applications
20
+ This model can be used for:
21
 
22
+ - Interior design inspiration
23
+ - Visualizing room layouts for real estate
24
+ - Creative room design generation
25
+ - Architectural planning and visualization
26
 
27
+ ## Model Details
28
+ - Base Model: CompVis/stable-diffusion-v1-4
29
+ - Fine-tuning Method: LoRA (Low-Rank Adaptation)
30
+ - Training Dataset: A curated dataset of diverse room images, covering different room types, styles, and layouts.