jquesnelle / txt2imghd

A port of GOBIG for Stable Diffusion
MIT License
691 stars 82 forks source link

Can't seem to use parameters #15

Open KenLubin opened 2 years ago

KenLubin commented 2 years ago

I load it as instructed with python scripts/txt2imghd.py The CMD window opens with it requesting a prompt immediately: prompt: No matter which parameters I enter, it apparently parses them all as the prompt. I can't use --img or --generated, for example. I'm extremely new to all of this, but every other script that I've used works by adding parameters like this.

Update: My friend said that I should put these in the .bat file and it worked, but I wonder if it would be possible to run this from the cmd itself and not have to change the .bat each time.

blacklisteddev commented 2 years ago

After python scripts/txt2imghd.py add your parameters in the command prompt. ex: python scripts/txt2imghd.py --generated --prompt "prompt here"