ka1tte

Results 2 issues of ka1tte

我想请问项目中在构建path时是采用ID值作为节点名称,是否可以直接利用nodename拼接路径,如/shanghai/aliyun/ecs1,这样直接基于查询条件拼接出path是否会更加便捷?

Fixed the UnboundLocalError in the sample_dpmpp_2m_sde and sample_dpmpp_3m_sde functions. ``` File "/workspace/stable-diffusion-webui/modules/processing.py", line 867, in process_images_inner samples_ddim = p.sample(conditioning=p.c, unconditional_conditioning=p.uc, seeds=p.seeds, subseeds=p.subseeds, subseed_strength=p.subseed_strength, prompts=p.prompts) File "/workspace/stable-diffusion-webui/modules/processing.py", line 1528, in sample...