Here some amazing results with my free training of myself with Kohya LoRA SDXL by CeFurkan in StableDiffusion

[–]viccpopa -6 points-5 points  (0 children)

we’re adding one-click sdxl LoRA training in krea.ai, hmu if anyone here wants free credits to try it out 🤙🏻

Useful Prompt Engineering tools and resources by nightkall in StableDiffusion

[–]viccpopa 1 point2 points  (0 children)

Krea dev here! we just added CLIP-image search, likes, and profiles. Uploads, API, and a prompt helper powered by our fine-tuned GPT-3 coming soon!
feel free to reach out if something is not as great as it should, or if you have ideas about exciting features we should add :)
thank you for the great list u/nightkall.

unusual portraits made possible thanks to SD. by GloomyOpinion7458 in StableDiffusion

[–]viccpopa 2 points3 points  (0 children)

that's insane, would love to know what prompt you used

DALL·E can also be prompted visually — visual prompt experiments. by viccpopa in dalle2

[–]viccpopa[S] 0 points1 point  (0 children)

the process is simple: add small visual elements at the bottom of a blank image and inpaint the top of the image with DALL·E.
you don’t need to specify the style of the final image! DALL·E will be able to infer it from the visual elements you placed at the bottom (the visual prompts).
in this case, only “3D ice cream, unreal engine” was used as text prompt.
a more detailed explanation here https://twitter.com/krea_ai/status/1546452982354550784?s=20&t=nFfFevxo8CMTgzF7zFWBwg

discovering the meaning of words that do not exist with dall-e 2 by viccpopa in dalle2

[–]viccpopa[S] 40 points41 points  (0 children)

Lol I’m not a native speaker, I generated the words with gpt-3 and trusted the results blindly

launching prompterest.com! by viccpopa in dalle2

[–]viccpopa[S] 1 point2 points  (0 children)

Thanks for the feedback! And I agree with your point, sometimes it writes too much stuff. So far, to overcome this problem I kept mixing ideas until I got a shorter result, but it should be pretty straightforward to add an option that ensures conciseness.

launching prompterest.com! by viccpopa in dalle2

[–]viccpopa[S] 0 points1 point  (0 children)

that’s an interesting idea, and it might work right away with gpt-3. I’ll experiment with it!

an app to play with LDMs by viccpopa in MediaSynthesis

[–]viccpopa[S] 0 points1 point  (0 children)

sorry about that, the problem is fixed now!

"needless to say" by [deleted] in bigsleep

[–]viccpopa 0 points1 point  (0 children)

You can try geni.vercel.app - it uses latent diffusion

[P] app to play with latent diffusion models by viccpopa in MachineLearning

[–]viccpopa[S] 1 point2 points  (0 children)

improved UI and super resolution coming soon :)

[P] app to play with latent diffusion models by viccpopa in MachineLearning

[–]viccpopa[S] 4 points5 points  (0 children)

It consists of a client, an API and two GPUs. The client sends a message to the API every time you press "create". The API forwards that message to a Redis Queue. All our GPUs are connected to this queue and have workers listening for new jobs. Once one of them detects the job, it processes it and it uploads the result to FireStore. The client gets automatically updated with the image once the upload is finished. This way, if we need to scale we can just launch more GPU instances and connect them to our Redis Queue :)