medmac01 commited on
Commit
ef8f6b0
1 Parent(s): fd7573f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -6,21 +6,24 @@ tags:
6
  - stable-diffusion
7
  - text-to-image
8
  - diffusion-models-class
9
- - dreambooth-hackathon
 
10
  widget:
11
  - text: a photo of beldi-v2 moroccan interior in a rooftop space
 
12
  ---
13
 
14
  # DreamBooth model for the beldi-v2 concept trained by medmac01 on the medmac01/dreambooth-moroccan-design-v2 dataset.
15
 
16
  This is a Stable Diffusion model fine-tuned on the beldi-v2 concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of beldi-v2 moroccan interior**
17
 
18
- This model was created as part of the DreamBooth Hackathon 🔥. Visit the [organisation page](https://huggingface.co/dreambooth-hackathon) for instructions on how to take part!
19
 
20
  ## Description
21
 
22
 
23
  This is a Stable Diffusion model fine-tuned on `moroccan interior` images.
 
24
 
25
 
26
  ## Usage
@@ -31,4 +34,4 @@ from diffusers import StableDiffusionPipeline
31
  pipeline = StableDiffusionPipeline.from_pretrained('medmac01/beldi-moroccan-interior-2')
32
  image = pipeline().images[0]
33
  image
34
- ```
 
6
  - stable-diffusion
7
  - text-to-image
8
  - diffusion-models-class
9
+ - art
10
+ - ThinkAI_Hackathon
11
  widget:
12
  - text: a photo of beldi-v2 moroccan interior in a rooftop space
13
+ pipeline_tag: text-to-image
14
  ---
15
 
16
  # DreamBooth model for the beldi-v2 concept trained by medmac01 on the medmac01/dreambooth-moroccan-design-v2 dataset.
17
 
18
  This is a Stable Diffusion model fine-tuned on the beldi-v2 concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of beldi-v2 moroccan interior**
19
 
20
+ This model was created as part of the ThinkAI Hackathon organized by @1337_Coding_School & @MathMaroc 🔥. Visit the [ThinkAI Page](https://thinkai.ma/) for more info.
21
 
22
  ## Description
23
 
24
 
25
  This is a Stable Diffusion model fine-tuned on `moroccan interior` images.
26
+ Based on DreamBooth Stable Diffusion models.
27
 
28
 
29
  ## Usage
 
34
  pipeline = StableDiffusionPipeline.from_pretrained('medmac01/beldi-moroccan-interior-2')
35
  image = pipeline().images[0]
36
  image
37
+ ```