AIAnytime / AIAnytime/Stream-Diffusion-in-Colab

unet/diffusion_pytorch_model.safetensors not found

オープン
#1 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Jupyter Notebook
スター
9
フォーク
3
PR マージ指標
30日以内にマージされた PR はありません

説明

Following your video tutorial, I'm currently at this step using Google Colab

`stream = StreamDiffusionWrapper(
model_id_or_path = "KBlueLeaf/kohaku-v2.1",
lora_dict = None,
t_index_list = [0, 16, 32, 45],
frame_buffer_size = 1,
width = 512,
height = 512,
warmup = 10,
acceleration = "xformers",
mode = "txt2img",
use_denoising_batch = False,
cfg_type = "none",
seed = 2
)`

At first it asked me to declare HR_TOKEN as a secret which I did. I know I'm supposed to see a bunch of files download but currently it's just hanging. It looks like this:

![image](https://github.com/AIAnytime/Stream-Diffusion-in-Colab/assets/141074/73be942f-b02c-42fe-8696-581c9291c68f)

Then I google'd around and added `USE_SAFETENSOR = True`, restarted the session, `cd /content/StreamDiffusion` and now get this:

![image](https://github.com/AIAnytime/Stream-Diffusion-in-Colab/assets/141074/5d5006d2-3c93-4092-9fda-6293d89cd2a8)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。