Giter Club home page Giter Club logo

kviimager's Introduction

kviimager

All about KVIImager 2.0. Prmots, how is it working, how to get api

How to use

Open in Colab: Open In Colab

Try it for free there: https://huggingface.co/spaces/Kvikontent/kviimager

Free android app there: https://bit.ly/kviimager

API

To call api in python you can use this:

import requests
from PIL import Image
from io import BytesIO

url = 'https://ee1f-217-71-237-228.ngrok-free.app/generate_image'  # Assuming 'generate_image' is the endpoint
params = {'prompt': 'YOUR_ACTUAL_PROMPT'}
response = requests.get(url, params=params)

image = Image.open(BytesIO(response.content))
image.show()

Or using curl:

# Making a GET request to the API endpoint and saving the response as an image file
curl "https://ee1f-217-71-237-228.ngrok-free.app/generate_image?prompt=YOUR_ACTUAL_PROMPT" --output output_image.jpg

Prompts

Here is the list of promts that ai is understands:

  • face
  • landscape
  • animal
  • car
  • food
  • boat
  • logo
  • eye
  • beard
  • avatar
  • dreadlocks
  • soap
  • sumsung
  • phone
  • iphone
  • code
  • youtube
  • backrooms
  • dog
  • doll
  • background
  • rock
  • gold robot
  • house
  • horse
  • money
  • rainbow
  • rain
  • future
  • beach
  • sun
  • bread
  • fountain
  • tree
  • book
  • apple
  • wednesday
  • snow
  • grandpa
  • aurora
  • nightfall
  • garlic
  • telegram
  • banana
  • gorilla
  • usa
  • france
  • monkey
  • circle
  • sphere
  • square
  • cube
  • piano
  • hole
  • albania
  • heart
  • mouse
  • rat
  • dot
  • pencil
  • pen
  • phinx cat
  • chinese crested
  • pushkin
  • lamp
  • hunger games
  • zombieland
  • pig
  • jeep
  • ford
  • universe
  • sawfilm
  • cloudes
  • xxxtentacion
  • juicewrld
  • dua lipa
  • billie eilish
  • pgia2
  • dark
  • weeknd
  • openai
  • man
  • girl
  • love
  • live
  • disutopia
  • jbl
  • speaker
  • screen
  • google
  • number
  • two
  • three
  • art

18+ Images

To generate 18+ images in KVIImager, you need to use ""18"" parametre, like promts:

  • blood, 18

Promt "blood" will give error because there isn't "18"!

kviimager's People

Contributors

vasiliy-katsyka avatar

Stargazers

 avatar

Watchers

 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.