stable-generate: set PATH
This commit is contained in:
parent
ad40a2e283
commit
b2f8ffb920
@ -1,8 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
pkgs.writers.writeDashBin "stable-generate" ''
|
||||
set -efu
|
||||
|
||||
export PATH=${lib.makeBinPath [
|
||||
pkgs.curl
|
||||
pkgs.jq
|
||||
]}
|
||||
|
||||
STABLE_URL=''${STABLE_URL:-http://stable-confusion.r}
|
||||
|
||||
PAYLOAD=$(jq -cn --arg query "$*" '{fn_index: 51, data: [$query,"","None","None",20,"Euler a",false,false,1,1,7,-1,-1,0,0,0,false,512,512,false,0.7,0,0,"None","",false,false,false,"","Seed","","Nothing","",true,false,false,null,"",""], session_hash: "hello_this_is_dog"}')
|
||||
|
Loading…
Reference in New Issue
Block a user