Update README.md
Browse files
README.md
CHANGED
@@ -12,15 +12,15 @@ tags:
|
|
12 |
---
|
13 |
.png)
|
14 |
|
15 |
-
# OdysseyXL
|
16 |
|
17 |
-
OdysseyXL
|
18 |
|
19 |
---
|
20 |
|
21 |
## Key Features
|
22 |
|
23 |
-
- **Enhanced Realism**: OdysseyXL
|
24 |
- **Better Prompt Adherence**: Optimized to accurately interpret complex prompts and deliver results aligned with user input.
|
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.
|
@@ -32,9 +32,9 @@ Feel free to join us on [The Odyssey](https://discord.gg/syR3eFFfu8) and become
|
|
32 |
|
33 |
---
|
34 |
|
35 |
-
## Why OdysseyXL
|
36 |
|
37 |
-
The fine-tuning process for OdysseyXL
|
38 |
|
39 |
- Realistic human portraits
|
40 |
- Natural landscapes
|
@@ -45,13 +45,13 @@ The fine-tuning process for OdysseyXL 1.0 was conducted with meticulous care, ut
|
|
45 |
|
46 |
## Usage
|
47 |
|
48 |
-
You can integrate OdysseyXL
|
49 |
|
50 |
```python
|
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"
|
@@ -84,7 +84,7 @@ The fine-tuning process involved:
|
|
84 |
|
85 |
## Limitations
|
86 |
|
87 |
-
While OdysseyXL
|
88 |
|
89 |
- **Resource Requirements**: High computational power is needed for optimal performance.
|
90 |
- **Biases**: As with any AI model, outputs may reflect biases present in the training data.
|
@@ -97,14 +97,13 @@ Future updates for OdysseyXL include:
|
|
97 |
|
98 |
- Expanding the dataset for even broader versatility.
|
99 |
- Improving generation speed and resource efficiency.
|
100 |
-
- Developing OdysseyXL 2.0 with enhanced features and capabilities.
|
101 |
|
102 |
---
|
103 |
|
104 |
|
105 |
## License
|
106 |
|
107 |
-
OdysseyXL
|
108 |
|
109 |
---
|
110 |
|
|
|
12 |
---
|
13 |
.png)
|
14 |
|
15 |
+
# OdysseyXL-Zero
|
16 |
|
17 |
+
OdysseyXL-Zero is a fine-tuned version of the SDXL Base 1.0 model, tailored to produce ultra-realistic and highly detailed visual outputs. Designed to push the boundaries of AI-generated content, OdysseyXL-Zero is built for artists, developers, and researchers who seek precise and high-quality image generation for their projects.
|
18 |
|
19 |
---
|
20 |
|
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**: Optimized to accurately interpret complex prompts and deliver results aligned with user input.
|
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.
|
|
|
32 |
|
33 |
---
|
34 |
|
35 |
+
## Why OdysseyXL-Zero?
|
36 |
|
37 |
+
The fine-tuning process for OdysseyXL-Zero was conducted with meticulous care, utilizing a diverse and high-quality dataset. The model excels in areas such as:
|
38 |
|
39 |
- Realistic human portraits
|
40 |
- Natural landscapes
|
|
|
45 |
|
46 |
## Usage
|
47 |
|
48 |
+
You can integrate OdysseyXL-Zero into your project using the following code snippet:
|
49 |
|
50 |
```python
|
51 |
from diffusers import DiffusionPipeline
|
52 |
|
53 |
# Load the OdysseyXL 1.0 pipeline
|
54 |
+
pipe = DiffusionPipeline.from_pretrained("open-neo/OdysseyXL-Zero")
|
55 |
|
56 |
# Define your prompt
|
57 |
prompt = "A serene mountain landscape at sunrise, vivid colors, highly detailed, 8k resolution"
|
|
|
84 |
|
85 |
## Limitations
|
86 |
|
87 |
+
While OdysseyXL-Zero delivers remarkable results, it has some limitations:
|
88 |
|
89 |
- **Resource Requirements**: High computational power is needed for optimal performance.
|
90 |
- **Biases**: As with any AI model, outputs may reflect biases present in the training data.
|
|
|
97 |
|
98 |
- Expanding the dataset for even broader versatility.
|
99 |
- Improving generation speed and resource efficiency.
|
|
|
100 |
|
101 |
---
|
102 |
|
103 |
|
104 |
## License
|
105 |
|
106 |
+
OdysseyXL-Zero is released under the OdysseyXL Community License. For detailed terms, please refer to the LICENSE file in this repository.
|
107 |
|
108 |
---
|
109 |
|