Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,12 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
-
license: other
|
5 |
-
license_name: ocl
|
6 |
-
license_link: LICENSE.md
|
7 |
library_name: diffusers
|
8 |
tags:
|
9 |
- realism,
|
10 |
- SDXL,
|
11 |
- photorealism,
|
|
|
12 |
---
|
13 |
.png)
|
14 |
|
@@ -21,20 +19,15 @@ OdysseyXL-Zero is a fine-tuned version of the SDXL Base 1.0 model, tailored to p
|
|
21 |
## Key Features
|
22 |
|
23 |
- **Enhanced Realism**: OdysseyXL-Zero generates images with superior clarity, natural tones, and fine detail compared to the base SDXL model.
|
24 |
-
- **Better Prompt Adherence**:
|
25 |
- **Wide Application Range**: Suitable for use cases including creative design, advertising, game development, and research.
|
26 |
- **Open Weights**: Built on open-source principles, ensuring transparency and adaptability.
|
27 |
|
28 |
---
|
29 |
|
30 |
-
# Community
|
31 |
-
Feel free to join us on [Open-Neo](https://discord.gg/syR3eFFfu8) and become a part of our community.
|
32 |
-
|
33 |
-
---
|
34 |
-
|
35 |
## Why OdysseyXL-Zero?
|
36 |
|
37 |
-
The fine-tuning process for OdysseyXL-Zero was conducted with meticulous care,
|
38 |
|
39 |
- Realistic human portraits
|
40 |
- Natural landscapes
|
@@ -51,7 +44,7 @@ You can integrate OdysseyXL-Zero into your project using the following code snip
|
|
51 |
from diffusers import DiffusionPipeline
|
52 |
|
53 |
# Load the OdysseyXL 1.0 pipeline
|
54 |
-
pipe = DiffusionPipeline.from_pretrained("
|
55 |
|
56 |
# Define your prompt
|
57 |
prompt = "A serene mountain landscape at sunrise, vivid colors, highly detailed, 8k resolution"
|
@@ -103,13 +96,10 @@ Future updates for OdysseyXL include:
|
|
103 |
|
104 |
## License
|
105 |
|
106 |
-
OdysseyXL-Zero is released under the
|
107 |
|
108 |
---
|
109 |
|
110 |
## 📧 Contact
|
111 |
|
112 |
-
For questions, suggestions, or collaborations:
|
113 |
-
- Discord Server: [Open-Neo](https://discord.gg/syR3eFFfu8)
|
114 |
-
- Website: [Website](https://open-neo.vercel.app/)
|
115 |
- **Submit your generated images!**: [Submit](https://tally.so/r/mZPblv)
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
|
|
|
|
4 |
library_name: diffusers
|
5 |
tags:
|
6 |
- realism,
|
7 |
- SDXL,
|
8 |
- photorealism,
|
9 |
+
license: mit
|
10 |
---
|
11 |
.png)
|
12 |
|
|
|
19 |
## Key Features
|
20 |
|
21 |
- **Enhanced Realism**: OdysseyXL-Zero generates images with superior clarity, natural tones, and fine detail compared to the base SDXL model.
|
22 |
+
- **Better Prompt Adherence**: Optimised to accurately interpret complex prompts and deliver results aligned with user input.
|
23 |
- **Wide Application Range**: Suitable for use cases including creative design, advertising, game development, and research.
|
24 |
- **Open Weights**: Built on open-source principles, ensuring transparency and adaptability.
|
25 |
|
26 |
---
|
27 |
|
|
|
|
|
|
|
|
|
|
|
28 |
## Why OdysseyXL-Zero?
|
29 |
|
30 |
+
The fine-tuning process for OdysseyXL-Zero was conducted with meticulous care, utilising a diverse and high-quality dataset. The model excels in areas such as:
|
31 |
|
32 |
- Realistic human portraits
|
33 |
- Natural landscapes
|
|
|
44 |
from diffusers import DiffusionPipeline
|
45 |
|
46 |
# Load the OdysseyXL 1.0 pipeline
|
47 |
+
pipe = DiffusionPipeline.from_pretrained("Spestly/OdysseyXL-Zero")
|
48 |
|
49 |
# Define your prompt
|
50 |
prompt = "A serene mountain landscape at sunrise, vivid colors, highly detailed, 8k resolution"
|
|
|
96 |
|
97 |
## License
|
98 |
|
99 |
+
OdysseyXL-Zero is released under the MIT. For detailed terms, please refer to the LICENSE file in this repository.
|
100 |
|
101 |
---
|
102 |
|
103 |
## 📧 Contact
|
104 |
|
|
|
|
|
|
|
105 |
- **Submit your generated images!**: [Submit](https://tally.so/r/mZPblv)
|