Commit
·
c187919
1
Parent(s):
15575d3
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
license: creativeml-openrail-m
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# Stable Diffusion fine tuned on Midjourney
|
| 12 |
|
| 13 |
Use prompt: 'mdjrny-v4 style'
|
| 14 |
|
|
@@ -16,7 +16,7 @@ Use prompt: 'mdjrny-v4 style'
|
|
| 16 |
|
| 17 |
# Gradio
|
| 18 |
|
| 19 |
-
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run
|
| 20 |
[](https://huggingface.co/spaces/akhaliq/midjourney-v4-diffusion)
|
| 21 |
|
| 22 |
|
|
@@ -24,14 +24,14 @@ We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run midjou
|
|
| 24 |
|
| 25 |
|
| 26 |
|
| 27 |
-
### Stable Diffusion v1.5 vs
|
| 28 |
(Same parameters, just added "mdjrny-v4 style" at the beginning):
|
| 29 |
<img src="https://s3.amazonaws.com/moonup/production/uploads/1667904587642-63265d019f9d19bfd4f45031.png" width="100%"/>
|
| 30 |
<img src="https://s3.amazonaws.com/moonup/production/uploads/1667904587623-63265d019f9d19bfd4f45031.png" width="100%"/>
|
| 31 |
<img src="https://s3.amazonaws.com/moonup/production/uploads/1667904587609-63265d019f9d19bfd4f45031.png" width="100%"/>
|
| 32 |
<img src="https://s3.amazonaws.com/moonup/production/uploads/1667904587646-63265d019f9d19bfd4f45031.png" width="100%"/>
|
| 33 |
|
| 34 |
-
[Click here](https://prompthero.com/
|
| 35 |
|
| 36 |
|
| 37 |
|
|
@@ -45,7 +45,7 @@ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/op
|
|
| 45 |
```python
|
| 46 |
from diffusers import StableDiffusionPipeline
|
| 47 |
import torch
|
| 48 |
-
model_id = "prompthero/
|
| 49 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
| 50 |
pipe = pipe.to("cuda")
|
| 51 |
prompt = "retro serie of different cars with different colors and shapes, mdjrny-v4 style"
|
|
|
|
| 8 |
license: creativeml-openrail-m
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Openjourney is an open source Stable Diffusion fine tuned model on Midjourney images, by [PromptHero](https://prompthero.com/)
|
| 12 |
|
| 13 |
Use prompt: 'mdjrny-v4 style'
|
| 14 |
|
|
|
|
| 16 |
|
| 17 |
# Gradio
|
| 18 |
|
| 19 |
+
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run Openjourney:
|
| 20 |
[](https://huggingface.co/spaces/akhaliq/midjourney-v4-diffusion)
|
| 21 |
|
| 22 |
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
|
| 27 |
+
### Stable Diffusion v1.5 vs Openjourney
|
| 28 |
(Same parameters, just added "mdjrny-v4 style" at the beginning):
|
| 29 |
<img src="https://s3.amazonaws.com/moonup/production/uploads/1667904587642-63265d019f9d19bfd4f45031.png" width="100%"/>
|
| 30 |
<img src="https://s3.amazonaws.com/moonup/production/uploads/1667904587623-63265d019f9d19bfd4f45031.png" width="100%"/>
|
| 31 |
<img src="https://s3.amazonaws.com/moonup/production/uploads/1667904587609-63265d019f9d19bfd4f45031.png" width="100%"/>
|
| 32 |
<img src="https://s3.amazonaws.com/moonup/production/uploads/1667904587646-63265d019f9d19bfd4f45031.png" width="100%"/>
|
| 33 |
|
| 34 |
+
[Click here](https://prompthero.com/search?model=Midjourney+Diffusion&q=road+) for more Openjourney prompts and inspiration.
|
| 35 |
|
| 36 |
|
| 37 |
|
|
|
|
| 45 |
```python
|
| 46 |
from diffusers import StableDiffusionPipeline
|
| 47 |
import torch
|
| 48 |
+
model_id = "prompthero/openjourney"
|
| 49 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
| 50 |
pipe = pipe.to("cuda")
|
| 51 |
prompt = "retro serie of different cars with different colors and shapes, mdjrny-v4 style"
|