Code Monkey home page Code Monkey logo

Comments (9)

TheMeIonGod avatar TheMeIonGod commented on July 3, 2024 1

I had this pop up a couple times and I totally forgot how it went away. Try turning it off and back on again (relaunch both SD and ooba)?

That appears to have done it. It is now working. (Hopefully I can keep the Issue closed this time)

from oobabot.

jmoney7823956789378 avatar jmoney7823956789378 commented on July 3, 2024

If you're using the config.yml file, try ws://your.ip.address.here:port
Otherwise, --stable-diffusion-url http://your.ip.address.here:port/ should work.
Can you reach it from the machine oobabot is running on, via other methods? (ping, nc, etc)

from oobabot.

TheMeIonGod avatar TheMeIonGod commented on July 3, 2024

If you're using the config.yml file, try ws://your.ip.address.here:port Otherwise, --stable-diffusion-url http://your.ip.address.here:port/ should work. Can you reach it from the machine oobabot is running on, via other methods? (ping, nc, etc)

That actually worked. Why? I have no Idea since I put that same exact thing in before.

from oobabot.

TheMeIonGod avatar TheMeIonGod commented on July 3, 2024

Ok Now that it sees the stable diffusion it won't actually start the bot when I put --stable-diffusion-url http://192.168.0.23:7900/ into it.

from oobabot.

jmoney7823956789378 avatar jmoney7823956789378 commented on July 3, 2024

I have no idea... you're passing --api in the args for stable diffusion, right?

from oobabot.

TheMeIonGod avatar TheMeIonGod commented on July 3, 2024

I have no idea... you're passing --api in the args for stable diffusion, right?

Correct. Again I am running a bot that runs similar to this one but with stable diffusion. The actual Text-generation-WebUI can use it (Which is running on the same PC as Oobabot but not stable diffusion). I can even open stable diffusion's webui on the PC I am running oobabot on.

from oobabot.

TheMeIonGod avatar TheMeIonGod commented on July 3, 2024

Ok Now that it sees the stable diffusion it won't actually start the bot when I put --stable-diffusion-url http://192.168.0.23:7900/ into it.

Great... now it is back to not detecting it again.

from oobabot.

TheMeIonGod avatar TheMeIonGod commented on July 3, 2024

Update. I see when It tries to connect to Stable Diffusion. The Console pops out this error: During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "H:\stable-diffusion-webui\modules\api\api.py", line 144, in exception_handling
return await call_next(request)
File "H:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\base.py", line 84, in call_next
raise app_exc
File "H:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\base.py", line 70, in coro
await self.app(scope, receive_or_disconnect, send_no_error)
File "H:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\base.py", line 108, in call
response = await self.dispatch_func(request, call_next)
File "H:\stable-diffusion-webui\modules\api\api.py", line 109, in log_and_time
res: Response = await call_next(req)
File "H:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\base.py", line 84, in call_next
raise app_exc
File "H:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\base.py", line 70, in coro
await self.app(scope, receive_or_disconnect, send_no_error)
File "H:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\gzip.py", line 24, in call
await responder(scope, receive, send)
File "H:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\gzip.py", line 44, in call
await self.app(scope, receive, self.send_with_gzip)
File "H:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\exceptions.py", line 79, in call
raise exc
File "H:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\exceptions.py", line 68, in call
await self.app(scope, receive, sender)
File "H:\stable-diffusion-webui\venv\lib\site-packages\fastapi\middleware\asyncexitstack.py", line 21, in call
raise e
File "H:\stable-diffusion-webui\venv\lib\site-packages\fastapi\middleware\asyncexitstack.py", line 18, in call
await self.app(scope, receive, send)
File "H:\stable-diffusion-webui\venv\lib\site-packages\starlette\routing.py", line 718, in call
await route.handle(scope, receive, send)
File "H:\stable-diffusion-webui\venv\lib\site-packages\starlette\routing.py", line 276, in handle
await self.app(scope, receive, send)
File "H:\stable-diffusion-webui\venv\lib\site-packages\starlette\routing.py", line 66, in app
response = await func(request)
File "H:\stable-diffusion-webui\venv\lib\site-packages\fastapi\routing.py", line 255, in app
content = await serialize_response(
File "H:\stable-diffusion-webui\venv\lib\site-packages\fastapi\routing.py", line 141, in serialize_response
raise ValidationError(errors, field.type_)
pydantic.error_wrappers.ValidationError: 3 validation errors for Options
response -> ldsr_cached
value is not None (type=type_error.not_none)
response -> sd_lora
value is not None (type=type_error.not_none)
response -> depthmap_script_sbsflip
value is not None (type=type_error.not_none)

from oobabot.

jmoney7823956789378 avatar jmoney7823956789378 commented on July 3, 2024

I had this pop up a couple times and I totally forgot how it went away. Try turning it off and back on again (relaunch both SD and ooba)?

from oobabot.

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.