GithubHelp home page GithubHelp logo

Comments (5)

Zovya avatar Zovya commented on August 18, 2024 1

did you install cuda toolkit and cudnn? i believe those are needed, but im not entirely sure

I did have. But the install probably wasn't good. I installed kernel headers first and reinstalled cuda tools. that worked

Thanks for the pointers!

from if.

kanttouchthis avatar kanttouchthis commented on August 18, 2024

it looks like it's trying to import tensorflow, which shouldn't be necessary for this repo. maybe you have an old version of tf installed? try uninstalling that

from if.

Zovya avatar Zovya commented on August 18, 2024

it looks like it's trying to import tensorflow, which shouldn't be necessary for this repo. maybe you have an old version of tf installed? try uninstalling that

I noticed a tf environment when I was listing those. didn't know what that was for. I'll uninstall

from if.

Zovya avatar Zovya commented on August 18, 2024

it looks like it's trying to import tensorflow, which shouldn't be necessary for this repo. maybe you have an old version of tf installed? try uninstalling that

ok, that cut it in half. I went through the same process of installation and tried to run the script again and got this:

Traceback (most recent call last):
  File "/home/vhey/deepfloyd/txt2img.py", line 1, in <module>
    from diffusers import DiffusionPipeline
  File "/home/vhey/miniconda3/envs/deepfloyd/lib/python3.10/site-packages/diffusers/__init__.py", line 3, in <module>
    from .configuration_utils import ConfigMixin
  File "/home/vhey/miniconda3/envs/deepfloyd/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 34, in <module>
    from .utils import (
  File "/home/vhey/miniconda3/envs/deepfloyd/lib/python3.10/site-packages/diffusers/utils/__init__.py", line 21, in <module>
    from .accelerate_utils import apply_forward_hook
  File "/home/vhey/miniconda3/envs/deepfloyd/lib/python3.10/site-packages/diffusers/utils/accelerate_utils.py", line 24, in <module>
    import accelerate
  File "/home/vhey/miniconda3/envs/deepfloyd/lib/python3.10/site-packages/accelerate/__init__.py", line 3, in <module>
    from .accelerator import Accelerator
  File "/home/vhey/miniconda3/envs/deepfloyd/lib/python3.10/site-packages/accelerate/accelerator.py", line 28, in <module>
    import torch
  File "/home/vhey/miniconda3/envs/deepfloyd/lib/python3.10/site-packages/torch/__init__.py", line 229, in <module>
    from torch._C import *  # noqa: F403
ImportError: /home/vhey/miniconda3/envs/deepfloyd/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so: undefined symbol: cudaGraphDebugDotPrint, version libcudart.so.11.0

from if.

kanttouchthis avatar kanttouchthis commented on August 18, 2024

did you install cuda toolkit and cudnn? i believe those are needed, but im not entirely sure

from if.

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.