AI picture generated tool
Project description
Hi there, I'm
I am a module for using wombo dream ai (neural network of image generation)
There are some changes in the new version of dream, We did not record the last version, so you will have to rewrite your previous code. We apologize for the sincere inconvenience
Documentation
For the asynchronous use case, it is similarCreating an instance
from wombo import Dream dream = Dream()
Generate picture
from wombo.models import TaskModel picture: TaskModel = dream.generate("anime waifu")
API
task: TaskModel = dream.api.create_task("anime waifu") dream.api.check_task(task.id)
Styles
from wombo.models import StyleModel styles: = dream.styles._get_styles() dream.styles["Dreamland v3"] # Required after executing _get_styles()
Creditless
- @mayneryt her give me algoritm
- @pokedim13 me
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wombo-0.3.2.tar.gz
(6.0 kB
view hashes)
Built Distribution
wombo-0.3.2-py3-none-any.whl
(8.0 kB
view hashes)