Skip to main content

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 similar
Creating 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

Requirements

Project details


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.0.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

wombo-0.3.0-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page