Giter VIP home page Giter VIP logo

waifulabs's Introduction

WaifuLabs

A unofficial wrapper for WaifuLabs (WaifuLabs用の非公式Pythonパッケージ)

PyPI PyPi - Downloads GitHub issues License

Generate a waifu (一つつのWaifuを生成します)

import waifulabs

waifu = waifulabs.GenerateWaifu()

Generate 16 waifus (16のWaifuを生成する)

import waifulabs

waifu = waifulabs.GenerateWaifus()

Save a waifu (Waifuをコンピューターに保存します)

import waifulabs

waifu = waifulabs.GenerateWaifu()

waifu.save("waifus/mywaifu.png")

Generate a big waifu (Higher quality) (大きなWaifuを生成する)

import waifulabs

waifu = waifulabs.GenerateWaifu()
bigwaifu = waifu.GenerateBigWaifu()

bigwaifu.save("waifus/mybigwaifu.png")

Generate a waifu product (Waifu製品を生成する)

import waifulabs

waifu = waifulabs.GenerateWaifu()
waifupillow = waifu.GenerateProduct(waifulabs.PILLOW)
waifuposter = waifu.GenerateProduct(waifulabs.POSTER)

waifupillow.save("waifus/mywaifupillow.png")
waifuposter.save("waifus/mywaifuposter.png")

About steps (ステップについて)

Steps is the seed waifulabs uses to modify a waifu. (ステップはWaifuの外観を変更します)

Step 0: (ステップ0)

Choose a template waifu (テンプレートWaifuを選択してください)

Step 1: (ステップ1)

Change the color palette (カラーパレットを変更する)

Step 2: (ステップ2)

File tuning of details (詳細を微調整)

Step 3: (ステップ3)

Change Pose (ポーズを変える)

Steps are available for GenerateWaifu and GenerateWaifus (Stepは、 GenerateWaifu GenerateWaifusで機能します)

Build from source (コードから構築)

On Windows run install.bat in cmd (Windowsでは、cmdで install.batを実行します)

On Linux and Mac you can run install.sh in a terminal (MacまたはLinuxでは、ターミナルで install.shを実行します)

waifulabs's People

Contributors

taromaruyuki avatar zerointensity avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.