Update README.md
Browse files
README.md
CHANGED
@@ -91,6 +91,10 @@ image = pipe(
|
|
91 |
).images[0]
|
92 |
```
|
93 |
|
|
|
|
|
|
|
|
|
94 |
## Example Prompts
|
95 |
|
96 |
### lines
|
|
|
91 |
).images[0]
|
92 |
```
|
93 |
|
94 |
+
## Upscaling
|
95 |
+
|
96 |
+
The modelx2 upscaler from https://huggingface.co/spaces/bookbot/Image-Upscaling-Playground worked quite well for upscaling the images. I used that to upscale some images for printing.
|
97 |
+
|
98 |
## Example Prompts
|
99 |
|
100 |
### lines
|