stable-diffusion-discord-bot icon indicating copy to clipboard operation
stable-diffusion-discord-bot copied to clipboard

program closes immediately

Open TimmekHW opened this issue 1 year ago • 2 comments

I ran the command in webui-user.bat ./stable_diffusion_bot -token <MTA5OTcyNDczMDIwMzg5ODAxNg.Gv9MlW.SK00000> -guild <1099726877893075100> --host <webui http://127.08.0.1 sdp -attention --api --listen

also i put stable_diffusion_bot.exe in stable-diffusion-webui folder and copied to /scripts

PS G:\stable-diffusion-webui> ./stable_diffusion_bot -token <MTA5OTcyNDczMDIwMzg5ODAxNg.Gv9MlW.SK00000> -guild <1099726877893075100> -host <webui host, e.g. http://127.0.0.1:7860>

where to enter the command to make it work?

TimmekHW avatar Apr 23 '23 19:04 TimmekHW

i wrote in terminal PS G:\stable-diffusion-webui> ./stable_diffusion_bot -token <MTA5OTcyNDczMDIwMzg5ODAxNg.Gv9MlW.SK00000> -guild <1099726877893075100> -host <webui host, e.g. http://127.0.0.1:7860>

TimmekHW avatar Apr 23 '23 19:04 TimmekHW

@TimmekHW change the way you wrote it ( and you shouldnt be sharing tokens i highly advise to reset them and update ) ./stable_diffusion_bot -token MTA5OTcyNDczMDIwMzg5ODAxNg.Gv9MlW.SK00000 -guild 1099726877893075100 -host http://127.0.0.1:7860 personally i use VS code, but you could open the directory in cmd and run it eg open CMD type cd to your dir eg " cd C:\Users\home\Desktop\stable-diffusion-discord-bot-0.2.2 " than type stable_diffusion_bot -token MTA5OTcyNDczMDIwMzg5ODAxNg.Gv9MlW.SK00000 -guild 1099726877893075100 -host http://127.0.0.1:7860

MyNuggets666 avatar May 20 '23 02:05 MyNuggets666