add sd-webui-FaceChain#206
Conversation
|
did the quick review and it doesn't seem to be working *** Error executing callback ui_tabs_callback for B:\GitHub\stable-diffusion-webui\extensions\facechain\scripts\facechain_sdwebui.py
Traceback (most recent call last):
File "B:\GitHub\stable-diffusion-webui\modules\script_callbacks.py", line 166, in ui_tabs_callback
res += c.callback() or []
File "B:\GitHub\stable-diffusion-webui\extensions\facechain\scripts\facechain_sdwebui.py", line 15, in on_ui_tabs
import app
File "B:\GitHub\stable-diffusion-webui\extensions\facechain\app.py", line 18, in <module>
from facechain.inference import preprocess_pose, GenPortrait
File "B:\GitHub\stable-diffusion-webui\extensions\facechain\facechain\inference.py", line 10, in <module>
from diffusers import StableDiffusionPipeline, StableDiffusionControlNetPipeline, ControlNetModel, \
ModuleNotFoundError: No module named 'diffusers'
|
|
@wenmengzhou hello any updats? diffusers needs to be added to install.py about onnxruntime the two versions of onnxruntime, and also just like you guys have wrote https://github.com/modelscope/facechain/blame/main/install.py#L25 # Todo 这里有坑 |
|
@w-e-w diffusers is added to install.py and onnx-runtime gpu have been supported. currently mmcv 2.0 is not supported so user have to use older Python version to use prebuilt package or build it from source |
|
oops, diffuers and onnx version will be fix tomorrow morning, and can you give me a list of packages installed in your clean and new env so that i can determin which package should be added to install.py |
|
from webui current dev brach 464fbcd92118bf00173b9982325fe6348201313e |
|
https://github.com/modelscope/facechain/pull/403/files I have checked requirements for FaceChain and cherry pick the necessary requirements for pure sd-webui env |
|
@wenmengzhou since my fix to the installation process has been merged one of the rules of listing an extension on this index is the
this we do so because to keep the UI clean do not wish people to use this as an explicit advertising platform the effects of having the
|
|
sure, for Note1 & Note2 I will discus with other developers and reply it asap. As for Note3, I do not find a link in the claim, which link do you mean? |
sorry, that's a misunderstanding, I worded my words poorly, I wasn't saying that the disclaimer is it advertisement link tldr ignore I what said in note3 |
|
more details
github repo link present it in the way that cannot be interpreted as a documentation link is considered as an advertisement this is an exception for documentation links (such as the one you have at the bottom of page) as long as the extension is sufficiently complex, which list extension is. we believe that the extension tab already provide clear and uniform place to find links to repo the only links are of concern is the ones in the application itself, the is not restrictions with readme or documentation I believe that citation links can be exempted from
please understand I'm not trying to make things difficult since I'm currently the only one thats actively maintaining the index I have to be extra careful about how the rules are interpreted |
|
@wenmengzhou there's just one more issue (hopefully the last issue) that I need to make sure before this can be added to indexI was doing some testing and it seems to me that this extension require the do not worrythis is unlike the ads and extension is required to have the
|
|
thanks, we have discussed the github link issue and merged your pull request in facechain. your analysis about online is correct, models will be downloaded automatically for the first time, and after that each time we use the model, modelscope sdk will check whether the local model is in consisitant with the server, so network is required now, I will add online tag today |
|
thank you for understanding patience and cooperation, I will merge this into the index now I have removed the incorrect added date, the date is automatically generated upon merge |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
@2blackbar please refrain from using this repository for help I believe this post contains minimum information on how to set up the environment to build mmcv
|




Info
add FaceChain: https://github.com/modelscope/facechain.git
Checklist:
Readme.mdindex.jsonandextension_template.jsonhave not been modified.entryis placed in theextensionsdirectory with the.jsonfile extension.