Repo fixes

This commit is contained in:
sanj 2024-08-03 13:49:54 -07:00
commit e84a642f75
45 changed files with 17 additions and 639 deletions

View file

@ -1,39 +0,0 @@
---
title: Browser Extension Getting Started | Bitwarden
added: Aug 02, 2024 at 23:04
url: https://bitwarden.com/browser-start/date: 2024-08-02---
# Browser Extension Getting Started | Bitwarden
Clipped from [https://bitwarden.com/browser-start/](https://bitwarden.com/browser-start/) on Aug 02, 2024 at 23:04Now that you have successfully added a login vault item, the pain of manually entering login credentials is now a thing of the past. Autofill is at your fingertips, and you can choose from several [methods](/help/auto-fill-browser/) to activate it:
* **Keyboard shortcuts**
`Ctrl/CMD + Shift + L` → Auto-fill, press again to cycle through matching logins
* **Right click in a username/password field**
Select Bitwarden from the context menu and then auto-fill
* Tap the Bitwarden extension to copy a username/password individually
### Load your passwords automatically as you browse
To [automatically load](/help/auto-fill-browser/#on-page-load) your passwords as soon as you navigate to an account in your vault, open your Bitwarden browser extension and go to your Settings menu. From there, select “options” (under the **Other** category) and enable **Auto-fill on page load**.
For fast access to your credentials, setup a [PIN](/help/unlock-with-pin/) or [biometrics](/help/biometrics/) (TouchID/FaceID) to unlock your vault.
---
### Vault Switching with the All Vaults filter
Bitwarden enables you to easily switch between your personal vault and any shared vaults you may have joined, such as the one shared by your team or organization. To navigate between different vaults you belong to, open the browser extension and click the “All Vaults” filter at the top.
While surfing the web, you can easily access the vault items associated with the current website youre on from within the Tab screen in your browser extension.
Use [Folders](/help/folders/) to organize the items stored in your personal vault. To create or modify a folder, navigate to Folders in the Settings menu.Use [Collections](/help/teams-enterprise-migration-guide/#collections) to organize credentials shared in your family or business organization. To create or modify a collection (based on user permissions), visit the Bitwarden [web vault](https://vault.bitwarden.com/) .
### Disabling your browser-based password manager
To get the most out of Bitwarden, dont forget to [disable](/help/getting-started-browserext/#disable-a-built-in-password-manager) your browsers ability to manage credentials and let Bitwarden handle the heavy lifting. This update will also protect against the security [vulnerabilities](/blog/beyond-your-browser/) introduced by browser-based password managers.

View file

@ -1,65 +0,0 @@
---
title: ComfyUI
added: Aug 02, 2024 at 23:35
url: http://127.0.0.1:8188/date: 2024-08-02---
# ComfyUI
Clipped from [http://127.0.0.1:8188/](http://127.0.0.1:8188/) on Aug 02, 2024 at 23:35
Queue PromptExtra options
Queue FrontView QueueClose
#### Running
#### Pending
Clear QueueRefresh
#### History
-15: LoadDelete
-16: LoadDelete
-19: LoadDelete
-17: LoadDelete
-18: LoadDelete
-14: LoadDelete
-13: LoadDelete
-12: LoadDelete
-11: LoadDelete
-10: LoadDelete
-9: LoadDelete
-8: LoadDelete
6: LoadDelete
5: LoadDelete
4: LoadDelete
3: LoadDelete
-2: LoadDelete
-1: LoadDelete
0: LoadDelete
Clear HistoryRefresh
SaveSave (API Format)LoadRefreshClipspaceClearLoad DefaultReset View
---
ManagerShareClearExport logs...View exported logs...Close

View file

@ -1,16 +0,0 @@
---
title: Select a Pet Insurance Plan for Your Pet
added: Aug 02, 2024 at 22:46
url: https://www.petsbest.com/enroll/planselection?petId=19752826date: 2024-08-02---
# Select a Pet Insurance Plan for Your Pet
Clipped from [https://www.petsbest.com/enroll/planselection?petId=19752826](https://www.petsbest.com/enroll/planselection?petId=19752826) on Aug 02, 2024 at 22:46
If waiting periods apply to your policy, they will be shown on your declarations page. During waiting periods no coverage is provided.
Waiting periods are just 3 days for accidents, 14 days for illnesses, and routine care can be used the day after you enroll.
For Cruciate Ligament Events and any related Conditions, there is a 6 month waiting period following the Policy Effective Date.

View file

@ -1,8 +0,0 @@
---
title: Troubleshooting Database Sync Issues - Claude
added: Aug 02, 2024 at 23:27
url: https://claude.ai/chat/23746c97-a4f8-4115-b68c-f7dcb17aaf7bdate: 2024-08-02---
# Troubleshooting Database Sync Issues - Claude
Clipped from [https://claude.ai/chat/23746c97-a4f8-4115-b68c-f7dcb17aaf7b](https://claude.ai/chat/23746c97-a4f8-4115-b68c-f7dcb17aaf7b) on Aug 02, 2024 at 23:27

View file

@ -1,25 +0,0 @@
---
title: Troubleshooting URL Shortener Database Sync Issues - Claude
added: Aug 02, 2024 at 23:45
url: https://claude.ai/chat/3e938344-7934-4f56-981c-36a2cc625a4ddate: 2024-08-02---
# Troubleshooting URL Shortener Database Sync Issues - Claude
Clipped from [https://claude.ai/chat/3e938344-7934-4f56-981c-36a2cc625a4d](https://claude.ai/chat/3e938344-7934-4f56-981c-36a2cc625a4d) on Aug 02, 2024 at 23:45cd ~/workshop/sijapi; mamba activate sijapi; python -m sijapi --log debug
Traceback (most recent call last):
File "/Users/sij/miniforge3/envs/sijapi/lib/python3.10/runpy.py", line 187, in *run*module\_as\_main
mod\_name, mod\_spec, code = *get*module\_details(mod\_name, \_Error)
File "/Users/sij/miniforge3/envs/sijapi/lib/python3.10/runpy.py", line 146, in *get*module\_details
return *get*module\_details(pkg\_main\_name, error)
File "/Users/sij/miniforge3/envs/sijapi/lib/python3.10/runpy.py", line 110, in *get*module\_details
**import**(pkg\_name)
File "/Users/sij/workshop/sijapi/sijapi/init.py", line 9, in <module>
from .classes import Geocoder, APIConfig, Configuration
File "/Users/sij/workshop/sijapi/sijapi/classes.py", line 171, in <module>
class APIConfig(BaseModel):
File "/Users/sij/miniforge3/envs/sijapi/lib/python3.10/site-packages/pydantic/\_internal/\_model\_construction.py", line 93, in **new**
private\_attributes = inspect\_namespace(
File "/Users/sij/miniforge3/envs/sijapi/lib/python3.10/site-packages/pydantic/\_internal/\_model\_construction.py", line 381, in inspect\_namespace
raise NameError(
NameError: Fields must not use names with leading underscores; e.g., use 'online\_hosts\_cache' instead of '\_online\_hosts\_cache'.

View file

@ -1,8 +0,0 @@
---
title: Your Orders
added: Aug 03, 2024 at 00:13
url: https://www.amazon.com/gp/css/order-history?ref_=nav_orders_firstdate: 2024-08-03---
# Your Orders
Clipped from [https://www.amazon.com/gp/css/order-history?ref_=nav_orders_first](https://www.amazon.com/gp/css/order-history?ref_=nav_orders_first) on Aug 03, 2024 at 00:13

View file

@ -1,8 +0,0 @@
---
title: https://api.sij.ai/map?start_date=2023-09-01&end_date=2023-11-01&api_key=sk-NhrtQwCHNdK5sRZC - Aug 02, 2024 at 14:27
added: Aug 02, 2024 at 14:27
url: https://api.sij.ai/map?start_date=2023-09-01&end_date=2023-11-01&api_key=sk-NhrtQwCHNdK5sRZCdate: 2024-08-02---
# https://api.sij.ai/map?start_date=2023-09-01&end_date=2023-11-01&api_key=sk-NhrtQwCHNdK5sRZC - Aug 02, 2024 at 14:27
Clipped from [https://api.sij.ai/map?start_date=2023-09-01&end_date=2023-11-01&api_key=sk-NhrtQwCHNdK5sRZC](https://api.sij.ai/map?start_date=2023-09-01&end_date=2023-11-01&api_key=sk-NhrtQwCHNdK5sRZC) on Aug 02, 2024 at 14:27

View file

@ -1,8 +0,0 @@
---
title: https://api.sij.ai/map?start_date=2024-07-28&end_date=2024-07-31&api_key=sk-NhrtQwCHNdK5sRZC - Aug 02, 2024 at 14:26
added: Aug 02, 2024 at 14:26
url: https://api.sij.ai/map?start_date=2024-07-28&end_date=2024-07-31&api_key=sk-NhrtQwCHNdK5sRZCdate: 2024-08-02---
# https://api.sij.ai/map?start_date=2024-07-28&end_date=2024-07-31&api_key=sk-NhrtQwCHNdK5sRZC - Aug 02, 2024 at 14:26
Clipped from [https://api.sij.ai/map?start_date=2024-07-28&end_date=2024-07-31&api_key=sk-NhrtQwCHNdK5sRZC](https://api.sij.ai/map?start_date=2024-07-28&end_date=2024-07-31&api_key=sk-NhrtQwCHNdK5sRZC) on Aug 02, 2024 at 14:26

View file

@ -1,9 +0,0 @@
---
title: https://images-na.ssl-images-amazon.com/images/S/apesafeframe/ape/sf/desktop/sf-1.50.8c50895e.html - Aug 03, 2024 at 00:13
added: Aug 03, 2024 at 00:13
url: https://images-na.ssl-images-amazon.com/images/S/apesafeframe/ape/sf/desktop/sf-1.50.8c50895e.htmldate: 2024-08-03---
# https://images-na.ssl-images-amazon.com/images/S/apesafeframe/ape/sf/desktop/sf-1.50.8c50895e.html - Aug 03, 2024 at 00:13
Clipped from [https://images-na.ssl-images-amazon.com/images/S/apesafeframe/ape/sf/desktop/sf-1.50.8c50895e.html](https://images-na.ssl-images-amazon.com/images/S/apesafeframe/ape/sf/desktop/sf-1.50.8c50895e.html) on Aug 03, 2024 at 00:13Universal Smartphone Video Rig for iPhone/Samsung, by SMALLRIG…

View file

@ -1,11 +0,0 @@
---
title: reCAPTCHA
added: Aug 02, 2024 at 23:45
url: https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LcdsFgmAAAAAMfrnC1hEdmeRQRXCjpy8qT_kvfy&co=aHR0cHM6Ly9jbGF1ZGUuYWk6NDQz&hl=en&v=hfUfsXWZFeg83qqxrK27GB8P&size=invisible&cb=2yc5hfjz3tyvdate: 2024-08-02---
# reCAPTCHA
Clipped from [https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LcdsFgmAAAAAMfrnC1hEdmeRQRXCjpy8qT_kvfy&co=aHR0cHM6Ly9jbGF1ZGUuYWk6NDQz&hl=en&v=hfUfsXWZFeg83qqxrK27GB8P&size=invisible&cb=2yc5hfjz3tyv](https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LcdsFgmAAAAAMfrnC1hEdmeRQRXCjpy8qT_kvfy&co=aHR0cHM6Ly9jbGF1ZGUuYWk6NDQz&hl=en&v=hfUfsXWZFeg83qqxrK27GB8P&size=invisible&cb=2yc5hfjz3tyv) on Aug 02, 2024 at 23:45
Recaptcha requires verification.

View file

@ -1,25 +0,0 @@
---
title: sijapi/start.sh at main - sijapi - sij's git
added: Aug 02, 2024 at 14:12
url: https://git.sij.ai/sij/sijapi/src/branch/main/start.shdate: 2024-08-02---
# sijapi/start.sh at main - sijapi - sij's git
Clipped from [https://git.sij.ai/sij/sijapi/src/branch/main/start.sh](https://git.sij.ai/sij/sijapi/src/branch/main/start.sh) on Aug 02, 2024 at 14:12| | `#!/bin/bash` |
| --- | --- |
| | |
| | `# Set the path to the script` |
| | `SCRIPT_PATH="./sijapi/helpers/start.py"` |
| | |
| | `# Check if the script exists` |
| | `if [ ! -f "$SCRIPT_PATH" ]; then` |
| | `echo "Error: Script not found at $SCRIPT_PATH"` |
| | `exit 1` |
| | `fi` |
| | |
| | `# Set up the environment` |
| | `source "./sijapi/config/.env"` |
| | |
| | `# Run the Python script` |
| | `python "$SCRIPT_PATH"` |

View file

@ -1,8 +0,0 @@
---
title: sij/sijapi: Multimodal API for integrating Obsidian, Tailscale, Cloudflare, Ollama, r2r, ElevenLabs, xtts_v2, whisper_cpp, ComfyUI, Instagram, Postgres, GPS/GIS, Courtlistener, IMAP emails, MS365 & Apple Calendars, Timing, in a way that may not make sense to many except sij himself. - sijapi - sij's git
added: Aug 02, 2024 at 14:12
url: https://git.sij.ai/sij/sijapidate: 2024-08-02---
# sij/sijapi: Multimodal API for integrating Obsidian, Tailscale, Cloudflare, Ollama, r2r, ElevenLabs, xtts_v2, whisper_cpp, ComfyUI, Instagram, Postgres, GPS/GIS, Courtlistener, IMAP emails, MS365 & Apple Calendars, Timing, in a way that may not make sense to many except sij himself. - sijapi - sij's git
Clipped from [https://git.sij.ai/sij/sijapi](https://git.sij.ai/sij/sijapi) on Aug 02, 2024 at 14:12

View file

@ -1,20 +0,0 @@
---
title: ATX Nas Case with hot-swap bays - PCPartPicker
added: Aug 03, 2024 at 00:26
url: https://pcpartpicker.com/forums/topic/456991-atx-nas-case-with-hot-swap-baysdate: 2024-08-03---
# ATX Nas Case with hot-swap bays - PCPartPicker
Clipped from [https://pcpartpicker.com/forums/topic/456991-atx-nas-case-with-hot-swap-bays](https://pcpartpicker.com/forums/topic/456991-atx-nas-case-with-hot-swap-bays) on Aug 03, 2024 at 00:26
I have a 9th gen i7, 32gb or ddr4 and a rtx 2070 and a 600 watt psu laying around from when a friend upgraded their build. I'd like to turn it into a Nas, but there seems to be a total lack of ATX form factor Nas cases out there, but that may just be my lack of knowlege or knowing where to look.
It NEEDS to fit a full ATX motherboard inside and I'd like it to have hot-swap exterior drive bays. Suggestions?
PS: I'm aware of the Jonsbo n5 but it hasn't been released yet, nor has Josbo said anything about a release date. I may wait for it, but if there is something comparable or better before then, I'd rather not just let the parts sit gathering dust.

View file

@ -1,14 +0,0 @@
---
title: ComfyUI
added: Aug 03, 2024 at 00:38
url: http://127.0.0.1:8188/date: 2024-08-03---
# ComfyUI
Clipped from [http://127.0.0.1:8188/](http://127.0.0.1:8188/) on Aug 03, 2024 at 00:38
Queue PromptExtra options
Queue FrontCloseView History
SaveSave (API Format)LoadRefreshClipspaceClearLoad DefaultReset ViewClearExport logs...View exported logs...CloseSaveSave AsExportExport (API Format)

View file

@ -1,20 +0,0 @@
---
title: Control net depth mapping to create animated images : r/unstable_diffusion
added: Aug 03, 2024 at 01:19
url: https://www.reddit.com/r/unstable_diffusion/comments/11c3x27/control_net_depth_mapping_to_create_animated/date: 2024-08-03---
# Control net depth mapping to create animated images : r/unstable_diffusion
Clipped from [https://www.reddit.com/r/unstable_diffusion/comments/11c3x27/control_net_depth_mapping_to_create_animated/](https://www.reddit.com/r/unstable_diffusion/comments/11c3x27/control_net_depth_mapping_to_create_animated/) on Aug 03, 2024 at 01:19
Scan this QR code to download the app now
Or check it out in the app stores

View file

@ -1,20 +0,0 @@
---
title: Delcos/Hentai-Diffusion: The official place for the best A.I.
added: Aug 03, 2024 at 01:31
url: https://github.com/Delcos/Hentai-Diffusiondate: 2024-08-03---
# Delcos/Hentai-Diffusion: The official place for the best A.I.
Clipped from [https://github.com/Delcos/Hentai-Diffusion](https://github.com/Delcos/Hentai-Diffusion) on Aug 03, 2024 at 01:31## We Moved (Downloads Hosted On Huggingface)
Better management and more details for descriptions and guides, direct contact for technical questions, and faster releases.
Read about our new and upcoming art projects that involve both A.I art and not. We hope everyone enjoys our models, and they will stay free forever.
Addressing the issue involving the fork.
We were made aware of a supply chain issue on the First of January and have been working to address the issue. One of those ways is to move to an official website so that false or malicious files can't be added. We'll be working on a forum on our website in the next couple of months. You can contact us directly on the site.

View file

@ -1,13 +0,0 @@
---
title: Fractal R5 - Google Search
added: Aug 03, 2024 at 00:27
url: https://www.google.com/search?client=safari&rls=en&q=Fractal+R5&ie=UTF-8&oe=UTF-8date: 2024-08-03---
# Fractal R5 - Google Search
Clipped from [https://www.google.com/search?client=safari&rls=en&q=Fractal+R5&ie=UTF-8&oe=UTF-8](https://www.google.com/search?client=safari&rls=en&q=Fractal+R5&ie=UTF-8&oe=UTF-8) on Aug 03, 2024 at 00:27| Proshop.no | Fractal Design Define R5 - Black - Kabinett - Miditower - Svart - Kabinett | | | | Total price for seller Proshop.no, NOK 1,574.00. Click to see a price breakdown. | Item price | NOK 1,574.00 | | --- | --- | | Delivery | Free | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Est. total | NOK 1,574.00 | NOK 1,574.00 | [Visit site](https://www.proshop.no/Kabinett/Fractal-Design-Define-R5-Black-Kabinett-Miditower-Svart/2464026?utm_source=google&utm_medium=cpc&utm_campaign=searchengine&srsltid=AfmBOor30mJJ9ODy18XNZqSEDCL0XvpyZaTWbzGJoG_7wG0CiT51eMQ8Yp0) |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| Prisjakt.no | Fractal Design Define R5 (Sort) | | | | Total price for seller Prisjakt.no, NOK 1,574.00. Click to see a price breakdown. | Item price | NOK 1,574.00 | | --- | --- | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Est. total | NOK 1,574.00+shipping & tax | NOK 1,574.00+shipping & tax | [Visit site](https://www.prisjakt.no/product.php?p=2898282&utm_source=google&utm_medium=api&utm_campaign=shopping) |
| Cdon.no | Fractal Design Define R5 - Tower - ATX - svart - USB/lyd | | | | Total price for seller Cdon.no, NOK 2,061.00. Click to see a price breakdown. | Item price | NOK 2,022.00 | | --- | --- | | Delivery | + NOK 39.00 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Est. total | NOK 2,061.00 | NOK 2,061.00 | [Visit site](https://cdon.no/elektronikk/fractal-design-define-r5-tower-atx-svart-usb-lyd-p55105237?srsltid=AfmBOoqL39UatHYhyIwuTxLLY9jbh8UjJgW6Uia6TGlnvzzmaNxgnP3jIb0) |
| Computersalg.no | Fractal Design Define R5 - Tower - Atx - Svart - Usb/Lyd | | | | Total price for seller Computersalg.no, NOK 2,011.00. Click to see a price breakdown. | Item price | NOK 1,896.00 | | --- | --- | | Delivery | + NOK 115.00 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Est. total | NOK 2,011.00 | NOK 2,011.00 | [Visit site](http://www.computersalg.no/i/2375503/fractal-design-define-r5-tower-atx-svart-usb-lyd?utm_source=googlefeed&utm_medium=1003-it-elektronik-hardware-kabinetter&utm_campaign=fractal-design&utm_content=0) |
| Techinn.com | Fractal Define R5 Pc Tower Case Black | | | | Total price for seller Techinn.com, NOK 2,141.48. Click to see a price breakdown. | Item price | NOK 1,782.99 | | --- | --- | | Delivery | + NOK 358.49 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Est. total | NOK 2,141.48 | NOK 2,141.48 | [Visit site](https://www.tradeinn.com/techinn/en/fractal-define-r5-pc-tower-case/140348369/p?utm_source=google_products&utm_medium=merchant&id_producte=141206444&country=no&srsltid=AfmBOoqPiKxQRZY-7EjxNDKOF06ist7nAv1URkZZpZIFuwOa-fSrLYwikFA) |

View file

@ -1,20 +0,0 @@
---
title: I've created a free library of OpenPose skeletons for use with ControlNet. Smallish at the moment (I didn't want to load it up with hundreds of "samey" poses), but certainly plan to add more in the future! And yes, the website IS needlessly overbuilt for such a simple resource. : r/StableDiffusion
added: Aug 03, 2024 at 01:21
url: https://www.reddit.com/r/StableDiffusion/comments/11wu8ls/ive_created_a_free_library_of_openpose_skeletons/date: 2024-08-03---
# I've created a free library of OpenPose skeletons for use with ControlNet. Smallish at the moment (I didn't want to load it up with hundreds of "samey" poses), but certainly plan to add more in the future! And yes, the website IS needlessly overbuilt for such a simple resource. : r/StableDiffusion
Clipped from [https://www.reddit.com/r/StableDiffusion/comments/11wu8ls/ive_created_a_free_library_of_openpose_skeletons/](https://www.reddit.com/r/StableDiffusion/comments/11wu8ls/ive_created_a_free_library_of_openpose_skeletons/) on Aug 03, 2024 at 01:21
Scan this QR code to download the app now
Or check it out in the app stores

View file

@ -1,11 +0,0 @@
---
title: Mood — Feature reel - YouTube
added: Aug 03, 2024 at 00:27
url: https://www.youtube.com/embed/_QrOyd71jg0date: 2024-08-03---
# Mood — Feature reel - YouTube
Clipped from [https://www.youtube.com/embed/_QrOyd71jg0](https://www.youtube.com/embed/_QrOyd71jg0) on Aug 03, 2024 at 00:27Share
Include playlistAn error occurred while retrieving sharing information. Please try again later.

View file

@ -1,8 +0,0 @@
---
title: New A.I Update Released | Better Fingers and Better Poses : r/StableDiffusion
added: Aug 03, 2024 at 01:29
url: https://www.reddit.com/r/StableDiffusion/comments/y6yajr/new_ai_update_released_better_fingers_and_better/date: 2024-08-03---
# New A.I Update Released | Better Fingers and Better Poses : r/StableDiffusion
Clipped from [https://www.reddit.com/r/StableDiffusion/comments/y6yajr/new_ai_update_released_better_fingers_and_better/](https://www.reddit.com/r/StableDiffusion/comments/y6yajr/new_ai_update_released_better_fingers_and_better/) on Aug 03, 2024 at 01:29

View file

@ -1,11 +0,0 @@
---
title: Sign In - Google Accounts
added: Aug 03, 2024 at 01:18
url: https://accounts.google.com/gsi/iframe/select?client_id=705819728788-b2c1kcs7tst3b7ghv7at0hkqmtc68ckl.apps.googleusercontent.com&auto_select=true&ux_mode=popup&ui_mode=card&as=akULQgjQP5XwjwZ%2FVY49bA&is_itp=true&channel_id=81dc288ecc54c764c1a146706f99d41a94ddd2dac4907ed53a2656b8af42d2fd&origin=https%3A%2F%2Fwww.reddit.comdate: 2024-08-03---
# Sign In - Google Accounts
Clipped from [https://accounts.google.com/gsi/iframe/select?client_id=705819728788-b2c1kcs7tst3b7ghv7at0hkqmtc68ckl.apps.googleusercontent.com&auto_select=true&ux_mode=popup&ui_mode=card&as=akULQgjQP5XwjwZ%2FVY49bA&is_itp=true&channel_id=81dc288ecc54c764c1a146706f99d41a94ddd2dac4907ed53a2656b8af42d2fd&origin=https%3A%2F%2Fwww.reddit.com](https://accounts.google.com/gsi/iframe/select?client_id=705819728788-b2c1kcs7tst3b7ghv7at0hkqmtc68ckl.apps.googleusercontent.com&auto_select=true&ux_mode=popup&ui_mode=card&as=akULQgjQP5XwjwZ%2FVY49bA&is_itp=true&channel_id=81dc288ecc54c764c1a146706f99d41a94ddd2dac4907ed53a2656b8af42d2fd&origin=https%3A%2F%2Fwww.reddit.com) on Aug 03, 2024 at 01:18Use your Google Account to sign in to Reddit
No more passwords to remember. Signing in is fast, simple and secure.

View file

@ -1,9 +0,0 @@
---
title: Sign in to Civitai
added: Aug 03, 2024 at 01:32
url: https://civitai.com/login?returnUrl=/date: 2024-08-03---
# Sign in to Civitai
Clipped from [https://civitai.com/login?returnUrl=/](https://civitai.com/login?returnUrl=/) on Aug 03, 2024 at 01:32Welcome to Civitai, sign in with

View file

@ -1,8 +0,0 @@
---
title: StripeM-Inner
added: Aug 03, 2024 at 01:32
url: https://m.stripe.network/inner.html#url=https%3A%2F%2Fcivitai.com%2Flogin&title=Sign%20in%20to%20Civitai&referrer=&muid=bb162649-c0f3-40f0-b14e-f60bd5ce710afcd056&sid=0e59e51a-880d-4368-b20c-d763ddf94c336190f5&version=6&preview=falsedate: 2024-08-03---
# StripeM-Inner
Clipped from [https://m.stripe.network/inner.html#url=https%3A%2F%2Fcivitai.com%2Flogin&title=Sign%20in%20to%20Civitai&referrer=&muid=bb162649-c0f3-40f0-b14e-f60bd5ce710afcd056&sid=0e59e51a-880d-4368-b20c-d763ddf94c336190f5&version=6&preview=false](https://m.stripe.network/inner.html#url=https%3A%2F%2Fcivitai.com%2Flogin&title=Sign%20in%20to%20Civitai&referrer=&muid=bb162649-c0f3-40f0-b14e-f60bd5ce710afcd056&sid=0e59e51a-880d-4368-b20c-d763ddf94c336190f5&version=6&preview=false) on Aug 03, 2024 at 01:32

View file

@ -1,10 +0,0 @@
---
title: TrueNAS - 10.13.37.10
added: Aug 03, 2024 at 01:26
url: http://10.13.37.10/ui/sessions/signindate: 2024-08-03---
# TrueNAS - 10.13.37.10
Clipped from [http://10.13.37.10/ui/sessions/signin](http://10.13.37.10/ui/sessions/signin) on Aug 03, 2024 at 01:26
TrueNAS SCALE ® © 2024
[![iX Systems](/ui/assets/images/ix_logo_full.png)](https://www.ixsystems.com/ "iXsystems, Inc.")

View file

@ -1,20 +0,0 @@
---
title: UnstableDiffusion
added: Aug 03, 2024 at 01:19
url: https://www.reddit.com/r/unstable_diffusion/date: 2024-08-03---
# UnstableDiffusion
Clipped from [https://www.reddit.com/r/unstable_diffusion/](https://www.reddit.com/r/unstable_diffusion/) on Aug 03, 2024 at 01:19
Scan this QR code to download the app now
Or check it out in the app stores

View file

@ -1,20 +0,0 @@
---
title: Using SDXL ControlNet Depth for posing is pretty good : r/StableDiffusion
added: Aug 03, 2024 at 01:18
url: https://www.reddit.com/r/StableDiffusion/comments/15rjun3/using_sdxl_controlnet_depth_for_posing_is_pretty/date: 2024-08-03---
# Using SDXL ControlNet Depth for posing is pretty good : r/StableDiffusion
Clipped from [https://www.reddit.com/r/StableDiffusion/comments/15rjun3/using_sdxl_controlnet_depth_for_posing_is_pretty/](https://www.reddit.com/r/StableDiffusion/comments/15rjun3/using_sdxl_controlnet_depth_for_posing_is_pretty/) on Aug 03, 2024 at 01:18
Scan this QR code to download the app now
Or check it out in the app stores

View file

@ -1,26 +0,0 @@
---
title: What are your dirty tricks? : r/StableDiffusion
added: Aug 03, 2024 at 01:18
url: https://www.reddit.com/r/StableDiffusion/comments/1942m2y/what_are_your_dirty_tricks/date: 2024-08-03---
# What are your dirty tricks? : r/StableDiffusion
Clipped from [https://www.reddit.com/r/StableDiffusion/comments/1942m2y/what_are_your_dirty_tricks/](https://www.reddit.com/r/StableDiffusion/comments/1942m2y/what_are_your_dirty_tricks/) on Aug 03, 2024 at 01:18
I'll start with this combo:
In Positive: `hands in pocket`.
In Negative: `visible hands`.
Also, `wearing sunglasses` in positive can come in handy ...

View file

@ -1,11 +0,0 @@
---
title: YouTube
added: Aug 03, 2024 at 01:21
url: https://www.youtube.com/embed/?enablejsapi=1&rel=0&autoplay=0&playsinline=1&expflag=embeds_enable_muted_autoplay%3Atrue&fs=1date: 2024-08-03---
# YouTube
Clipped from [https://www.youtube.com/embed/?enablejsapi=1&rel=0&autoplay=0&playsinline=1&expflag=embeds_enable_muted_autoplay%3Atrue&fs=1](https://www.youtube.com/embed/?enablejsapi=1&rel=0&autoplay=0&playsinline=1&expflag=embeds_enable_muted_autoplay%3Atrue&fs=1) on Aug 03, 2024 at 01:21Share
Include playlistAn error occurred while retrieving sharing information. Please try again later.

View file

@ -1,20 +0,0 @@
---
title: depth map - Reddit Search!
added: Aug 03, 2024 at 01:20
url: https://www.reddit.com/r/unstable_diffusion/search/?q=depth+map&type=link&cId=91f86fac-8e8e-4083-bb4c-17fe77eb4adc&iId=48840ea9-b9ab-41f8-8324-3689fe69b5c9date: 2024-08-03---
# depth map - Reddit Search!
Clipped from [https://www.reddit.com/r/unstable_diffusion/search/?q=depth+map&type=link&cId=91f86fac-8e8e-4083-bb4c-17fe77eb4adc&iId=48840ea9-b9ab-41f8-8324-3689fe69b5c9](https://www.reddit.com/r/unstable_diffusion/search/?q=depth+map&type=link&cId=91f86fac-8e8e-4083-bb4c-17fe77eb4adc&iId=48840ea9-b9ab-41f8-8324-3689fe69b5c9) on Aug 03, 2024 at 01:20
Scan this QR code to download the app now
Or check it out in the app stores

View file

@ -1,9 +0,0 @@
---
title: hentai depth maps controlnet stable diffusion - Google Search
added: Aug 03, 2024 at 01:21
url: https://www.google.com/search?client=safari&rls=en&q=hentai+depth+maps+controlnet+stable+diffusion&ie=UTF-8&oe=UTF-8date: 2024-08-03---
# hentai depth maps controlnet stable diffusion - Google Search
Clipped from [https://www.google.com/search?client=safari&rls=en&q=hentai+depth+maps+controlnet+stable+diffusion&ie=UTF-8&oe=UTF-8](https://www.google.com/search?client=safari&rls=en&q=hentai+depth+maps+controlnet+stable+diffusion&ie=UTF-8&oe=UTF-8) on Aug 03, 2024 at 01:21SSD-Canny relies on canny edge detection, allowing for precise highlighting of contours within the images. Conversely, the SSD-Depth model utilizes depth maps to delineate image boundaries, creating a unique approach to visual representation.Jan 2, 2024

View file

@ -1,9 +0,0 @@
---
title: "hentai" depth maps controlnet stable diffusion site:www.reddit.com - Google Search
added: Aug 03, 2024 at 01:21
url: https://www.google.com/search?q=%22hentai%22+depth+maps+controlnet+stable+diffusion+site%3Awww.reddit.com&client=safari&sca_esv=36c71796e17fe0f6&rls=en&biw=1572&bih=994&ei=e-itZuDJNK3g0PEP_KG9-A4&ved=0ahUKEwig86-FstiHAxUtMDQIHfxQD-8Q4dUDCBA&uact=5&oq=%22hentai%22+depth+maps+controlnet+stable+diffusion+site%3Awww.reddit.com&gs_lp=Egxnd3Mtd2l6LXNlcnAiQyJoZW50YWkiIGRlcHRoIG1hcHMgY29udHJvbG5ldCBzdGFibGUgZGlmZnVzaW9uIHNpdGU6d3d3LnJlZGRpdC5jb21I1RxQlAVYwBpwAXgAkAEAmAFDoAHBAaoBATO4AQPIAQD4AQGYAgCgAgCYAwCIBgGSBwCgB4cB&sclient=gws-wiz-serpdate: 2024-08-03---
# "hentai" depth maps controlnet stable diffusion site:www.reddit.com - Google Search
Clipped from [https://www.google.com/search?q=%22hentai%22+depth+maps+controlnet+stable+diffusion+site%3Awww.reddit.com&client=safari&sca_esv=36c71796e17fe0f6&rls=en&biw=1572&bih=994&ei=e-itZuDJNK3g0PEP_KG9-A4&ved=0ahUKEwig86-FstiHAxUtMDQIHfxQD-8Q4dUDCBA&uact=5&oq=%22hentai%22+depth+maps+controlnet+stable+diffusion+site%3Awww.reddit.com&gs_lp=Egxnd3Mtd2l6LXNlcnAiQyJoZW50YWkiIGRlcHRoIG1hcHMgY29udHJvbG5ldCBzdGFibGUgZGlmZnVzaW9uIHNpdGU6d3d3LnJlZGRpdC5jb21I1RxQlAVYwBpwAXgAkAEAmAFDoAHBAaoBATO4AQPIAQD4AQGYAgCgAgCYAwCIBgGSBwCgB4cB&sclient=gws-wiz-serp](https://www.google.com/search?q=%22hentai%22+depth+maps+controlnet+stable+diffusion+site%3Awww.reddit.com&client=safari&sca_esv=36c71796e17fe0f6&rls=en&biw=1572&bih=994&ei=e-itZuDJNK3g0PEP_KG9-A4&ved=0ahUKEwig86-FstiHAxUtMDQIHfxQD-8Q4dUDCBA&uact=5&oq=%22hentai%22+depth+maps+controlnet+stable+diffusion+site%3Awww.reddit.com&gs_lp=Egxnd3Mtd2l6LXNlcnAiQyJoZW50YWkiIGRlcHRoIG1hcHMgY29udHJvbG5ldCBzdGFibGUgZGlmZnVzaW9uIHNpdGU6d3d3LnJlZGRpdC5jb21I1RxQlAVYwBpwAXgAkAEAmAFDoAHBAaoBATO4AQPIAQD4AQGYAgCgAgCYAwCIBgGSBwCgB4cB&sclient=gws-wiz-serp) on Aug 03, 2024 at 01:21In response, people started creating their own custom sources (nudity, *hentai*, etc.) ... New version of *Stable*-*diffusion*-webui-video-multiprompt ...

View file

@ -1,8 +0,0 @@
---
title: https://js.stripe.com/v3/controller-with-preconnect-530a27afc5c23852e63b119c1228384a.html#apiKey=pk_live_51MZHdsLAn4if8jivSdtLXudmxfqUrdXTj8y2m54fS59DUwXhnF4vXUvzThwjLeX3L0UKL1NPJbFwPpkQWjHdV68l00HYViU8HB&stripeJsId=a3175584-fc0e-418f-bdfc-9d47fb955313&controllerCount=1&isCheckout=false&stripeJsLoadTime=1722673913221&manualBrowserDeprecationRollout=false&mids[guid]=NA&mids[muid]=NA&mids[sid]=NA&referrer=https%3A%2F%2Fcivitai.com%2F&controllerId=__privateStripeController7391 - Aug 03, 2024 at 01:31
added: Aug 03, 2024 at 01:31
url: https://js.stripe.com/v3/controller-with-preconnect-530a27afc5c23852e63b119c1228384a.html#apiKey=pk_live_51MZHdsLAn4if8jivSdtLXudmxfqUrdXTj8y2m54fS59DUwXhnF4vXUvzThwjLeX3L0UKL1NPJbFwPpkQWjHdV68l00HYViU8HB&stripeJsId=a3175584-fc0e-418f-bdfc-9d47fb955313&controllerCount=1&isCheckout=false&stripeJsLoadTime=1722673913221&manualBrowserDeprecationRollout=false&mids[guid]=NA&mids[muid]=NA&mids[sid]=NA&referrer=https%3A%2F%2Fcivitai.com%2F&controllerId=__privateStripeController7391date: 2024-08-03---
# https://js.stripe.com/v3/controller-with-preconnect-530a27afc5c23852e63b119c1228384a.html#apiKey=pk_live_51MZHdsLAn4if8jivSdtLXudmxfqUrdXTj8y2m54fS59DUwXhnF4vXUvzThwjLeX3L0UKL1NPJbFwPpkQWjHdV68l00HYViU8HB&stripeJsId=a3175584-fc0e-418f-bdfc-9d47fb955313&controllerCount=1&isCheckout=false&stripeJsLoadTime=1722673913221&manualBrowserDeprecationRollout=false&mids[guid]=NA&mids[muid]=NA&mids[sid]=NA&referrer=https%3A%2F%2Fcivitai.com%2F&controllerId=__privateStripeController7391 - Aug 03, 2024 at 01:31
Clipped from [https://js.stripe.com/v3/controller-with-preconnect-530a27afc5c23852e63b119c1228384a.html#apiKey=pk_live_51MZHdsLAn4if8jivSdtLXudmxfqUrdXTj8y2m54fS59DUwXhnF4vXUvzThwjLeX3L0UKL1NPJbFwPpkQWjHdV68l00HYViU8HB&stripeJsId=a3175584-fc0e-418f-bdfc-9d47fb955313&controllerCount=1&isCheckout=false&stripeJsLoadTime=1722673913221&manualBrowserDeprecationRollout=false&mids[guid]=NA&mids[muid]=NA&mids[sid]=NA&referrer=https%3A%2F%2Fcivitai.com%2F&controllerId=__privateStripeController7391](https://js.stripe.com/v3/controller-with-preconnect-530a27afc5c23852e63b119c1228384a.html#apiKey=pk_live_51MZHdsLAn4if8jivSdtLXudmxfqUrdXTj8y2m54fS59DUwXhnF4vXUvzThwjLeX3L0UKL1NPJbFwPpkQWjHdV68l00HYViU8HB&stripeJsId=a3175584-fc0e-418f-bdfc-9d47fb955313&controllerCount=1&isCheckout=false&stripeJsLoadTime=1722673913221&manualBrowserDeprecationRollout=false&mids[guid]=NA&mids[muid]=NA&mids[sid]=NA&referrer=https%3A%2F%2Fcivitai.com%2F&controllerId=__privateStripeController7391) on Aug 03, 2024 at 01:31

View file

@ -1,8 +0,0 @@
---
title: https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=https%3A%2F%2Fcivitai.com%2Flogin%3FreturnUrl%3D%2F&title=Sign%20in%20to%20Civitai&referrer=&muid=NA&sid=NA&version=6&preview=false - Aug 03, 2024 at 01:32
added: Aug 03, 2024 at 01:32
url: https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=https%3A%2F%2Fcivitai.com%2Flogin%3FreturnUrl%3D%2F&title=Sign%20in%20to%20Civitai&referrer=&muid=NA&sid=NA&version=6&preview=falsedate: 2024-08-03---
# https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=https%3A%2F%2Fcivitai.com%2Flogin%3FreturnUrl%3D%2F&title=Sign%20in%20to%20Civitai&referrer=&muid=NA&sid=NA&version=6&preview=false - Aug 03, 2024 at 01:32
Clipped from [https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=https%3A%2F%2Fcivitai.com%2Flogin%3FreturnUrl%3D%2F&title=Sign%20in%20to%20Civitai&referrer=&muid=NA&sid=NA&version=6&preview=false](https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=https%3A%2F%2Fcivitai.com%2Flogin%3FreturnUrl%3D%2F&title=Sign%20in%20to%20Civitai&referrer=&muid=NA&sid=NA&version=6&preview=false) on Aug 03, 2024 at 01:32

View file

@ -1,8 +0,0 @@
---
title: https://policy.app.cookieinformation.com/cookiesharingiframe.html - Aug 03, 2024 at 00:27
added: Aug 03, 2024 at 00:27
url: https://policy.app.cookieinformation.com/cookiesharingiframe.htmldate: 2024-08-03---
# https://policy.app.cookieinformation.com/cookiesharingiframe.html - Aug 03, 2024 at 00:27
Clipped from [https://policy.app.cookieinformation.com/cookiesharingiframe.html](https://policy.app.cookieinformation.com/cookiesharingiframe.html) on Aug 03, 2024 at 00:27

View file

@ -1,9 +0,0 @@
---
title: jonsbo n5 - Google Search
added: Aug 03, 2024 at 00:26
url: https://www.google.com/search?client=safari&rls=en&q=jonsbo+n5&ie=UTF-8&oe=UTF-8date: 2024-08-03---
# jonsbo n5 - Google Search
Clipped from [https://www.google.com/search?client=safari&rls=en&q=jonsbo+n5&ie=UTF-8&oe=UTF-8](https://www.google.com/search?client=safari&rls=en&q=jonsbo+n5&ie=UTF-8&oe=UTF-8) on Aug 03, 2024 at 00:26JONSBO TK-0, N5, Z20, T6 SFF, T6-ITX CASE LINEUP LAUNCHED AT COMPUTEX 2024

View file

@ -1,9 +0,0 @@
---
title: jonsbo n5 - Google-søk
added: Aug 03, 2024 at 00:26
url: https://www.google.com/search?client=safari&rls=en&q=jonsbo+n5&ie=UTF-8&oe=UTF-8date: 2024-08-03---
# jonsbo n5 - Google-søk
Clipped from [https://www.google.com/search?client=safari&rls=en&q=jonsbo+n5&ie=UTF-8&oe=UTF-8](https://www.google.com/search?client=safari&rls=en&q=jonsbo+n5&ie=UTF-8&oe=UTF-8) on Aug 03, 2024 at 00:26JONSBO products are famous for their reasonably designed, high-quality materials, exquisite craftsmanship and outstanding performance-price ratio. They are exported worldwide with the tag '**Made in China**' and get good reputations, many awards and honor from many countries such as Korea, Japan and EU.

View file

@ -1,9 +0,0 @@
---
title: "porn" "depth" controlnet stable diffusion site:www.reddit.com - Google Search
added: Aug 03, 2024 at 01:22
url: https://www.google.com/search?q=%22porn%22+%22depth%22+controlnet+stable+diffusion+site%3Awww.reddit.com&client=safari&sca_esv=36c71796e17fe0f6&rls=en&udm=2&biw=1572&bih=994&ei=oeitZuTvA_Tk0PEP3IjKkAE&ved=0ahUKEwikxI6XstiHAxV0MjQIHVyEEhIQ4dUDCBE&uact=5&oq=%22porn%22+%22depth%22+controlnet+stable+diffusion+site%3Awww.reddit.com&gs_lp=Egxnd3Mtd2l6LXNlcnAiPiJwb3JuIiAiZGVwdGgiIGNvbnRyb2xuZXQgc3RhYmxlIGRpZmZ1c2lvbiBzaXRlOnd3dy5yZWRkaXQuY29tSIUxUMYEWPsvcAN4AJABAJgBZaABwQaqAQQxMS4xuAEDyAEA-AEBmAIAoAIAmAMAiAYBkgcAoAecBA&sclient=gws-wiz-serpdate: 2024-08-03---
# "porn" "depth" controlnet stable diffusion site:www.reddit.com - Google Search
Clipped from [https://www.google.com/search?q=%22porn%22+%22depth%22+controlnet+stable+diffusion+site%3Awww.reddit.com&client=safari&sca_esv=36c71796e17fe0f6&rls=en&udm=2&biw=1572&bih=994&ei=oeitZuTvA_Tk0PEP3IjKkAE&ved=0ahUKEwikxI6XstiHAxV0MjQIHVyEEhIQ4dUDCBE&uact=5&oq=%22porn%22+%22depth%22+controlnet+stable+diffusion+site%3Awww.reddit.com&gs_lp=Egxnd3Mtd2l6LXNlcnAiPiJwb3JuIiAiZGVwdGgiIGNvbnRyb2xuZXQgc3RhYmxlIGRpZmZ1c2lvbiBzaXRlOnd3dy5yZWRkaXQuY29tSIUxUMYEWPsvcAN4AJABAJgBZaABwQaqAQQxMS4xuAEDyAEA-AEBmAIAoAIAmAMAiAYBkgcAoAecBA&sclient=gws-wiz-serp](https://www.google.com/search?q=%22porn%22+%22depth%22+controlnet+stable+diffusion+site%3Awww.reddit.com&client=safari&sca_esv=36c71796e17fe0f6&rls=en&udm=2&biw=1572&bih=994&ei=oeitZuTvA_Tk0PEP3IjKkAE&ved=0ahUKEwikxI6XstiHAxV0MjQIHVyEEhIQ4dUDCBE&uact=5&oq=%22porn%22+%22depth%22+controlnet+stable+diffusion+site%3Awww.reddit.com&gs_lp=Egxnd3Mtd2l6LXNlcnAiPiJwb3JuIiAiZGVwdGgiIGNvbnRyb2xuZXQgc3RhYmxlIGRpZmZ1c2lvbiBzaXRlOnd3dy5yZWRkaXQuY29tSIUxUMYEWPsvcAN4AJABAJgBZaABwQaqAQQxMS4xuAEDyAEA-AEBmAIAoAIAmAMAiAYBkgcAoAecBA&sclient=gws-wiz-serp) on Aug 03, 2024 at 01:22Anime girls are nice and all, but what ...

View file

@ -1,9 +0,0 @@
---
title: "porn" depth maps controlnet stable diffusion site:www.reddit.com - Google Search
added: Aug 03, 2024 at 01:22
url: https://www.google.com/search?client=safari&sca_esv=36c71796e17fe0f6&rls=en&q=%22porn%22+depth+maps+controlnet+stable+diffusion+site:www.reddit.com&udm=2&fbs=AEQNm0AbzhUJjXv6jRup8eVc0BvPyH5PazCaW205cG-Bd0in0dvSnU368ct8hcGzY9zRCgahXUvXYtux5SPCz-VD8JjCRRQ8LRqTDdEUYpRLpCO7i4Abpfgr5RKfHAgc3Zq8pbKkp0mi68K3CXDFL7KsrYadrVQgVTdiihKp3Ia169rEPCwfPwJXLr9DBt3ZwxM0XlbirQsyiZwWgE0_ock6dT6lmfSWVA&sa=X&ved=2ahUKEwjuy5mVstiHAxXcHjQIHWjADvgQtKgLegQIEBAB&biw=1572&bih=994&dpr=2#vhid=kcz_ul3sxer3cM&vssid=mosaicdate: 2024-08-03---
# "porn" depth maps controlnet stable diffusion site:www.reddit.com - Google Search
Clipped from [https://www.google.com/search?client=safari&sca_esv=36c71796e17fe0f6&rls=en&q=%22porn%22+depth+maps+controlnet+stable+diffusion+site:www.reddit.com&udm=2&fbs=AEQNm0AbzhUJjXv6jRup8eVc0BvPyH5PazCaW205cG-Bd0in0dvSnU368ct8hcGzY9zRCgahXUvXYtux5SPCz-VD8JjCRRQ8LRqTDdEUYpRLpCO7i4Abpfgr5RKfHAgc3Zq8pbKkp0mi68K3CXDFL7KsrYadrVQgVTdiihKp3Ia169rEPCwfPwJXLr9DBt3ZwxM0XlbirQsyiZwWgE0_ock6dT6lmfSWVA&sa=X&ved=2ahUKEwjuy5mVstiHAxXcHjQIHWjADvgQtKgLegQIEBAB&biw=1572&bih=994&dpr=2#vhid=kcz_ul3sxer3cM&vssid=mosaic](https://www.google.com/search?client=safari&sca_esv=36c71796e17fe0f6&rls=en&q=%22porn%22+depth+maps+controlnet+stable+diffusion+site:www.reddit.com&udm=2&fbs=AEQNm0AbzhUJjXv6jRup8eVc0BvPyH5PazCaW205cG-Bd0in0dvSnU368ct8hcGzY9zRCgahXUvXYtux5SPCz-VD8JjCRRQ8LRqTDdEUYpRLpCO7i4Abpfgr5RKfHAgc3Zq8pbKkp0mi68K3CXDFL7KsrYadrVQgVTdiihKp3Ia169rEPCwfPwJXLr9DBt3ZwxM0XlbirQsyiZwWgE0_ock6dT6lmfSWVA&sa=X&ved=2ahUKEwjuy5mVstiHAxXcHjQIHWjADvgQtKgLegQIEBAB&biw=1572&bih=994&dpr=2#vhid=kcz_ul3sxer3cM&vssid=mosaic) on Aug 03, 2024 at 01:22Anime girls are nice and all, but what ...

View file

@ -1,9 +0,0 @@
---
title: porn poses comfyui - Google Search
added: Aug 03, 2024 at 01:28
url: https://www.google.com/search?client=safari&sca_esv=36c71796e17fe0f6&rls=en&q=porn+poses+comfyui&udm=2&fbs=AEQNm0AbzhUJjXv6jRup8eVc0BvPyH5PazCaW205cG-Bd0in0dvSnU368ct8hcGzY9zRCgahXUvXYtux5SPCz-VD8JjCRRQ8LRqTDdEUYpRLpCO7i4Abpfgr5RKfHAgc3Zq8pbKkp0mi68K3CXDFL7KsrYadrVQgVTdiihKp3Ia169rEPCwfPwJXLr9DBt3ZwxM0XlbirQsyiZwWgE0_ock6dT6lmfSWVA&sa=X&ved=2ahUKEwjY_ePSs9iHAxUKGDQIHdqUPfMQtKgLegQIFBAB&biw=1572&bih=994&dpr=2date: 2024-08-03---
# porn poses comfyui - Google Search
Clipped from [https://www.google.com/search?client=safari&sca_esv=36c71796e17fe0f6&rls=en&q=porn+poses+comfyui&udm=2&fbs=AEQNm0AbzhUJjXv6jRup8eVc0BvPyH5PazCaW205cG-Bd0in0dvSnU368ct8hcGzY9zRCgahXUvXYtux5SPCz-VD8JjCRRQ8LRqTDdEUYpRLpCO7i4Abpfgr5RKfHAgc3Zq8pbKkp0mi68K3CXDFL7KsrYadrVQgVTdiihKp3Ia169rEPCwfPwJXLr9DBt3ZwxM0XlbirQsyiZwWgE0_ock6dT6lmfSWVA&sa=X&ved=2ahUKEwjY_ePSs9iHAxUKGDQIHdqUPfMQtKgLegQIFBAB&biw=1572&bih=994&dpr=2](https://www.google.com/search?client=safari&sca_esv=36c71796e17fe0f6&rls=en&q=porn+poses+comfyui&udm=2&fbs=AEQNm0AbzhUJjXv6jRup8eVc0BvPyH5PazCaW205cG-Bd0in0dvSnU368ct8hcGzY9zRCgahXUvXYtux5SPCz-VD8JjCRRQ8LRqTDdEUYpRLpCO7i4Abpfgr5RKfHAgc3Zq8pbKkp0mi68K3CXDFL7KsrYadrVQgVTdiihKp3Ia169rEPCwfPwJXLr9DBt3ZwxM0XlbirQsyiZwWgE0_ock6dT6lmfSWVA&sa=X&ved=2ahUKEwjY_ePSs9iHAxUKGDQIHdqUPfMQtKgLegQIFBAB&biw=1572&bih=994&dpr=2) on Aug 03, 2024 at 01:28Error in comfyUI, Onxx, workflow is ...

View file

@ -1,9 +0,0 @@
---
title: porn poses stable diffusion - Google Search
added: Aug 03, 2024 at 01:29
url: https://www.google.com/search?q=porn+poses+stable+diffusion&client=safari&sca_esv=36c71796e17fe0f6&rls=en&udm=2&biw=1572&bih=994&ei=MeqtZtqsIL-e0PEPvPrW0A4&ved=0ahUKEwiaiYnWs9iHAxU_DzQIHTy9FeoQ4dUDCBE&uact=5&oq=porn+poses+stable+diffusion&gs_lp=Egxnd3Mtd2l6LXNlcnAiG3Bvcm4gcG9zZXMgc3RhYmxlIGRpZmZ1c2lvbkiDGlCbB1j6FnABeACQAQCYAVygAe8JqgECMTe4AQPIAQD4AQGYAgCgAgCYAwCIBgGSBwCgB_0F&sclient=gws-wiz-serp#vhid=PBsTezCR0sLMMM&vssid=mosaicdate: 2024-08-03---
# porn poses stable diffusion - Google Search
Clipped from [https://www.google.com/search?q=porn+poses+stable+diffusion&client=safari&sca_esv=36c71796e17fe0f6&rls=en&udm=2&biw=1572&bih=994&ei=MeqtZtqsIL-e0PEPvPrW0A4&ved=0ahUKEwiaiYnWs9iHAxU_DzQIHTy9FeoQ4dUDCBE&uact=5&oq=porn+poses+stable+diffusion&gs_lp=Egxnd3Mtd2l6LXNlcnAiG3Bvcm4gcG9zZXMgc3RhYmxlIGRpZmZ1c2lvbkiDGlCbB1j6FnABeACQAQCYAVygAe8JqgECMTe4AQPIAQD4AQGYAgCgAgCYAwCIBgGSBwCgB_0F&sclient=gws-wiz-serp#vhid=PBsTezCR0sLMMM&vssid=mosaic](https://www.google.com/search?q=porn+poses+stable+diffusion&client=safari&sca_esv=36c71796e17fe0f6&rls=en&udm=2&biw=1572&bih=994&ei=MeqtZtqsIL-e0PEPvPrW0A4&ved=0ahUKEwiaiYnWs9iHAxU_DzQIHTy9FeoQ4dUDCBE&uact=5&oq=porn+poses+stable+diffusion&gs_lp=Egxnd3Mtd2l6LXNlcnAiG3Bvcm4gcG9zZXMgc3RhYmxlIGRpZmZ1c2lvbkiDGlCbB1j6FnABeACQAQCYAVygAe8JqgECMTe4AQPIAQD4AQGYAgCgAgCYAwCIBgGSBwCgB_0F&sclient=gws-wiz-serp#vhid=PBsTezCR0sLMMM&vssid=mosaic) on Aug 03, 2024 at 01:29furry poses / funny cocks & best free porn: r34, futanari, shemale, hentai, femdom and fandom porn

View file

@ -1,11 +0,0 @@
---
title: reCAPTCHA
added: Aug 03, 2024 at 01:32
url: https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lcx-VApAAAAAPCvgMtVJagKUcyiRSw-rgqf89_T&co=aHR0cHM6Ly9jaXZpdGFpLmNvbTo0NDM.&hl=en&v=hfUfsXWZFeg83qqxrK27GB8P&size=invisible&cb=gz84icqgvbj9date: 2024-08-03---
# reCAPTCHA
Clipped from [https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lcx-VApAAAAAPCvgMtVJagKUcyiRSw-rgqf89_T&co=aHR0cHM6Ly9jaXZpdGFpLmNvbTo0NDM.&hl=en&v=hfUfsXWZFeg83qqxrK27GB8P&size=invisible&cb=gz84icqgvbj9](https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lcx-VApAAAAAPCvgMtVJagKUcyiRSw-rgqf89_T&co=aHR0cHM6Ly9jaXZpdGFpLmNvbTo0NDM.&hl=en&v=hfUfsXWZFeg83qqxrK27GB8P&size=invisible&cb=gz84icqgvbj9) on Aug 03, 2024 at 01:32
Recaptcha requires verification.

View file

@ -1,20 +0,0 @@
---
title: stable diffusion depth map porn - Reddit Search!
added: Aug 03, 2024 at 01:25
url: https://www.reddit.com/search/?q=stable+diffusion+depth+map+porn&type=link&cId=8325f4db-8984-44f7-9afb-ce5a5d3653da&iId=48046368-0457-479d-8d8f-ccaf7ee1baf4date: 2024-08-03---
# stable diffusion depth map porn - Reddit Search!
Clipped from [https://www.reddit.com/search/?q=stable+diffusion+depth+map+porn&type=link&cId=8325f4db-8984-44f7-9afb-ce5a5d3653da&iId=48046368-0457-479d-8d8f-ccaf7ee1baf4](https://www.reddit.com/search/?q=stable+diffusion+depth+map+porn&type=link&cId=8325f4db-8984-44f7-9afb-ce5a5d3653da&iId=48046368-0457-479d-8d8f-ccaf7ee1baf4) on Aug 03, 2024 at 01:25
Scan this QR code to download the app now
Or check it out in the app stores

View file

@ -1,9 +0,0 @@
---
title: xxx depth map pack porn OR nsfw sdxl OR comfyui OR "stable diffusion" - Google Search
added: Aug 03, 2024 at 01:18
url: https://www.google.com/search?q=xxx+depth+map+pack+porn+OR+nsfw+sdxl+OR+comfyui+OR+%22stable+diffusion%22&client=safari&sca_esv=36c71796e17fe0f6&sca_upv=1&rls=en&ei=u-etZt7RK_D00PEP8r-gwAM&ved=0ahUKEwiem-CpsdiHAxVwOjQIHfIfCDgQ4dUDCBA&uact=5&oq=xxx+depth+map+pack+porn+OR+nsfw+sdxl+OR+comfyui+OR+%22stable+diffusion%22&gs_lp=Egxnd3Mtd2l6LXNlcnAiRXh4eCBkZXB0aCBtYXAgcGFjayBwb3JuIE9SIG5zZncgc2R4bCBPUiBjb21meXVpIE9SICJzdGFibGUgZGlmZnVzaW9uIkj7f1CaC1j8c3ACeACQAQCYAX2gAcQiqgEFMzUuMTK4AQPIAQD4AQGYAgCgAgCYAwCIBgGSBwCgB_8a&sclient=gws-wiz-serpdate: 2024-08-03---
# xxx depth map pack porn OR nsfw sdxl OR comfyui OR "stable diffusion" - Google Search
Clipped from [https://www.google.com/search?q=xxx+depth+map+pack+porn+OR+nsfw+sdxl+OR+comfyui+OR+%22stable+diffusion%22&client=safari&sca_esv=36c71796e17fe0f6&sca_upv=1&rls=en&ei=u-etZt7RK_D00PEP8r-gwAM&ved=0ahUKEwiem-CpsdiHAxVwOjQIHfIfCDgQ4dUDCBA&uact=5&oq=xxx+depth+map+pack+porn+OR+nsfw+sdxl+OR+comfyui+OR+%22stable+diffusion%22&gs_lp=Egxnd3Mtd2l6LXNlcnAiRXh4eCBkZXB0aCBtYXAgcGFjayBwb3JuIE9SIG5zZncgc2R4bCBPUiBjb21meXVpIE9SICJzdGFibGUgZGlmZnVzaW9uIkj7f1CaC1j8c3ACeACQAQCYAX2gAcQiqgEFMzUuMTK4AQPIAQD4AQGYAgCgAgCYAwCIBgGSBwCgB_8a&sclient=gws-wiz-serp](https://www.google.com/search?q=xxx+depth+map+pack+porn+OR+nsfw+sdxl+OR+comfyui+OR+%22stable+diffusion%22&client=safari&sca_esv=36c71796e17fe0f6&sca_upv=1&rls=en&ei=u-etZt7RK_D00PEP8r-gwAM&ved=0ahUKEwiem-CpsdiHAxVwOjQIHfIfCDgQ4dUDCBA&uact=5&oq=xxx+depth+map+pack+porn+OR+nsfw+sdxl+OR+comfyui+OR+%22stable+diffusion%22&gs_lp=Egxnd3Mtd2l6LXNlcnAiRXh4eCBkZXB0aCBtYXAgcGFjayBwb3JuIE9SIG5zZncgc2R4bCBPUiBjb21meXVpIE9SICJzdGFibGUgZGlmZnVzaW9uIkj7f1CaC1j8c3ACeACQAQCYAX2gAcQiqgEFMzUuMTK4AQPIAQD4AQGYAgCgAgCYAwCIBgGSBwCgB_8a&sclient=gws-wiz-serp) on Aug 03, 2024 at 01:18This script provides a prompt agent node for the Comfy UI *stable diffusion* client. NODES, DTPromptAgent, DTPromptAgentString. 104, INFO, yolanother, Image to ...

1
.gitignore vendored
View file

@ -43,6 +43,7 @@ venv/
env/
.venv/
.vscode/
.nova/
.idea/
*~
*.swp

View file

@ -18,18 +18,18 @@
───────────────── L E T ' S G E T S I L L Y , ────────────────────
T H E N G O B͎̝̪̼͉͜ O͖͕͇͚͉̼ N̢̦͖̺͔͎ K̠͓̠͖͜ E̝̼̫̙͔̞ R̡͇͖̙͉͎ S̡͉̠͎͙̪
W I T H O U R O W N
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓██████▒▓██████▒░
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
░▒▓████████▓▒ ░▒▓████████▓▒ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
T H E N G O B͎̝̪̼͉͜ O͖͕͇͚͉̼ N̢̦͖̺͔͎ K̠͓̠͖͜ E̝̼̫̙͔̞ R̡͇͖̙͉͎ S̡͉̠͎͙̪
W I T H O U R O W N
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓██████▒▓██████▒░
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
░▒▓████████▓▒ ░▒▓████████▓▒ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░
( F O R R E A L T H O U G H , T H E S E A R E
@ -37,11 +37,15 @@
────────────────────────────────────────────── S̝͖̦͓̪̻ O̡͖̘̫͇̟ H̢͔͔̫͉͜ O̢̢͉̞͍̘ T̟͍͍̪̦̞ R N )───────
```
## Overview
IN DRAFT
## Installation
IN DRAFT
## Extras
[Apple Shortcut for location tracking Pythonista script](https://www.icloud.com/shortcuts/d63b179f9c664b0cbbacb1a607767ef7)