andreemic

Results 13 issues of andreemic

I'm running the [Imagic Stable Diffusion community pipeline](https://github.com/huggingface/diffusers/blob/main/examples/community/imagic_stable_diffusion.py) and it's routinely allocating 25-38 GiB GPU vRAM which seems excessively high. @MarkRich any ideas on how to reduce memory usage? Xformers...

question
stale

Hey! I'm trying to train on multiple GPUs and consistently getting the following RuntimeError. Here's the modified line in `tutorial_train.py`: ``` trainer = pl.Trainer(gpus=8, precision=32, callbacks=[logger]) ``` As soon as...

Hey! Do you think it's possible to adapt ControlNet onto a LoRA network? I think it could be really powerful for real-world tasks where a very specific output is desired....

Hey! Thanks for all the amazing work on this project @lllyasviel. We at [Virtual Staging AI](https://virtualstagingai.app) are experimenting with modifying ControlNet for virtual staging (adding furniture to empty rooms). Here's...

Hey! Great work on this repo, it helped me to get up to speed quickly on what's out there. I've deployed a public Aeneas endpoint if you don't wanna mess...

# The Error I'm getting this when running the original Stable Diffusion notebook with diffusers==0.3.0 ``` ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ in :4 │ │ in run_and_display:6...

As far as I understand the training config, IP2P was trained on 256x256 images but images in the paper are generated at 512px. 1. Doesn't training at a different resolution...

The original IP2P is trained on 256x256 images. Is it possible to train IP2P on a non-square aspect ratio like 768x512 (3:2)? There is some hard-coded squareness in `edit_dataset.py` and...

Hey, I'm using Splitbee to track users across `website.com` (landing page) and `app.website.com` (webapp). Here's the flow of one user in which a user ends up being tracked up to...

getting [this](https://github.com/vuejs/core/issues/4344) error for nuxt3 SSR builds