Skip to content

Instantly share code, notes, and snippets.

View kasukanra's full-sized avatar

kasukanra

View GitHub Profile
from huggingface_hub import snapshot_download, login
import os, sys, requests
# --- Hardcoded config ---
repo_id = "Wan-AI/Wan2.1-T2V-14B-Diffusers"
target_dir = os.path.expanduser("/mnt/model_store/Wan2.1-T2V-14B-Diffusers")
cache_dir = os.path.expanduser("/mnt/.cache/huggingface") # writable
# Set an env var before running: export HUGGING_FACE_HUB_TOKEN=hf_xxx (if the repo is gated/private)
token = os.environ.get("HUGGING_FACE_HUB_TOKEN")
# ------------------------
@kasukanra
kasukanra / extract_transformer_from_AIO.py
Created March 31, 2025 17:06
tentative script to extract transformers from ComfyUI flex alpha
import argparse
import os
import json
from pathlib import Path
import safetensors.torch
import torch
import tqdm
from collections import OrderedDict
"""
@kasukanra
kasukanra / gist:eadf52cef156eb566cff886221823748
Created January 1, 2023 06:55
DreamBooth Line Brush Style Prompts
# Line Brush Style Prompts
I use a textual inversion embedding in my negative prompt called "bad-artist". There's a link to it below.
[textual inversion bad-artist](https://huggingface.co/NiXXerHATTER59/bad-artist)
## Hutao-like Gothic Lolita
DBlinebrush style, masterpiece, 1girl, beautiful portrait of anime female adventurer, monochrome
@kasukanra
kasukanra / README.md
Last active April 1, 2017 07:51
wikipedia viewer

pomodoro-clock

@kasukanra
kasukanra / index.html
Created April 1, 2017 06:35
show the local weather
<body>
<div class = "container-fluid" id = "title">
<h1 class = "center-text">Weather!</h1>
<div class = "content" id = "nowLocation">Location</div>
<div class = "content" id = "nowTemp">Temperature Now</div>
<h2 class = "content"><a href = "#" id = "toggle">Change Units</a></h2>
<div class = "content" id = "nowWeather">Weather Now</div>
</div>
@kasukanra
kasukanra / README.md
Last active April 1, 2017 07:46
js calculatorfinal
��# test1
@kasukanra
kasukanra / README.md
Last active April 1, 2017 08:46
pomodoro clock

javascriptprojects

pomodoro-clock

pomodoro-clock

@kasukanra
kasukanra / README.md
Last active April 1, 2017 06:24
random quote machine

javascriptprojects

javascriptprojects