OdysseyXL
Collection
4 items
β’
Updated
β’
1
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.
Load OdysseyXL 4.0 via the Hugging Face DiffusionPipeline
:
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
diffusers
, torch
, and transformers
libraries (Install via pip install diffusers[torch] transformers
)OdysseyXL 4.0 is available via:
We welcome contributions to improve OdysseyXL. Whether you have ideas for new features, datasets, or optimizations, feel free to:
OdysseyXL 4.0 is released under the Stability.ai community licence. By using this model, you agree to abide by its terms.
For questions, suggestions, or collaborations:
Base model
stabilityai/stable-diffusion-xl-base-1.0