-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init.py file added and file structed is edited #4
Conversation
I seem to get an error:
This is due to the lines:
these should now be:
there are some more.
solved some more issues, but it is merged, thanks. |
i will work on that. thank for merged. if i can able to do any i will do. |
It is fixed, we all make mistakes, I do as well, but please try to run the extension with the changes to catch issues like this. |
i have some doubts. can you please mention that. so that i can able to try more. def show(a): while accessing i am getting error. see it (fastapienv) F:\gitcontrib\stable-diffusion-webui-wd14-tagger>C:/Users/hp/Documents/fastapi/fastapienv/Scripts/python.exe f:/gitcontrib/stable-diffusion-webui-wd14-tagger/scripts/tagger.py there is no function or class or anything like script_callbacks. but i am trying to access it so there is a problem with that. so please check. if you have anything better in the modules.py file, please send here. i will take and try. |
if you are working on this one thing brother. i saw one of your error **### in that image you have modules folder. but if you check the github folder. there is no module folder. all the problem comes from there i think. please check it. thank you** |
Sorry, I missed your comments yesterday. There was an issue with the requirements.txt I initially added. I ran to create the requirements.txt
but it ended up adding a few external modules that were shadowing webui modules. If you have installed those, due to the initial requirements, you should again remove them. change to the directory of my extension and
In particular installing a module named modules was a serious problem. I don't understand why python did not flag that name as illegal. Sorry for the inconvenience. |
I think I'm going to revert this commit, or apply it at a later stage. What is the purpose? This movement of code makes it tough to merge any other code from other branches. |
ok i will check these and try. thank you |
please read this comment. it can be helpful |
i checked so many and i will send chatgpt link. please look those. it may be useful. mine is asking c++ 14+ version so i tried but it failed after installation. so still i am getting same error. so i am sending this link. this may be useful for you please check those two links and work on that. it can solve some of your problem PLEASE CHECK THESE TWO LINKS. don't forget to run the command of 2ed link related to git. copy and past on environment. it may or may not be work. but for me it is some what worked. please check this is also checked latter. it may be helpful for the problem thank you |
launch is no longer in requirements, |
I'm not sure.. what are you trying to solve here..? |
i want to solve so many errors. but i am unable to load the modules so i just stopped. and took another git project |
For me this extension runs without issues. What OS are you running this on, it may be easier to run in a virtual environment. venv or micromamba. Also if you have an issue it is better to create one because the messages below a closed pull request I only sometimes visit, I get no notifications of this. |
i am using windows 10. i am trying to work on any project, the main problem for me is the error you are getting is not in my computer, before i came to your level error, i have to face lot errors like different things, i am new to github so, dependancies are the big problems. i both are getting same error, i will try my best. but i am not even close to your error point. so much time is wasting. menas not used for solving errors. so if you can able to give any suggessions i am very much accept your suggessions |
sounds complex. Do you have ssh access to the server where you install it? In windows there is putty to ssh to a server. Then, if you run it in the console on the remote server the errors may become more clear. |
I don't think it is the best option to ask chatgpt for answers. The suggestions may be right sometimes, but sometimes, in particular if 'unsure' it just dreams up very nonsensical things, and then the solutions it hands may do more harm than good. In my opinion the way to solve things is |
Do you have a recent checkout of my extension? I did fix something for fastapi, or at least I think I fixed it. See here |
thank you for suggestions. i will learn from that. i checked the extension. it is nice. i know FASTAPI. i build carzone project on that. 127.0.0.1:8000/docs here all endpoints are available. so i check each individually if any particualr endpoint got error, i will try to work on that. like 500 server not found error or 422 error, like that. most of them are mainly comes from attributes misplaced. that is the problem main in fast Api. i solved around 3 and are merged. because i am new so i tried. then i want to do on the python. python is big stream so i will try atleast one big quality thing, then it will improve my knowledge. again thank you for suggestions. |
@picobyte
@toriato
tagger folder has to be in tagger.py file location. and in tagger folder init.py file missed so i added
please check it