Closed Shellmode closed 1 year ago
It's better to tell in the document that we can also create/edit sagemaker_ui.json for the same purpose.
But without Amazon Sagemaker tab, we're still not able to upload models, deploy inference endpoints.
Tried restart UI but still no Amazon Sagemaker tab
There is a logic error in the CloudFormation UserData
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
cd stable-diffusion-webui/extensions
git clone https://github.com/awslabs/stable-diffusion-aws-extension.git
cd stable-diffusion-aws-extension/
./pre-flight.sh -s
./pre-flight.sh -s
, you've already have stable-diffusion-aws-extension in the stable-diffusion-webui/extensions dirpre-flight.sh -s
will check if stable-diffusion-webui/extensions dir is empty, which is never emptyI can confirm that from /var/log/cloud-init-output.log on the EC2
Cloning into 'stable-diffusion-webui'...
Cloning into 'stable-diffusion-aws-extension'...
Start version sync for WebUI, make sure the extension folder is empty...
The extension folder is not empty, continue to sync the version will overwrite the existing files.
Exiting...
chown: cannot access 'sd_dreambooth_extension/': No such file or directory
chown: cannot access 'sd-webui-controlnet/': No such file or directory
Created symlink /etc/systemd/system/default.target.wants/sd-webui.service → /etc/systemd/system/sd-webui.service.
After git reset to the certain commit manually, Amazon Sagemaker tab appears
Here are some tips for the deployment script:
Thanks for the feedback, will look into it.
Describe the bug
From this doc
Deploy Stable Diffusion WebUI (Linux)
After finishing CloudFormation stack creating, and access to http://x.x.x.x:7860
There is no Amazon Sagemaker Tab to configure API
Expected Behavior
Amazon Sagemaker Tab
Current Behavior
No Amazon Sagemaker Tab
Reproduction Steps
Just follow the document https://awslabs.github.io/stable-diffusion-aws-extension/en/deployment/deployment/
Step 1: Deploy Stable Diffusion WebUI (Linux)
CloudFormation Stack is following
Possible Solution
No response
Additional Information/Context
No response
Solution Version
no related
AWS Region. e.g., us-east-1
No response
Other information
No response