Metadata-Version: 2.1
Name: somnium
Version: 8.9.8
Summary: Create beautiful artwork using the power of AI.
Home-page: https://odium.us
Author: odi
Author-email: ivuxey@gmail.com
License: MIT
Project-URL: Bug Tracker, https://t.me/feelded
Keywords: ai,stablediffusion,dream,somnium
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">
<h1>Somnium</h1>
Create beautiful artwork using the power of AI
</div>



<h2>Installation:</h2>

```bash
>>> python3 -m pip install somnium
```

<h2>Examples:</h2>

```python
>>> from somnium import Somnium

>>> # Get Styles UI
>>> print(Somnium.StylesGraph())

>>> # Get Styles
>>> s = Somnium.Styles()

>>> # Generate Artwork
>>> print(Somnium.Generate('Girl', s[list(s.keys())[0]]))
```
