TheRafal commited on
Commit
8b87b69
1 Parent(s): fc969af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -65,13 +65,21 @@ from diffusers import StableDiffusionPipeline
65
 
66
  pipe = StableDiffusionPipeline.from_pretrained('TheRafal/everything-v1', torch_dtype=torch.float32).to('cuda')
67
 
68
- prompt = "masterpiece, 1girl, blonde hair, blue eyes, colorful, cumulonimbus clouds, lighting, long hair, city, hoodie"
69
  with autocast("cuda"):
70
  image = pipe(prompt, num_inference_steps=50, guidance_scale=7.5)["images"][0]
71
 
72
  image.save(prompt.replace(" ", "_") + ".png")
73
  ```
74
 
 
 
 
 
 
 
 
 
75
  ----
76
 
77
  # Examples
@@ -111,5 +119,5 @@ The CreativeML OpenRAIL License specifies:
111
 
112
  # Terms of use
113
 
114
- - **Clearly indicate where modifications have been made.**
115
  If you used it for merging, please state what steps you took to do so.
 
65
 
66
  pipe = StableDiffusionPipeline.from_pretrained('TheRafal/everything-v1', torch_dtype=torch.float32).to('cuda')
67
 
68
+ prompt = "masterpiece, 1girl, blonde hair, blue eyes, colorful, cumulonimbus clouds, lighting, short hair, city, hoodie, night"
69
  with autocast("cuda"):
70
  image = pipe(prompt, num_inference_steps=50, guidance_scale=7.5)["images"][0]
71
 
72
  image.save(prompt.replace(" ", "_") + ".png")
73
  ```
74
 
75
+ <details>
76
+ <summary>SHOW IMAGE</summary>
77
+
78
+ **Anime Girl:**
79
+ ![Anime Girl](https://huggingface.co/TheRafal/everything-v1/resolve/main/img/test.png)
80
+
81
+ </details>
82
+
83
  ----
84
 
85
  # Examples
 
119
 
120
  # Terms of use
121
 
122
+ **Clearly indicate where modifications have been made.**
123
  If you used it for merging, please state what steps you took to do so.