This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.youtube.com/@SECourses | |
1: | |
pip uninstall torch torchvision | |
2: | |
pip uninstall torchaudio | |
3: | |
pip uninstall xformers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
video link : https://www.youtube.com/watch?v=sRdtVanSRl4 | |
first run below command to install fuser - this is necessary after recent template change | |
apt update && apt install psmisc | |
fuser -k 3000/tcp | |
python relauncher.py | |
this below command will be executed in this folder : /workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Video tutorial of this gist file : https://www.youtube.com/watch?v=kmT-z2lqEPQ | |
Used web UI commit hash id: a9eef1fbb1dcdce4f0eb0b8e0f79dcd4c96713e1 | |
Used ControlNet commit hash id : 241c05f8c9d3c5abe637187e3c4bb46f17447029 | |
git checkout a9eef1fbb1dcdce4f0eb0b8e0f79dcd4c96713e1 | |
git checkout master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
video of this gist : https://youtu.be/zA4LksIVas8 | |
dreambooth extension commit id : 3324b6ab7fa661cf7d6b5ef186227dc5e8ad1878 | |
sd web ui commit : 22bcc7be428c94e9408f589966c2040187245d81 | |
fuser -k 3000/tcp | |
python relauncher.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
our channel https://www.youtube.com/@SECourses | |
our discord : https://discord.com/servers/software-engineering-courses-secourses-772774097734074388 | |
First watch this tutorial video to learn : https://youtu.be/pom3nQejaTs | |
activate venv | |
execute below command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
channel url : https://www.youtube.com/@SECourses | |
video tutorial : Seagate Exos ST8000NM000A Review - Performance Tests of SanDisk Ultra 3D NVMe & KINGSTON SNV2S2000G | |
https://youtu.be/xc9-4lYfhzk | |
robocopy D:\ E:\ /Copyall /S /E /dcopy:T /b /R:3 /W:1 /Log:C:\robocopy-log3.txt /NP | |
This command is using the Robocopy (Robust File Copy) utility to copy all files and directories from the source directory "D:" to the destination directory "E:" while preserving all file attributes and timestamps. Here's a breakdown of the different options used in this command: | |
robocopy: This is the command to invoke the Robocopy utility. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# tutorial video link : https://youtu.be/dYt9xJ7dnpU | |
# colab link : https://colab.research.google.com/drive/1xSbu-b-EwYd6GdaFPRVgvXBX_mciZ41e?usp=sharing | |
# repo link : https://github.com/ai-forever/Kandinsky-2 | |
# used repo commit hash : a4354c04d5fbd48851866ef7d84ec444d3d50102 | |
# those who getting cuda error | |
# pip uninstall torch | |
# pip3 install torch==1.13.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117 | |
import os |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
video link : https://www.youtube.com/watch?v=lgP1LNnaUaQ | |
ffmpeg with cuda support : https://github.com/GyanD/codexffmpeg/releases | |
check ffmpeg cuda support : ffmpeg -hwaccels | |
ffmpeg -version | |
used whisper commit : b5851c6c40e753606765ac45b85b298e3ae9e00d | |
used automatic1111 web ui commit : 22bcc7be428c94e9408f589966c2040187245d81 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
databricks/dolly-v2-12b model : https://huggingface.co/databricks/dolly-v2-12b | |
python 3.10.6 download link : https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe | |
install it into your C drive directly better - make sure to add path | |
git download link : https://git-scm.com/downloads | |
git large download link : https://git-lfs.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters | |
handsome portrait photo of (ohwx man:1.1) wearing a Gray fancy expensive suit <lora:test6-000005:1> | |
Negative prompt: (blue eyes, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), fat, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck | |
Steps: 30, Sampler: DPM++ SDE Karras, CFG scale: 5, Seed: 1117571876, Size: 640x720, Model hash: c0d1994c73, Model: realisticVisionV20_v20 | |
I changed the Gray color with other colors like red blue yellow etc. |
OlderNewer