Stable Diffusion resources

Stable Diffusion web UI Installation on Apple Silicon git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui cd stable-diffusion-webui && ./webui.sh Than access http://127.0.0.1:7860/ Links https://huggingface.co https://arthub.ai/ https://civitai.com/ MacOS app https://diffusionbee.com/download Understanding Prompt

Featured post

PHP Standards

According to the PSR Workflow Bylaw each PSR has a status as it is being worked on

Featured post

OEMThe OEM profile features keycaps of medium height with angled tops. This standard design makes OEM a versatile option suitable for most users. The rows have a mild sculpting effect for comfortable typing. OEM keycaps are commonly found on many mass-produced mechanical keyboards. CherryCherry profile keycaps are slightly shorter than OEM, with a similar angled... Continue Reading →

Xiaomi Pad 6 – Tablet phụ

Vì sao mình cần thêm 1 tablet Hiện tại mình đang có 1 iPhone 14 Pro Max 1 iPad 11" gen 4 ( hình như là M2 ) Và 1 con Android Mi 11T Pro Về cơ bản Apple ID mình sử dụng với store US vì nhiều lý do cá nhân Mình luôn ưu... Continue Reading →

Natsu Igarashi

nameNatsu Igarashi五十嵐なつNatsu Igarashidate of birth1998 July 8 ( 25 years old)place of origin japanbody163cm, B88 - W60 - H88(cm)bra sizeE cupagencyeight man

MongoDB create authentication

db.createUser( { user: "username", pwd: "yourpassworrd", roles: [ { role: "userAdminAnyDatabase", db: "admin" }, { role: "readWriteAnyDatabase", db: "admin" } ] } ) and enable in mongod.conf security: authorization: enabled

Complete Udemy with Postman – JS

Actually for quiz you still need use browser for complete ( all answer already here ). Cos ... lazy for that code 😀 let course_id = 5373722 pm.variables.set('course_id', course_id) pm.request.url.update( 'https://udemy.com/api-2.0/courses/'+ course_id + '/subscriber-curriculum-items/?page_size=200&fields\[lecture\]=title,object_index,is_published,sort_order,created,asset,supplementary_assets,is_free&fields\[quiz\]=title,object_index,is_published,sort_order,type&fields\[practice\]=title,object_index,is_published,sort_order&fields\[chapter\]=title,object_index,is_published,sort_order&fields\[asset\]=title,filename,asset_type,status,time_estimation,is_external&caching_intent=True' ) pm.sendRequest(pm.request, function(error, response){ if (response) { response.json().results.each(function(item){ if (item._class == 'lecture') { pm.request.method = 'POST', pm.request.url.update( 'https://udemy.com/api-2.0/users/me/subscribed-courses/' + course_id +... Continue Reading →

Wifi

Transmit Power Công suất phóng hay còn được biết đến là Transmission Power (ký hiệu Tx), là một đại lượng thể hiện khả năng phủ sóng của Router. WiFi có Tx càng cao thì vùng bao phủ WiFi càng lớn, đồng nghĩa với khả năng xuyên tường càng mạnh và Router phát sóng WiFi càng... Continue Reading →

Stable Diffusion – Sampling method

https://stable-diffusion-art.com/samplers/#What_is_Sampling Euler – The simplest possible solver. Heun – A more accurate but slower version of Euler. LMS (Linear multi-step method) – Same speed as Euler but (supposedly) more accurate. DDIM and PLMS : DDIM (Denoising Diffusion Implicit Model) and PLMS (Pseudo Linear Multi-Step method) were the samplers shipped with the original Stable Diffusion v1.... Continue Reading →

Prompt weight

(very close-up, editorial photograph of a 18 year old woman),(highly detailed face:1.4),(smile:0.4) (background inside dark, moody, private study:1.3) <lora:epi_noiseoffset2:1.2>,POV,by lee jeffries,nikon d850,raw,film stock photograph,4 kodak portra 400,camera f1.6 lens,rich colors,hyper realistic,lifelike texture,dramatic lighting,cinestill 800,Best quality,masterpiece,ultra high resolution,extreme detail,8K,raw,(looking at viewer:1.5),card image, Increasing (smile:0.4) 0.1 for each step

A new PC for Stable Diffusion

CPU Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 39 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 16 On-line CPU(s) list: 0-15 Vendor ID: GenuineIntel Model name: 13th Gen Intel(R) Core(TM) i5-13400 CPU family: 6 Model: 183 Thread(s) per core: 2 Core(s) per socket: 10 Socket(s): 1 Stepping: 1 CPU max MHz:... Continue Reading →

Up ↑