dacquaviva commited on
Commit
13417ba
1 Parent(s): 4510086

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -31
README.md CHANGED
@@ -1,40 +1,33 @@
1
  ---
2
- {}
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
- ---
6
- license: creativeml-openrail-m
7
- tags:
8
- - pytorch
9
- - diffusers
10
- - stable-diffusion
11
- - text-to-image
12
- - diffusion-models-class
13
- - dreambooth-hackathon
14
- - food
15
- widget:
16
- - text: a photo of focacciabarese pizza
17
- ---
18
 
19
- # DreamBooth model for the focacciabarese concept trained by dacquaviva on the dacquaviva/focacciabarese dataset.
20
 
21
- This is a Stable Diffusion model fine-tuned on the focacciabarese concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of facacciabarese pizza**
22
 
23
- 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!
24
 
25
- ## Description
26
-
27
-
28
- This is a Stable Diffusion model fine-tuned on my `pizza` images for the food theme. In Bari (Puglia south of Italy), the focaccia is a kind of bread, seasoned with tomatoes, olives, virgin olive oil, and oregano. It is made with poor, very simple, and local ingredients. :).
29
 
30
-
31
- ## Usage
32
-
33
- ```python
34
- from diffusers import StableDiffusionPipeline
35
-
36
- pipeline = StableDiffusionPipeline.from_pretrained('dacquaviva/focacciabarese-pizza')
37
- image = pipeline().images[0]
38
- image
39
- ```
40
 
 
1
  ---
2
+ license: creativeml-openrail-m
3
+ tags:
4
+ - pytorch
5
+ - diffusers
6
+ - stable-diffusion
7
+ - text-to-image
8
+ - diffusion-models-class
9
+ - dreambooth-hackathon
10
+ - food
11
+ widget:
12
+ - text: a photo of focacciabarese pizza
13
  ---
14
 
15
+ # DreamBooth model for the focacciabarese concept trained by dacquaviva on the dacquaviva/focacciabarese dataset.
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
+ This is a Stable Diffusion model fine-tuned on the focacciabarese concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of facacciabarese pizza**
18
 
19
+ 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!
20
 
21
+ ## Description
22
 
23
+ This is a Stable Diffusion model fine-tuned on my `pizza` images for the food theme. In Bari (Puglia south of Italy), the focaccia is a kind of bread, seasoned with tomatoes, olives, virgin olive oil, and oregano. It is made with poor, very simple, and local ingredients. :).
 
 
 
24
 
25
+ ## Usage
26
+
27
+ ```python
28
+ from diffusers import StableDiffusionPipeline
29
+ pipeline = StableDiffusionPipeline.from_pretrained('dacquaviva/focacciabarese-pizza')
30
+ image = pipeline().images[0]
31
+ image
32
+ ```
 
 
33