patrickvonplaten commited on
Commit
121c639
1 Parent(s): 7aa21e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -15
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
  language:
3
  - en
4
- license: other
5
  tags:
6
  - stable-diffusion
7
  - stable-diffusion-diffusers
@@ -10,6 +9,7 @@ tags:
10
  - artistic
11
  - diffusers
12
  inference: true
 
13
  ---
14
 
15
  # Protogen_x3.4
@@ -24,7 +24,7 @@ We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run dreaml
24
 
25
  ### CompVis
26
 
27
- [Download dreamlike-diffusion-1.0.ckpt (2.13GB)](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0/resolve/main/dreamlike-diffusion-1.0.ckpt)
28
 
29
  ### 🧨 Diffusers
30
 
@@ -42,24 +42,13 @@ prompt = (
42
  "trending on CGSociety, Intricate, High Detail, Sharp focus, dramatic, photorealistic painting art by midjourney and greg rutkowski"
43
  )
44
 
45
- model_id = "dreamlike-art/dreamlike-diffusion-1.0"
46
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
47
  pipe = pipe.to("cuda")
48
 
49
- prompt = "dreamlikeart, a grungy woman with rainbow hair, travelling between dimensions, dynamic pose, happy, soft eyes and narrow chin, extreme bokeh, dainty figure, long hair straight down, torn kawaii shirt and baggy jeans, In style of by Jordan Grimmer and greg rutkowski, crisp lines and color, complex background, particles, lines, wind, concept art, sharp focus, vivid colors"
50
  image = pipe(prompt).images[0]
51
 
52
  image.save("./result.jpg")
53
  ```
54
 
55
- # License
56
-
57
- This model is licesed under a **modified** CreativeML OpenRAIL-M license.
58
-
59
- - **You can't host or use the model or its derivatives on websites/apps/etc., from which you earn, will earn, or plan to earn revenue or donations. If you want to, please email us at [email protected]**
60
- - **You are free to host the model card and files (Without any actual inference or finetuning) on both commercial and non-commercial websites/apps/etc. Please state the full model name (Dreamlike Diffusion 1.0) and include a link to the model card (https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0)**
61
- - **You are free to host the model or its derivatives on completely non-commercial websites/apps/etc (Meaning you are not getting ANY revenue or donations). Please state the full model name (Dreamlike Diffusion 1.0) and include a link to the model card (https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0)**
62
- - **You are free to use the outputs of the model or the outputs of the model's derivatives for commercial purposes in teams of 10 or less**
63
- - You can't use the model to deliberately produce nor share illegal or harmful outputs or content
64
- - The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
65
- - You may re-distribute the weights. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the **modified** CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully) Please read the full license here: https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0/blob/main/LICENSE.md
 
1
  ---
2
  language:
3
  - en
 
4
  tags:
5
  - stable-diffusion
6
  - stable-diffusion-diffusers
 
9
  - artistic
10
  - diffusers
11
  inference: true
12
+ license: creativeml-openrail-m
13
  ---
14
 
15
  # Protogen_x3.4
 
24
 
25
  ### CompVis
26
 
27
+ [Download ProtoGen_X3.4.ckpt) (5.98GB)](https://huggingface.co/darkstorm2150/Protogen_x3.4_Official_Release/blob/main/ProtoGen_X3.4.ckpt)
28
 
29
  ### 🧨 Diffusers
30
 
 
42
  "trending on CGSociety, Intricate, High Detail, Sharp focus, dramatic, photorealistic painting art by midjourney and greg rutkowski"
43
  )
44
 
45
+ model_id = "darkstorm2150/Protogen_x3.4_Official_Release"
46
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
47
  pipe = pipe.to("cuda")
48
 
 
49
  image = pipe(prompt).images[0]
50
 
51
  image.save("./result.jpg")
52
  ```
53
 
54
+ ![img](https://huggingface.co/datasets/patrickvonplaten/images/resolve/main/protogen/rswf5qk9be9a1.jpg)