Replies: 3 comments 4 replies
-
Hi, download the model: curl http://localhost:8080/models/apply -H "Content-Type: application/json" -d '{
"id": "model-gallery@tinydream"
}' to start the process curl localhost:8080/v1/images/generations -H "Content-Type: application/json" -d '{
"prompt": "floating hair, portrait, ((loli)), ((one girl)), cute face, hidden hands, asymmetrical bangs, beautiful detailed eyes, eye shadow, hair ornament, ribbons, bowties, buttons, pleated skirt, (((masterpiece))), ((best quality)), colorful|((part of the head)), ((((mutated hands and fingers)))), deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, Octane renderer, lowres, bad anatomy, bad hands, text",
"mode": 2, "seed":9000,
"size": "256x256",
"n":2,
"model": "tinydream"
}' Using a size like 520x520 (height and width > 512) will also apply the upscaler |
Beta Was this translation helpful? Give feedback.
-
I can't get it compiled into the image. Could you experts take some time to look into it? @M0Rf30 @mudler |
Beta Was this translation helpful? Give feedback.
-
You can't compile cause you need gcc 13. That's why is disabled. You will of course have an error on cLog variable |
Beta Was this translation helpful? Give feedback.
-
I test tinydream in v2.3.1 docker image, no success error. @M0Rf30 Could you give me some help?
error message:
Beta Was this translation helpful? Give feedback.
All reactions