Segsmaker.ipynb |
---|
you can find me here https://discord.gg/k5BwmmvJJU
- Notebooks combined.
2024-06-24
- Improved Notebook.
- Save all your things from there and Please NUKE☢️ your current environment with command below, before using new Notebook with venv.
!rm -rf ~
- Old Notebooks won't work anymore.
- PINGGY and ZROK URLs will be printed after the local URL.
2024-05-29
- Fixed Conda Installation.
2024-05-18
- Upgraded Torch to version 2.2.0+cu121.
- Added Pinggy tunnel.
- Removed Segsmaker animatediff notebook.
2024-04-17
- Updated AUTO1111 SD Webui to 1.9.3
- Removed batchlinks-webui from pre-install extension list.
- Removed Stable-Diffusion-Webui-Civitai-Helper from pre-install extension list.
- Added sd-hub to pre-install extension list.
- Added sd-civitai-browser-plus to pre-install extension list.
2024-03-11
- Minor changes, SDXL notebook removed.
- Select either SD 1.5 or SDXL for installation in Segsmaker.ipynb and Segsmaker_Forge.ipynb using the widget.
2024-03-02
- Add notebook for SD Forge
- Update AUTO1111 SD Webui to 1.8.0.
- Update Conda script to install Torch 2.1.2+cu121.
2024-02-09
- Switch to aria2 for civitai.com downloads.
- Add gdown for Google Drive downloads. For Google Drive file or folder, simply paste the public URL directly.
- Else default to Curl.
Usage:
# only url
%download URL
# url and filename
%download URL 123456.safetensors
# url and path
%download URL ~/asd/models/asdasd
# url path and filename
%download URL ~/asd/models/zzzzzz 789789.txt
2024-02-07
- For the safety of all of us, especially my account, from now on please enter your own API key by rerunning the Conda cell.
- Get your own API key at https://civitai.com/user/account click the 'Add API Key' button, give it a name and then copy.
- Don't worry, you only need to do that once. next time you reinstall Conda, you will not be prompted again.