Git Product home page Git Product logo

Comments (4)

softwareio avatar softwareio commented on August 17, 2024

I reset my pc, and reinstalled automatic11111. Problem persist. Is this a known issue or is this the first rare approach someone has made about this?

from openoutpaint.

zero01101 avatar zero01101 commented on August 17, 2024

disclaimer: apologies for the extended delay, my brain is terrible and you shouldn't expect much from me

try going to http://127.0.0.1:7860/docs#/default/text2imgapi_sdapi_v1_txt2img_post, click try it out and populate the request body input with

{
	"batch_size": 1,
	"cfg_scale": 7,
	"enable_hr": false,
	"height": 512,
	"n_iter": 1,
	"negative_prompt": "test",
	"prompt": "test",
	"restore_faces": false,
	"sampler_index": "DDIM",
	"seed": "1",
	"steps": 1,
	"width": 512
}

and execute it - it should return a base64 string if webUI's API is returning images successfully. check the a1111 console logs for errors as well beyond the browser's console

from openoutpaint.

softwareio avatar softwareio commented on August 17, 2024

No worries, take your time if you have :).

this is the log after testing the suggested,
image

The test, same outputput:
image

from openoutpaint.

zero01101 avatar zero01101 commented on August 17, 2024

sorry again for delayed responses; the fact that you're receiving the same error in bare API calls unfortunately confirms that your issue is within A1111 somewhere, likely some extension you may have installed as well... i'd suggest maybe disabling all 3rd party A111 extensions and re-enabling one by one until you find the one that's causing havoc with your API availability :/

from openoutpaint.

Related Issues (20)

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.