Turn your picture into a Lego character
1–10 of 17 posts
Re: Turn your picture into a Lego character
#2Re: Turn your picture into a Lego character
#3Re: Turn your picture into a Lego character
#4Seems to be hugged to death with an OpenAI rate limit.
Re: Turn your picture into a Lego character
#5Re: Turn your picture into a Lego character
#6Seems to be hugged to death with an OpenAI rate limit.
That's odd IMO since none of this workflow should be hitting OpenAI.
Re: Turn your picture into a Lego character
#7Why restrict it to only Google accounts?
Re: Turn your picture into a Lego character
#8Re: Turn your picture into a Lego character
#9Why restrict it to only Google accounts?
Re: Turn your picture into a Lego character
#101. Get atleast ten 1024x1024 images of a style you want (e.g. Lego). You can use SDXL/Midjourney to generate these if you are good at curation.
2. Train a LoRA on SDXL using those images.
3. Construct an image-to-image pipeline with the LoRA'd SDXL and pass along the input image as the base image. You can run for fewer steps (20-30 instead of 50) and/or preprocess the input image (e.g. segmentation).
There is a lot of other parameter tweaking for both training and generation which is where the added value is for websites such as these. But with a service like Replicate the pipeline is relatively cheap (~$0.50 for training, $0.01 for each image generation). And will only get much cheaper once people play around with LoRAs for smaller and faster models like ssd-1m-lcm.