Code Monkey home page Code Monkey logo

automatic1111-sd-2-1-banana's People

Contributors

patienceai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

automatic1111-sd-2-1-banana's Issues

Empty response from Banana

Banana is giving me an empty response (undefined). Not an object with image(s)

Input:

{
  "endpoint": "txt2img",
  "params": {
    "prompt": "an astronaut riding a (horse:motorcycle:0.5) on the moon",
    "negative_prompt": "cartoonish, low quality",
    "steps": 25,
    "sampler_name": "Euler a",
    "cfg_scale": 7.5,
    "seed": 42,
    "batch_size": 1,
    "n_iter": 1,
    "width": 768,
    "height": 768,
    "tiling": false
    
  }
}

Change the model used via API ?

Is it possible to deploy this on banana but with different models that can be used via the API ? So for instance in the front-end of our app the user can select the model that will process their prompt ? eg. open journey, rev animated etc ?

List of all acceptable samplers ?

Is it possible to get a list of all the accepted sampler names for this version ? eg. Euler, DPM++, Heun etc. I've tried some and I get an error, so it would be great to document what is accepted :) Thanks!

would like to customize modelOutputs

First off great repo for banana.dev it's working great!

I would like to have custom modelOutputs json returned in the return payload.

I would like all the params returned so i know what call payload was.

I forked and added this in script.py:

if mode == 'banana_compat' and 'images' in output:
output = {
"base64_output": output["images"][0],
"callParams": params
}

return output

but callParams is nill.

Any help would be appreciated. thanks -foo

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.