AIAnytime / AIAnytime/Stream-Diffusion-in-Colab
unet/diffusion_pytorch_model.safetensors not found
- 主要語言
- 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:

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

貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。