dacquaviva commited on
Commit
4a4d937
1 Parent(s): 97bdefd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -43
README.md CHANGED
@@ -1,46 +1,55 @@
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: carbonara pasta with panoramic view of rome at sunset
17
- ---
18
-
19
- # DreamBooth model for the carbonara concept trained by dacquaviva on the dacquaviva/carbonara dataset.
20
-
21
- This is a Stable Diffusion model fine-tuned on the carbonara concept with DreamBooth. It can be used by modifying the `instance_prompt`: **carbonara pasta with panoramic view of rome at sunset**
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 `pasta` images for the food theme.
29
-
30
- Spaghetti Carbonara, one of the most famous Pasta Recipes of Roman Cuisine, is made only with 5 simple ingredients: spaghetti seasoned with browned guanciale, black pepper, pecorino Romano and beaten eggs.
31
- In the authentic Italian recipe for carbonara, the ingredients are very few and of excellent quality. The high quality of ingredients is a necessary condition for the success of this recipe.
32
- In spite of many beliefs, the ingredients of the traditional recipe are only 5: guanciale, pecorino Romano, eggs, pepper and spaghetti. To make the best carbonara of your life, you don’t need any other ingredients, so
33
- DO NOT USE garlic, parsley, onion, cream, milk, parmigiano, pancetta, bacon. :).
34
-
35
-
36
- ## Usage
37
-
38
- ```python
39
- from diffusers import StableDiffusionPipeline
40
-
41
- promt = carbonara pasta with panoramic view of rome at sunset
42
- pipeline = StableDiffusionPipeline.from_pretrained('dacquaviva/carbonara-pasta').to("cuda")
43
- image = pipe(promt, num_inference_steps=50, guidance_scale=7.5).images[0]
44
- image.save("./image.png")
45
- ```
46
-
 
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: carbonara pasta with panoramic view of rome at sunset
13
  ---
14
 
15
+ # DreamBooth model for the carbonara concept trained by dacquaviva on the dacquaviva/carbonara dataset.
16
+
17
+ This is a Stable Diffusion model fine-tuned on the carbonara concept with DreamBooth. It can be used by modifying the `instance_prompt`: **carbonara pasta with panoramic view of rome at sunset**
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 `pasta carbonara` images for the food theme.
24
+
25
+ Spaghetti Carbonara, one of the most famous Pasta Recipes of Roman Cuisine, is made only with 5 simple ingredients: spaghetti seasoned with browned guanciale, black pepper, pecorino Romano and beaten eggs.
26
+
27
+ In the authentic Italian recipe for carbonara, the ingredients are very few and of excellent quality. The high quality of ingredients is a necessary condition for the success of this recipe.
28
+
29
+ In spite of many beliefs, the ingredients of the traditional recipe are only 5: guanciale, pecorino Romano, eggs, pepper and spaghetti. To make the best carbonara of your life, you don’t need any other ingredients, so
30
+ DO NOT USE garlic, parsley, onion, cream, milk, parmigiano, pancetta, bacon. :).
31
+
32
+
33
+ ## Examples of generated images:
34
+ carbonara pasta with view of roman colosseum| carbonara pasta with view of roman colosseum | supermatio eating carbonara pasta at the roman colosseum
35
+ :-------------------------:|:-------------------------:|:-------------------------:
36
+ ![](https://drive.google.com/uc?export=view&id=1igjnySzdQJ8biJ3uYtBRg0Co21xRxNYA) | ![](https://drive.google.com/uc?export=view&id=1X8ETR7V_kCvHGNxuHM7sHwWfgMMsqz7d) | ![](https://drive.google.com/uc?export=view&id=1yEY_IPt5Z3sf4IjZe4c1rhn84I1ZAKxU)
37
+
38
+ supermario eating carbonara pasta|pope francis eating carbonara pasta|pope francis eating carbonara pasta
39
+ :-------------------------:|:-------------------------:|:-------------------------:
40
+ ![](https://drive.google.com/uc?export=view&id=1m9i_y031rkHjF6kvJ0ib55I7eO1yIslV) | ![](https://drive.google.com/uc?export=view&id=1MYHLIfqkbUMZ5fH4zCoQo4v23zDi0Or5) | ![](https://drive.google.com/uc?export=view&id=1v0jlWEWOW2Bo40NBO9xtY__L3DGaDoVp)
41
+
42
+ carbonara pasta with panoramic view of rome at sunset|carbonara pasta with panoramic view of rome at sunset| painting of vespa bike next to a carbonara pasta
43
+ :-------------------------:|:-------------------------:|:-------------------------:
44
+ ![](https://drive.google.com/uc?export=view&id=1ZcgU9qlJa6LJdxu7CLCXimKs_RclI6Zz) | ![](https://drive.google.com/uc?export=view&id=1DLlMINWbeNDyqR_XTSqQcBoVvaazhr1k) | ![](https://drive.google.com/uc?export=view&id=1FKiYHqYn43aA448G0IVT5mr4291wZNxy)
45
+
46
+
47
+ ## Usage
48
+ ```python
49
+ from diffusers import StableDiffusionPipeline
50
+
51
+ promt = carbonara pasta with panoramic view of rome at sunset
52
+ pipeline = StableDiffusionPipeline.from_pretrained('dacquaviva/carbonara-pasta').to("cuda")
53
+ image = pipe(promt, num_inference_steps=50, guidance_scale=7.5).images[0]
54
+ image.save("./image.png")
55
+ ```