Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 1.89 KB

README.md

File metadata and controls

63 lines (51 loc) · 1.89 KB

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