Update README.md
Browse files
README.md
CHANGED
|
@@ -22,21 +22,19 @@ license: creativeml-openrail-m
|
|
| 22 |
|
| 23 |
# ARTificialJourney-1.0 768X768
|
| 24 |
|
| 25 |
-

|
| 26 |
-
|
| 27 |
This is an AI model trained on ~100 hand picked 768X768 images targeted to get the best close up portrait pictures, as well as amazing looking landscapes. Full body portrait will be improved in the next update of this model. Please use the keywords **"artificial-journey style"** before or after the prompt. Also be sure to add more detailed text to the prompt to get the best results. Resolutions 1024x768px, 768x1024px, and 768x768 work best for this model.
|
| 28 |
|
| 29 |
*.safetensors file was generated using the new sd-webui-model-converter.*
|
| 30 |
|
| 31 |
# Examples (As is images, no upsclaing or face improvements were used)
|
| 32 |
-

|
| 33 |
|
| 34 |
**Have fun generating!**
|
| 35 |
|
| 36 |
### CKPT & Safetensors Download
|
| 37 |
|
| 38 |
-
[Download ARTificialJourneyV1-768px.ckpt) (2.9GB)](https://huggingface.co/)
|
| 39 |
-
[Download ARTificialJourneyV1-768px.safetensors) (2.9GB)](https://huggingface.co/)
|
| 40 |
|
| 41 |
### 🧨 Diffusers
|
| 42 |
|
|
@@ -60,7 +58,7 @@ image = pipe(prompt, num_inference_steps=30).images[0]
|
|
| 60 |
image.save("./result.jpg")
|
| 61 |
```
|
| 62 |
|
| 63 |
-

|
| 64 |
|
| 65 |
## License
|
| 66 |
|
|
|
|
| 22 |
|
| 23 |
# ARTificialJourney-1.0 768X768
|
| 24 |
|
|
|
|
|
|
|
| 25 |
This is an AI model trained on ~100 hand picked 768X768 images targeted to get the best close up portrait pictures, as well as amazing looking landscapes. Full body portrait will be improved in the next update of this model. Please use the keywords **"artificial-journey style"** before or after the prompt. Also be sure to add more detailed text to the prompt to get the best results. Resolutions 1024x768px, 768x1024px, and 768x768 work best for this model.
|
| 26 |
|
| 27 |
*.safetensors file was generated using the new sd-webui-model-converter.*
|
| 28 |
|
| 29 |
# Examples (As is images, no upsclaing or face improvements were used)
|
| 30 |
+

|
| 31 |
|
| 32 |
**Have fun generating!**
|
| 33 |
|
| 34 |
### CKPT & Safetensors Download
|
| 35 |
|
| 36 |
+
[Download ARTificialJourneyV1-768px.ckpt) (2.9GB)](https://huggingface.co/Kaludi/ARTificialJourney-v1.0-768/blob/main/ARTificialJourneyV1-768px.ckpt)
|
| 37 |
+
[Download ARTificialJourneyV1-768px.safetensors) (2.9GB)](https://huggingface.co/Kaludi/ARTificialJourney-v1.0-768/blob/main/ARTificialJourneyV1-768px.safetensors)
|
| 38 |
|
| 39 |
### 🧨 Diffusers
|
| 40 |
|
|
|
|
| 58 |
image.save("./result.jpg")
|
| 59 |
```
|
| 60 |
|
| 61 |
+

|
| 62 |
|
| 63 |
## License
|
| 64 |
|