-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to enhance the straight-line conditioning? #50
Comments
Edit: Frequently asked questions are edited and pinned to help more people. |
@lllyasviel For the image you generated, I'd like to provide an architectural perspective: As we're professionals, we evaluate the quality of the specific architecture seriously (geometry, space quality, etc.), and not based on the "general feeling" or the "style" of the image. So if you look at the facade in the image, you'll see that the mullions and windows are in strange shape. We've experienced a lot in this effect and cannot overcome it completely with training dreambooth or lora. -- That's why we're here, and would like to seek advice from you to see of ControlNET can help. |
it seems if we just consider these examples, the best solution is to use scripts to progressively upscale it with tile, until each window in those buildings have a 512x512 resolution, I estimated it and the resolution needed to solve this image is about 52,428*39,322. We do not need to change the prompt; can always use "beautiful city with buildings, 4k, 8k, balabalabala". |
unfortunaly, it seems at that resolution, webui's gradio HTML crashes before controlnet fail. Good news is that controlnet is still working at that scale. bad news is that your browser does not support it. perhaps try firefox |
This is definitely a “theoretical” solution (though different from what I expected), but I kind of understand how the "tile" works unexpectedly. 🤣 I guess then for practical use (need ~2k resolution in < 5min), this is still an "unresolved" problem... But anyway, thank you for your time and input. Really appreciate it. |
It just came to my mind after posting the above post that, we actually use a region-based script to "upscale and then downscale" the area of the facade?
This save GPU time and probably can save the browser, too? |
LDM learn specific patterns in specific conv layer levels - if you want to get the learned pattern to draw something like a window on a wall, you need to give a 512x512 space to occupy that thing so that the specific patterns learned in corresponding conv layer can be triggered. so you cannot downscale it, unfortunately |
oh,god,this pic perfect ,has great details,with controlnet tile model,how do you set params in detail? |
Original Title: Is it possible to enhance the straight-line conditioning?
Hello, thank you for the great work. CN + SD really changed the design field a lot.
I'm from both architecture and computer science background, and am currently investigating how far we can go in this direction for conceptual design phase.
There's one issue that we've tried to improve for a while, but cannot get through:
SD w/o CN
SD with CN
If you look at the image above, the mullions and window frames are not straight, the lines are wobbly.
We used a screenshot of a 3D model for the conditioning, but regardless of the preprocessor used, the generated images always have more or less issues like this.
What we thought about the cause might be:
We also tried to use volume screenshot without the mullions, but the results are similar:
SD with CN
Question:
At this point, we'd like to seek advice from the developers how this issue can be improved:
The text was updated successfully, but these errors were encountered: