2023年8月9日 星期三

使用Draw Things的紀錄

能裝在mac mini m1上用太開心了

介面上的LoRA權重條 感覺是調整影響model怎麼畫的程度 

現在用的版本1.20230801.0上 權重調整可從負的150%到正的250%

提示詞除了要加上關鍵詞之外,還要加LoRA的詞<lora:disney:1>

詞的權重 像是影響要不要畫或誰來畫的程度

用網路分享詞來做 有歪圖出現的話就考慮把介面的權重拉低10%再試試


畫布比例會影響做圖

例如想要站姿的全身圖, 畫布比例不能是1:1, 只會畫出半身或大頭照或姿勢變成坐


提示詞不是通用的

每個model認得的詞不一定相同,有的會畫scrawny,大部分只認得skinny跟thin

, 有的能分年紀, 大多只能粗略分老中少

不會畫的部分可能會跑出畫外



AI繪圖 咒語 提示詞 prompt 反面整理

chatgpt3整理出來的, 還是有點怪

bad anatomy, blurry effects, distorted features, extra limbs, fused fingers, abnormal body parts, poor quality, excessive Photoshop effects, disfigured appearance, cartoonish traits, grotesque features, out-of-frame elements, overly abstract details, overly crowded compositions, poor hand and foot rendering, excessive digital manipulation, excessive tiling patterns, missing or extra fingers, unnatural body contortions, mutations and deformities


魔導書裡找的 感覺比較好用

deformed,disfigured,bad anatomy,extra limb,floating limbs,disconnected limbs,ugly,blurry,bad anatomy,text,missing fingers,fewer digits,worst quality,normal quality,signature,username,censorship,old,amateur drawing,bad hands,fused fingers,out-of-frame

外掛
bad_prompt_version2, negative_hand,

  1. 陰莖的英文怎麼說?
  2. 龜頭的英文怎麼說?
  3. 睪丸的英文怎麼說?
  4. 陰囊的英文怎麼說?
  5. 攝護腺的英文怎麼說?
  6. 輸精管的英文怎麼說?
  7. 精囊的英文怎麼說?
  8. 包皮的英文怎麼說?
視角說明 私密

2019年11月19日 星期二

Youtube影片 想看的畫面剛好被擋住了嗎?

Youtube影片最後會被推薦影片擋住畫面
想好好看完影片不被擋住的話
可以照下面步驟

1、瀏覽器安裝AdBlock或uBlock之類的檔廣告套件。
2、於「自訂過濾規則」頁面新增以下過濾條件:

www.youtube.com##.ytp-ce-element
youtube.com##.ytp-ce-covering-overlay

2019年5月14日 星期二

測試安裝app 在iphone7+

抓來的source code要先改Bundle identifier, signing Team, 再確認Deployment Target跟測試機是否相同
才能開始安裝

如果顯示 無權限, 在iphone設定 > 一般 > 裝置管理 > 開發者 點選帳號後信任

2019年2月2日 星期六

Matrix INIFITY晶片操作, (全部PS2機種適用)

Matrix INIFITY晶片操作, (全部機種適用)
1.讀片說明: 打開電源,放入片子,按RESET一次, 開始讀片,可讀 PS2原版片.PS2備份片.PS1原版片.PS1備份片.全區DVD影片.聽CD音樂.
2.直接進入遊戲:按住手把select鍵不放, 按RESET一次,會直接進入遊戲畫面
3.關畢晶片方式:按住手把start鍵不放, 按RESET一次,直到電視出現DISABLED 此時晶片以關畢
4.晶片可做晶片升級,請至Matrix INIFITY網站下載,燒CD讓PS2讀取(速度請降低燒)
5.安裝Infinity Manager v1.0b於記憶卡(安裝後,當按下RESET後同時按住△鍵,可選擇執行記憶卡中的應用程式)將以下四種「應用程式」安裝進記憶卡並由記憶卡中執 行:PS2 Mediaplayer1.50(可播放MPEG4、MP3、JPG等多媒體檔)PGEN(SEGA模擬器 for PS2)SNES(超任模擬器 for PS2)HD Loader
6.晶片升級到V1.36版可執行晶片管理
7.安裝Infinity Manager v1.0b於記憶卡(安裝後,當按下RESET後同時按住△鍵O鍵,可選擇執行晶片管理模式
8.請至MI官網下載V1.2版選擇MEMORY CARO MANAGER進入在選擇INSTALL INFINITY MANAGER安裝Infinity Manager v1.0b

2016年8月19日 星期五

用網樂通來挖礦

應該是挖不到了, 不過玩玩看也好
轉錄方法
http://archer61.blogspot.tw/2014/06/httpsblockchain.html

去比特幣的錢包網站申請一個帳號
https://blockchain.info/  


2016年8月18日 星期四

LUbuntu 16.04 隨身碟執行 安裝android studio 跟 Git

Installing Java

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
After that
sudo apt-get install oracle-java8-set-default 
 

Installing Android Studio

  1. Download Android Studio from here, use All Android Studio Packages
  2. Extract the archive file into an appropriate location for your applications, eg: /opt. Use the filename of your downloaded archive, in my example android-studio-ide-141.2178183-linux.zip
    sudo unzip android-studio-ide-141.2178183-linux.zip -d /opt
    
  3. To launch Android Studio, navigate to the /opt/android-studio/bin directory in a terminal and execute ./studio.sh. Or use a desktop file, see below.
    You may want to add /opt/android-studio/bin to your PATH environmental variable so that you can start Android Studio from any directory.
If you are running a 64-bit version of Ubuntu (16.04), you need to install some 32-bit libraries with the following command:
sudo apt-get install lib32stdc++6 or
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
So that you don't have this error:
Unable to run mksdcard SDK tool.
 



AS詳細教學
http://askubuntu.com/questions/634082/how-to-install-android-studio-on-ubuntu
64BIT會遇到問題的解法
http://stackoverflow.com/questions/29112107/how-to-solve-unable-to-run-mksdcard-sdk-tool-when-installing-android-studio-on

Git
https://blog.wu-boy.com/2011/04/%E5%9C%A8-ubuntu-%E5%AE%89%E8%A3%9D%E6%88%96%E5%8D%87%E7%B4%9A-git-%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6%E7%9A%843%E7%A8%AE%E6%96%B9%E6%B3%95/