动漫模块

Results 4 comments of 动漫模块

我的cookie一定带有sessionid_ss,但是我不知道是否是因为源代码提取key的时候出错,我想知道代码在哪里处理key

I encountered the same problem, whether it was with comfyui, invoke-ai, or even the source code. from diffusers import StableDiffusionPipeline import torch model_id = "sd-legacy/stable-diffusion-v1-5" pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16) pipe...

@m0n5t3r @wasd-tech --- Thank you for your suggestion. I was very excited when I received this message. However, after installing ROCm 6.4.2 and trying to install PyTorch both from the...

--- When issue **3** occurred, I went back to issue **2** and set environment variables to spoof the system, as shown in **4**: ``` export HSA_OVERRIDE_GFX_VERSION=11.0.0 export AMD_SERIALIZE_KERNEL=3 ``` Then...