Update README.md
Browse files
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,
|
| 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 |
-
|
| 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 |
+

|
| 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.
|