OdysseyXL-4.0 / README.md
Spestly's picture
Added that it is powered by stability ai under the name (#6)
5886e88 verified
|
raw
history blame
3.7 kB
---
license: other
license-name: odyssey-lab-community-license
license_link: LICENSE.md
base_model:
- Spestly/OdysseyXL-3.0
library_name: diffusers
extra_gated_prompt: "By accessing this model, you agree to the terms of use as outlined in the LICENSE file and confirm that you will not use the model in ways that violate ethical guidelines."
extra_gated_fields:
Name: text
Email: text
Country: country
Birthday: date_picker
Affiliation: text
Intended Use:
type: select
options:
- Research
- Education
- Commercial
- label: Other
value: other
Agreement to the model License: checkbox
---
![Header](https://raw.githubusercontent.com/Aayan-Mishra/Images/refs/heads/main/API%20(1).png)
# OdysseyXL 4.0
*Powered By Stability Ai*
Welcome to **OdysseyXL 4.0**, the latest iteration of the OdysseyXL series, designed to push the boundaries of generative AI and digital artistry. Built on the solid foundation of OdysseyXL 3.0, this model represents a monumental leap in capability, realism, and versatility.
![Sample Image](https://raw.githubusercontent.com/Aayan-Mishra/Images/refs/heads/main/4.0-Grid.png)
## 🌟 Key Features
- **Ultra-Realistic Image Generation**: Harness the power of SDXL finetuning for lifelike, detailed visuals.
- **Enhanced Customization**: Tailor outputs with precision for diverse use cases, from creative projects to commercial applications.
- **Optimized for Speed**: Built for efficiency on A100 GPUs to deliver results faster than ever.
- **Broad Compatibility**: Works seamlessly with Hugging Face pipelines and APIs.
## Community
Feel free to join us on [The Odyssey](https://discord.gg/syR3eFFfu8) and become a part of our community.
## 🚀 Quickstart
### Using the Model
Load OdysseyXL 4.0 via the Hugging Face `DiffusionPipeline`:
```python
from diffusers import DiffusionPipeline
# Load the model
pipe = DiffusionPipeline.from_pretrained("Spestly/OdysseyXL-4.0")
# Generate an image
prompt = "A futuristic cityscape, vibrant neon colors, ultra-realistic, 8K"
image = pipe(prompt).images[0]
# Save the image
image.save("output.png")
```
OR if you wish you can use the inferencing script found on the OdysseyXL [Github](https://github.com/Aayan-Mishra/OdysseyXL)
### Requirements
- Python 3.8+
- `diffusers`, `torch`, and `transformers` libraries (Install via `pip install diffusers[torch] transformers`)
## 📂 Model Details
- **Base Architecture**: SDXL
- **Version Highlights**:
- Built on OdysseyXL 3.0 with new model enhancements for texture and lighting realism.
- Expanded prompt understanding and contextual accuracy.
![4.0vs3.0](https://raw.githubusercontent.com/Aayan-Mishra/Images/refs/heads/main/4.0%20disc.png)
## 🌍 Deployment
OdysseyXL 4.0 is available via:
- **Hugging Face Spaces**: Explore and test the model interactively.
- **API Access**: Integrate OdysseyXL into your applications with our API service (details coming soon).
## 🤝 Contributing
We welcome contributions to improve OdysseyXL. Whether you have ideas for new features, datasets, or optimizations, feel free to:
- Open an issue in the repository
- Submit a pull request
You can also join our discord server linked **below**!!
## 📜 License
OdysseyXL 4.0 is released under the **Odyssey Labs community licence**. By using this model, you agree to abide by its terms.
## 📧 Contact
For questions, suggestions, or collaborations:
- Discord server: [The Odyssey](https://discord.gg/syR3eFFfu8)
- Email: [[email protected]]([email protected]).
- Website: [Website](https://odyssey-labs.vercel.app/)
- **Submit your generated images!**: [Submit](https://tally.so/r/mZPblv)
---