File size: 2,822 Bytes
0b95ce7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a1caeb2
 
0b95ce7
 
 
 
 
 
 
 
 
70de917
 
 
 
 
 
 
 
e787581
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0b95ce7
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
license: creativeml-openrail-m
tags:
- pytorch
- diffusers
- stable-diffusion
- text-to-image
- diffusion-models-class
- dreambooth-hackathon
- science
widget:
- text: A painting of StarTrek starship, Michelangelo style
---

# DreamBooth model for the StarTrek concept trained by vumichien on the vumichien/spaceship_star_trek dataset.

<img src="https://huggingface.co/vumichien/StarTrek-starship/resolve/main/1_dlgd3k5ZecT17cJOrg2NdA.jpeg" alt="StarTrek starship">

This is a Stable Diffusion model fine-tuned on the StarTrek concept with DreamBooth. It can be used by modifying the `instance_prompt`: **StarTrek starship**

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!

## Description


This is a Stable Diffusion model fine-tuned on `starship` images for the science theme.

## Examples

<figure>
  <img src="https://huggingface.co/vumichien/StarTrek-starship/resolve/main/Leonardo%20Da%20Vinci%20style.png" alt="StarTrek starship - Leonardo Da Vinci style">
  <figcaption>Text prompts for generated: A painting of StarTrek starship, Leonardo Da Vinci style
  </figcaption>
</figure>

<figure>
  <img src="https://huggingface.co/vumichien/StarTrek-starship/resolve/main/Michelangelo%20style.png" alt="StarTrek starship - Michelangelo style">
  <figcaption>Text prompts for generated: A painting of StarTrek starship, Michelangelo style
  </figcaption>
</figure>

<figure>
  <img src="https://huggingface.co/vumichien/StarTrek-starship/resolve/main/Botero%20style.png" alt="StarTrek starship - Botero style">
  <figcaption>Text prompts for generated: A painting of StarTrek starship, Botero style
  </figcaption>
</figure>

<figure>
  <img src="https://huggingface.co/vumichien/StarTrek-starship/resolve/main/Pierre-Auguste%20Renoir%20style.png" alt="StarTrek starship - Pierre-Auguste Renoir style">
  <figcaption>Text prompts for generated: A painting of StarTrek starship, Pierre-Auguste Renoir style
  </figcaption>
</figure>

<figure>
  <img src="https://huggingface.co/vumichien/StarTrek-starship/resolve/main/Vincent%20Van%20Gogh%20style.png" alt="StarTrek starship - Vincent Van Gogh style">
  <figcaption>Text prompts for generated: A painting of StarTrek starship, Vincent Van Gogh style
  </figcaption>
</figure>

<figure>
  <img src="https://huggingface.co/vumichien/StarTrek-starship/resolve/main/Rembrandt%20style.png" alt="StarTrek starship - Rembrandt style">
  <figcaption>Text prompts for generated: A painting of StarTrek starship, Rembrandt style
  </figcaption>
</figure>

## Usage

```python
from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('vumichien/StarTrek-starship')
image = pipeline().images[0]
image
```