CoolFace
Apppublic

fantasyfish/dreamgaussian

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
run_sd.sh32 linesDownload Raw Back to scripts
1export CUDA_VISIBLE_DEVICES=62 3# easy samples4python main.py --config configs/text.yaml prompt="a photo of an icecream" save_path=icecream 5python main2.py --config configs/text.yaml prompt="a photo of an icecream" save_path=icecream 6python main.py --config configs/text.yaml prompt="a ripe strawberry" save_path=strawberry 7python main2.py --config configs/text.yaml prompt="a ripe strawberry" save_path=strawberry 8python main.py --config configs/text.yaml prompt="a blue tulip" save_path=tulip 9python main2.py --config configs/text.yaml prompt="a blue tulip" save_path=tulip 10 11python main.py --config configs/text.yaml prompt="a golden goblet" save_path=goblet 12python main2.py --config configs/text.yaml prompt="a golden goblet" save_path=goblet 13python main.py --config configs/text.yaml prompt="a photo of a hamburger" save_path=hamburger 14python main2.py --config configs/text.yaml prompt="a photo of a hamburger" save_path=hamburger 15python main.py --config configs/text.yaml prompt="a delicious croissant" save_path=croissant 16python main2.py --config configs/text.yaml prompt="a delicious croissant" save_path=croissant 17 18# hard samples19python main.py --config configs/text.yaml prompt="a baby bunny sitting on top of a stack of pancake" save_path=bunny_pancake 20python main2.py --config configs/text.yaml prompt="a baby bunny sitting on top of a stack of pancake" save_path=bunny_pancake 21python main.py --config configs/text.yaml prompt="a typewriter" save_path=typewriter 22python main2.py --config configs/text.yaml prompt="a typewriter" save_path=typewriter 23python main.py --config configs/text.yaml prompt="a pineapple" save_path=pineapple 24python main2.py --config configs/text.yaml prompt="a pineapple" save_path=pineapple 25 26python main.py --config configs/text.yaml prompt="a model of a house in Tudor style" save_path=tudor_house 27python main2.py --config configs/text.yaml prompt="a model of a house in Tudor style" save_path=tudor_house 28python main.py --config configs/text.yaml prompt="a lionfish" save_path=lionfish 29python main2.py --config configs/text.yaml prompt="a lionfish" save_path=lionfish 30python main.py --config configs/text.yaml prompt="a bunch of yellow rose, highly detailed" save_path=rose 31python main2.py --config configs/text.yaml prompt="a bunch of yellow rose, highly detailed" save_path=rose 32