Skip to content

pokedim13/wombo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages