Git Product home page Git Product logo

Comments (5)

seruva19 avatar seruva19 commented on August 30, 2024

'deforum_kandinsky' is a folder from the root of original repo https://github.com/ai-forever/deforum-kandinsky and it is downloaded in runtime during installation of the 'kd-animation' extension. This error probably means that for whatever reasons the contents of the repo was not downloaded.
What you can try is to clone or download the 'kandinsky-deforum' repo and just put folder 'deforum_kandinsky' from there to 'extensions/kd-animation' folder inside kubin root directory. And it should work.

from kubin.

videoprice avatar videoprice commented on August 30, 2024

ok, but now have a second error:
"error
Model_Diffusers22' object has no attribute 'prepare_model"

thanks

from kubin.

seruva19 avatar seruva19 commented on August 30, 2024

Check the output of command git log --pretty=format:'%h' -n 1 launched from the application root.
The result should be '0425422'.
If it's not, then for some reasons your application is outdated and you have to update it using git pull or update script.

from kubin.

videoprice avatar videoprice commented on August 30, 2024

thanks, update is done, but same error is still here

Traceback (most recent call last):
File "C:\Users\video\AppData\Roaming\Python\Python310\site-packages\gradio\routes.py", line 442, in run_predict
output = await app.get_blocks().process_api(
File "C:\Users\video\AppData\Roaming\Python\Python310\site-packages\gradio\blocks.py", line 1392, in process_api
result = await self.call_function(
File "C:\Users\video\AppData\Roaming\Python\Python310\site-packages\gradio\blocks.py", line 1097, in call_function
prediction = await anyio.to_thread.run_sync(
File "C:\Users\video\AppData\Roaming\Python\Python310\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "C:\Users\video\AppData\Roaming\Python\Python310\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "C:\Users\video\AppData\Roaming\Python\Python310\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "C:\Users\video\AppData\Roaming\Python\Python310\site-packages\gradio\utils.py", line 703, in wrapper
response = f(*args, **kwargs)
File "W:\kubin\extensions/kd-animation/setup_ext.py", line 69, in
fn=lambda *params: create_deforum_animation(
File "W:\kubin\extensions/kd-animation/setup_ext.py", line 117, in create_deforum_animation
prior, decoder = kubin.model.prepare_model("img2img")
AttributeError: 'Model_Diffusers22' object has no attribute 'prepare_model'

from kubin.

seruva19 avatar seruva19 commented on August 30, 2024

Can you try to do a fresh install (in some other folder)? I cannot understand the origin of this error.

from kubin.

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.