Skip to content
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

[bug]: Older metadata not loading control layer #6495

Open
1 task done
clsn opened this issue Jun 7, 2024 · 0 comments
Open
1 task done

[bug]: Older metadata not loading control layer #6495

clsn opened this issue Jun 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@clsn
Copy link

clsn commented Jun 7, 2024

Is there an existing issue for this problem?

  • I have searched the existing issues

Operating system

Linux

GPU vendor

Nvidia (CUDA)

GPU model

RTX 3060

GPU VRAM

12GB

Version number

4.2.4

Browser

Firefox 120.0.1

Python dependencies

No response

What happened

Did a "remix" on an older gen, but the control layer wasn't created. The metadata for the image:

{
    "generation_mode": "sdxl_txt2img", 
    "positive_prompt": "a sculpture of white sand on a dark wood table", 
    "negative_prompt": "", 
    "width": 1024, 
    "height": 1024, 
    "seed": 1557898937, 
    "rand_device": "cpu", 
    "cfg_scale": 7.5, 
    "cfg_rescale_multiplier": 0, 
    "steps": 40, 
    "scheduler": "euler", 
    "model": {"model_name": "juggernaut", "base_model": "sdxl", "model_type": "main"}, 
    "controlnets": [
        {
            "image": {"image_name": "56623448-2806-478d-acd5-9eccafa207ca.png"}, 
            "control_model": {"model_name": "controlnet-depth-sdxl-1.0", "base_model": "sdxl"}, 
            "control_weight": 1, 
            "begin_step_percent": 0, 
            "end_step_percent": 1, 
            "control_mode": "more_prompt", 
            "resize_mode": "just_resize"
        }
    ], 
    "positive_style_prompt": "a sculpture of white sand on a dark wood table", 
    "negative_style_prompt": ""
}

Other images with metadata that looks similar to this works, but apparently this isn't properly understood and the control layer wasn't populated or even created empty.

What you expected to happen

should have at least gotten the control layer.

How to reproduce the problem

No response

Additional context

No response

Discord username

No response

@clsn clsn added the bug Something isn't working label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant