Giter Club home page Giter Club logo

Comments (5)

Bing-su avatar Bing-su commented on August 21, 2024

https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/22bcc7be428c94e9408f589966c2040187245d81/launch.py#L10-L11

from modules import cmd_args
from modules.paths_internal import script_path, extensions_dir

https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/22bcc7be428c94e9408f589966c2040187245d81/modules/paths_internal.py#L20-L22

models_path = os.path.join(data_path, "models")
extensions_dir = os.path.join(data_path, "extensions")
extensions_builtin_dir = os.path.join(script_path, "extensions-builtin")

3월 25일 업데이트 이후에 생긴 항목입니다. 최신버전을 사용해주세요.

from dddetailer.

danseman avatar danseman commented on August 21, 2024

extensions_dir 를 받아와야하는데 install.py 에서 dir_extensions 를 호출하고 있다는 말인데요.
제가 잘 모르고 하는 말이라면 죄송합니다. (__)

from dddetailer.

Bing-su avatar Bing-su commented on August 21, 2024

dddetailer/install.py

Lines 8 to 15 in d4e58f3

from launch import (
extensions_dir,
is_installed,
python,
run,
run_pip,
skip_install,
)

어디에 그렇게 되어있나요?

from dddetailer.

danseman avatar danseman commented on August 21, 2024

from launch import (
dir_extensions,
하고
def check_ddetailer() -> bool:
original = Path(dir_extensions, "ddetailer")
오늘 설치한것에 나와있는 내용인데.. 그새 수정이 된건가요?;;
이거 희안하네요 제가 git 으로 받은 install.py 에선 dir_extensions, 로 표현되어있는데
다시 확인해보니 올라와있는건 extensions_dir 이군요.

확인해보러 다시 지우고 설치해보겠습니다.;;

from dddetailer.

danseman avatar danseman commented on August 21, 2024

확인해보니 제가 업데이트가 안된것이 맞았네요ㅠ.ㅠ; git pull 로 실행해와서 확인안했더니.. git fetch --all 로 하니 launch.py를 새로 받는군요. 죄송합니다. (__)

from dddetailer.

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.