prompthero commited on
Commit
c187919
1 Parent(s): 15575d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  license: creativeml-openrail-m
9
  ---
10
 
11
- # Stable Diffusion fine tuned on Midjourney v4 images, by [PromptHero](https://prompthero.com/)
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 midjourney-v4-diffusion:
20
  [![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](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 Midjourney v4 Diffusion
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/midjourney-prompts?version=4) for more Midjourney v4 prompts and inspiration.
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/midjourney-v4-diffusion "
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
  [![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](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"