Spestly commited on
Commit
20f3e23
·
verified ·
1 Parent(s): 364e62b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -5,7 +5,7 @@ license: other
5
  license_name: ocl
6
  license_link: LICENSE.md
7
  base_model:
8
- - Spestly/OdysseyXL-2.0
9
  library_name: diffusers
10
  tags:
11
  - realism,
@@ -14,16 +14,16 @@ tags:
14
  ---
15
  ![Header](https://raw.githubusercontent.com/Aayan-Mishra/Images/refs/heads/main/API%20(1).png)
16
 
17
- # OdysseyXL 3.0
18
 
19
- OdysseyXL 3.0 marks the pinnacle of the OdysseyXL fine-tune series, showcasing unmatched advancements in image generation capabilities. Building on the successes of versions 1.0 and 2.0, this iteration pushes the boundaries of realism, versatility, and efficiency, offering users a state-of-the-art tool for their creative and professional projects.
20
 
21
  ---
22
 
23
 
24
  ## Key Features
25
 
26
- - **Unprecedented Realism**: OdysseyXL 3.0 achieves hyper-realistic imagery with enhanced dynamic lighting, intricate textures, and natural details.
27
  - **Next-Gen Prompt Understanding**: Handles even more nuanced and context-aware prompts with exceptional accuracy.
28
  - **Expanded Application Scope**: From cinematic visuals to advanced simulations, OdysseyXL 3.0 adapts seamlessly to a wide range of use cases.
29
  - **Streamlined Performance**: Optimized for faster generation times without compromising quality, even on mid-tier GPUs.
@@ -35,9 +35,9 @@ Feel free to join us on [The Odyssey](https://discord.gg/syR3eFFfu8) and become
35
 
36
  ---
37
 
38
- ## Why OdysseyXL 3.0?
39
 
40
- OdysseyXL 3.0 redefines what's possible with fine-tuned diffusion models by integrating:
41
 
42
  - **Massive Training Dataset**: Incorporating ultra-high-resolution images across diverse categories for unmatched generalization.
43
  - **User Feedback Integration**: Addressing community feedback to improve robustness and prompt fidelity.
@@ -46,13 +46,13 @@ OdysseyXL 3.0 redefines what's possible with fine-tuned diffusion models by inte
46
 
47
  ## Usage
48
 
49
- Using OdysseyXL 3.0 in your workflow is effortless. Here’s how to get started:
50
 
51
  ```python
52
  from diffusers import DiffusionPipeline
53
 
54
  # Load the OdysseyXL 3.0 pipeline
55
- pipe = DiffusionPipeline.from_pretrained("Spestly/OdysseyXL-3.0")
56
 
57
  # Define your prompt
58
  prompt = "A hyper-realistic depiction of a futuristic scientist in a high-tech laboratory, detailed lighting, 8K resolution"
@@ -69,7 +69,7 @@ image.show()
69
 
70
  ## Fine-Tuning Innovations
71
 
72
- OdysseyXL 3.0 was crafted with the most advanced methodologies to date:
73
 
74
  1. **Expanded Dataset Diversity**: Leveraging an even broader set of high-quality and niche datasets.
75
  2. **Multi-Step Optimization**: Applying novel techniques like cross-attention refinement for unparalleled detail.
@@ -85,7 +85,7 @@ OdysseyXL 3.0 was crafted with the most advanced methodologies to date:
85
 
86
  ## Limitations
87
 
88
- While OdysseyXL 3.0 sets a new standard, it’s not without limitations:
89
 
90
  - **Hardware Requirements**: Optimal performance requires a powerful GPU setup.
91
  - **Training Data Biases**: Outputs may reflect biases inherent in the training data.
@@ -97,7 +97,7 @@ While OdysseyXL 3.0 sets a new standard, it’s not without limitations:
97
  The journey doesn’t stop here. Future plans for OdysseyXL include:
98
 
99
  - Expanding datasets further to encompass rare and unique themes.
100
- - Development of OdysseyXL 4.0 with plans for an Ultra series for 2.0+
101
  - Optimization for mobile and edge devices.
102
 
103
  ---
@@ -105,7 +105,7 @@ The journey doesn’t stop here. Future plans for OdysseyXL include:
105
 
106
  ## License
107
 
108
- OdysseyXL 3.0 is released under the Stability.ai Community License. Refer to the LICENSE file in this repository for detailed terms.
109
 
110
  ---
111
 
 
5
  license_name: ocl
6
  license_link: LICENSE.md
7
  base_model:
8
+ - open-neo/OdysseyXL-V1
9
  library_name: diffusers
10
  tags:
11
  - realism,
 
14
  ---
15
  ![Header](https://raw.githubusercontent.com/Aayan-Mishra/Images/refs/heads/main/API%20(1).png)
16
 
17
+ # OdysseyXL-V2
18
 
19
+ OdysseyXL-V2 marks the pinnacle of the OdysseyXL fine-tune series, showcasing unmatched advancements in image generation capabilities. Building on the successes of versions 1.0 and 2.0, this iteration pushes the boundaries of realism, versatility, and efficiency, offering users a state-of-the-art tool for their creative and professional projects.
20
 
21
  ---
22
 
23
 
24
  ## Key Features
25
 
26
+ - **Unprecedented Realism**: OdysseyXL-V2 achieves hyper-realistic imagery with enhanced dynamic lighting, intricate textures, and natural details.
27
  - **Next-Gen Prompt Understanding**: Handles even more nuanced and context-aware prompts with exceptional accuracy.
28
  - **Expanded Application Scope**: From cinematic visuals to advanced simulations, OdysseyXL 3.0 adapts seamlessly to a wide range of use cases.
29
  - **Streamlined Performance**: Optimized for faster generation times without compromising quality, even on mid-tier GPUs.
 
35
 
36
  ---
37
 
38
+ ## Why OdysseyXL-V2?
39
 
40
+ OdysseyXL-V2 redefines what's possible with fine-tuned diffusion models by integrating:
41
 
42
  - **Massive Training Dataset**: Incorporating ultra-high-resolution images across diverse categories for unmatched generalization.
43
  - **User Feedback Integration**: Addressing community feedback to improve robustness and prompt fidelity.
 
46
 
47
  ## Usage
48
 
49
+ OdysseyXL-V2 in your workflow is effortless. Here’s how to get started:
50
 
51
  ```python
52
  from diffusers import DiffusionPipeline
53
 
54
  # Load the OdysseyXL 3.0 pipeline
55
+ pipe = DiffusionPipeline.from_pretrained("open-neo/OdysseyXL-V2")
56
 
57
  # Define your prompt
58
  prompt = "A hyper-realistic depiction of a futuristic scientist in a high-tech laboratory, detailed lighting, 8K resolution"
 
69
 
70
  ## Fine-Tuning Innovations
71
 
72
+ OdysseyXL-V2 was crafted with the most advanced methodologies to date:
73
 
74
  1. **Expanded Dataset Diversity**: Leveraging an even broader set of high-quality and niche datasets.
75
  2. **Multi-Step Optimization**: Applying novel techniques like cross-attention refinement for unparalleled detail.
 
85
 
86
  ## Limitations
87
 
88
+ While OdysseyXL-V2 sets a new standard, it’s not without limitations:
89
 
90
  - **Hardware Requirements**: Optimal performance requires a powerful GPU setup.
91
  - **Training Data Biases**: Outputs may reflect biases inherent in the training data.
 
97
  The journey doesn’t stop here. Future plans for OdysseyXL include:
98
 
99
  - Expanding datasets further to encompass rare and unique themes.
100
+ - Development of OdysseyXL V2.5 with plans for an Ultra series for 2.0+
101
  - Optimization for mobile and edge devices.
102
 
103
  ---
 
105
 
106
  ## License
107
 
108
+ OdysseyXL-V2 is released under the OdysseyXL Community License. Refer to the LICENSE file in this repository for detailed terms.
109
 
110
  ---
111