About 72 results
Open links in new tab
  1. How am I supposed to use .safetensors files? : r/StableDiffusion

    Jan 16, 2023 · I'm new to stablediffusion and more often i see .safetensors files instead of .cpkt. Ive read its more safe to use as it cannot hide unwanted code, but how am I supposed to load them in …

  2. 如何看待 huggingface 的 safetensors 格式? - 知乎

    而Safetensors通过跳过额外的CPU拷贝,在常规Linux硬件上的载入速度是PyTorch的2倍。 惰性加载:在多节点或多GPU的分布式设置下,不同模型可以仅仅加载文件中的部分tensors。 例如使用 8 …

  3. Models are available as .ckpt and .safetensors - which should I use?

    Jul 27, 2023 · I've noticed that some locally-runnable models are available as .ckpt files, others as .safetensors files, and some - like Stable Diffusion 1.5 - are available as both. What's the difference …

  4. What makes .safetensors files safe? : r/StableDiffusionInfo - Reddit

    Jun 24, 2023 · Safetensors files, the way I understand, cannot be bundled with additional code (?), however taking in consideration the fact that there are ways of converting .ckpt files into .safetensors …

  5. bin和safetensors区别是什么? - 知乎

    bin 文件和 safetensors 文件都是用于存储大型语言模型(LLM)如 GPT、LLama2等的模型参数和权重的格式,但它们的具体用途和格式有所不同。 .bin 文件: .bin 文件通常是 PyTorch 模型的序列化格式。 …

  6. What folder does safetensors go into? : r/StableDiffusion - Reddit

    Dec 16, 2023 · true Be the first to comment Nobody's responded to this post yet. Add your thoughts and get the conversation going.

  7. Ollama 导入模型指南

    导入模型 本指南将向您展示如何导入一个 GGUF、PyTorch 或 Safetensors 模型。 导入(GGUF) 步骤 1:编写模型文件 开始之前,您需要创建一个模型文件。这个文件就像是您模型的设计图,里面指定 …

  8. What is the difference between safe tensors, checkpoints, and ... - Reddit

    Jan 22, 2024 · I have installed AUTOMATIC1111 on my macOS M1 machine for local text-to-image. This is the first time I deal with AI generation. I see that Stable Diffusion has something called safe …

  9. stable diffusion里用到的模型(ckpt文件)是啥? - 知乎

    May 2, 2023 · 是使用指定主题的图像进行演算,训练后可以让模型产生更精细和个性化的输出图像。 常见模式:尾缀ckpt、safetensors 常见大小:2G-7G 最新版本的DreamBooth是可以把那个Lora算法然后 …

  10. How to install .safetensors models in Stable Diffusion webui? : r ...

    true So I have downloaded Inpaint and hassaku models to run on my stable-diffusion webui but I don't know how to set those up as it's my first time running stable-diffusion. Your help will be appreciated.