Instructions to use dyedd/SD3.5-large-fp8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dyedd/SD3.5-large-fp8 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dyedd/SD3.5-large-fp8", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
ERROR: Could not detect model type of ……
#1
by Haojingang - opened
When using the load checkpoint node, an error occurs.
"ERROR: Could not detect model type of: E:\SD\sd-webui-aki\sd-webui-aki-v4.1\models/Stable-diffusion\6 SD35\fp8\model.fp8_e4m3fn.safetensors"
I am using the official 3.5 large model workflow, and there were errors when calling this model. Are there any other workflows?
你好,我没有试过在comfyui中运行,但我看那你的这个目录放置是不是有问题?一般不是models/checkpoint吗?

