Photo Data Base

Views and Procedures and SQL for photo database

ComfyUI Image Generation

<p>A professional human/fashion workflow, ensure you also have these two companion files from the same repository:</p> <ol> <li><strong>The Diffusion Model:</strong> <ul> <li><strong>File:</strong> <code>flux2_dev_fp8mixed.safetensors</code> (approx. 35 GB)</li> <li><strong>Folder:</strong> <code>ComfyUI/models/diffusion_models/</code></li> </ul></li> <li>The Visual Language Model <ul> <li><strong>File:</strong> mistral_3_small_fl...</li></ul></li></ol>

grav_dynamic

<h1 id="adding-a-page-that-use-a-">Adding a page that use a dynamic content<a href="#adding-a-page-that-use-a-" class="toc-anchor after" data-anchor-icon="#" aria-label="Anchor"></a></h1> <p>Create the page to use the template linktree as </p> <pre><code>--- template: linktree title: Ideas process: twig: true access: site.login: true ---</code></pre> <p>Put the data in a directory <code>_data</code> as default.md as an example as frontmatter</p> <pre><code>--- title: Data Container tree...</code></pre>

Indexing Chats

How to index chats from chatgpt and gemini

Photo Processing

<p><a href="/documents/it-info/photo-processing/apply-exif">Apply Exif</a>: Apply exif tags include place (with name lookup), date, time offset, keywords (add and remove) and caption</p> <p>#</p>

Coding

Catalog Design (dk account)
  • how does imagefield work in django as
  • Is it preferable to store thumbnails on file system or as a base64 string in the db itself?
  • I am computing the thumbnail on a file cataloger job and uploading the thumbnail. What is the best pattern to send and store to django
  • If I extract thumbnail from jpeg that is base64, how do I convert it into a binary buffer similar to what I get from PIL
  • Storing Thumbnails
  • how do I specify an index creation in the model
  • Add if some fields are different (upsert)
  • Design Documentation
  • Integrate models into admin
  • Querying only certain fields
Integrating Django and Neo4j (dk account)
  • Create a storage of postgres/neo4j/meilisearch
  • Add Long Running Tasks
Grav