Skip to content

Instantly share code, notes, and snippets.

Создание видео с помощью open-source нейросетей: полное руководство

Содержание

  1. Введение в open-source решения для генерации видео
  2. Сравнение моделей и требования к оборудованию
  3. Настройка рабочей среды
  4. Пошаговый процесс создания видео
  5. Продвинутые техники и оптимизация
  6. Ресурсы для дальнейшего обучения
@notnotrobby
notnotrobby / cgp.md
Last active December 19, 2025 19:32
List of free resources to study computer graphics programming.
@aderemi-alo
aderemi-alo / responsive_util.dart
Created December 19, 2025 19:05
A class to aid responsiveness in Flutter Applications. Handles scaled spacing, fonts, as well as desktop, mobile and tablet sizes
import 'dart:math' as math;
import 'package:flutter/material.dart';
// ============== Design Dimensions ==============
// iPhone X dimensions - industry standard for mobile-first design
// All proportional scaling is relative to these base dimensions.
/// Base design width (375px - iPhone X)
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active December 19, 2025 19:25
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:

Answering the Questions:

“Who defines ‘faithful representation’?” and “How much blood is enough?”


They are related, but not identical, and each needs to be answered without drifting into subjectivity or theatrics.

Answering the Questions:

“What about the special needs kids?”

This concern is sincere and should not be mocked or minimized. However, sincerity alone does not determine whether an argument is decisive, binding, or properly applied.

The question is not whether some individuals may be affected differently by intense imagery. The question is whether the presence of a smaller, sensitive subset justifies altering or diluting the core message for everyone.

That distinction matters.

This page is a curated collection of Jupyter/IPython notebooks that are notable for some reason. Feel free to add new content here, but please try to only include links to notebooks that include interesting visual or technical content; this should not simply be a dump of a Google search on every ipynb file out there.

Important contribution instructions: If you add new content, please ensure that for any notebook you link to, the link is to the rendered version using nbviewer, rather than the raw file. Simply paste the notebook URL in the nbviewer box and copy the resulting URL of the rendered version. This will make it much easier for visitors to be able to immediately access the new content.

Note that Matt Davis has conveniently written a set of bookmarklets and extensions to make it a one-click affair to load a Notebook URL into your browser of choice, directly opening into nbviewer.

Debate Concerning a Biblically Accurate Portrayal of the Crucifixion

Specific Focus: The Depiction of Christ’s Blood in the Easter Pageant

What follows is my understanding of the discussion as you conveyed it to me. Please forgive any details I may have misunderstood, omitted, or recalled incorrectly.

A secondary discussion occurred later, but for the sake of clarity, this account is limited strictly to the question of whether—and to what extent—the blood of Jesus should be portrayed during the crucifixion scene.


@darkobits
darkobits / start-adapter.ts
Last active December 19, 2025 19:16
WebSocket Adapter for TanStack Start
import { json } from '@tanstack/react-start'
import { getEvent, type ServerRouteMethodsRecord } from '@tanstack/react-start/server'
import createNodeAdapter, { type NodeOptions as NodeAdapterOptions } from 'crossws/adapters/node'
/**
* Adapter for TanStack Start and `crossws`.
*
* @see https://tanstack.com/start/latest/docs/framework/react/server-routes
* @see https://nitro.build/guide/websocket
*
@alexewerlof
alexewerlof / nano-banana-structured-json-prompt
Created December 19, 2025 17:44
Nano Banana structured JSON prompt Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Nano Banana (Gemini 3 Pro) Ultimate Image Schema",
"description": "The definitive structured prompting schema for high-fidelity image generation. Includes advanced photography, multi-subject control, and text rendering.",
"type": "object",
"required": ["meta", "subject", "scene"],
"properties": {
"user_intent": {
"type": "string",
"description": "A natural language summary of your goal (e.g., 'Me high-fiving Batman in a neon city'). Useful for logging."