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

Custom aspect ratios are not taking effect with 'Anime' preset. #5113

Open
ElektroStudios opened this issue Feb 18, 2025 · 0 comments
Open
Labels

Comments

@ElektroStudios
Copy link

ElektroStudios commented Feb 18, 2025

Describe the current behavior
Custom aspect ratios works without any issues for 'Initial' preset, however they are not taking effect with 'Anime' preset:

Image

Is this a bug, or I'm missing something to do?.

I just saw a video on Youtube of a person using 'Anime' preset using default settings and Fooocus generated a perfect "widescreen" picture for him... then why in my case it generates this kind of vertical portrait by default using a 16:9 aspect ratio?.

Please take into account that I am VERY new (rookie) with Google Colab and Fooocus. In fact I'm using Colab and Fooocus for first time and less than 1 hour. It was difficult for me trying to investigate for clues and to figure out how to start just adding custom resolutions. Thanks in advance for your help and consideration trying to guide me like a noob.

What web browser you are using
Mozilla Firefox (Developer Edition) v136.0b7 (64-bit)

Additional context
My config.txt file content:

{
    "path_checkpoints": [
        "/content/Fooocus/models/checkpoints"
    ],
    "path_loras": [
        "/content/Fooocus/models/loras"
    ],
    "available_aspect_ratios": [
        "1728*576",
        "1920*1080",
        "3840*2160"
    ],
    "path_embeddings": "/content/Fooocus/models/embeddings",
    "path_vae_approx": "/content/Fooocus/models/vae_approx",
    "path_vae": "/content/Fooocus/models/vae",
    "path_upscale_models": "/content/Fooocus/models/upscale_models",
    "path_inpaint": "/content/Fooocus/models/inpaint",
    "path_controlnet": "/content/Fooocus/models/controlnet",
    "path_clip_vision": "/content/Fooocus/models/clip_vision",
    "path_fooocus_expansion": "/content/Fooocus/models/prompt_expansion/fooocus_expansion",
    "path_wildcards": "/content/Fooocus/wildcards",
    "path_safety_checker": "/content/Fooocus/models/safety_checker",
    "path_sam": "/content/Fooocus/models/sam",
    "path_outputs": "/content/Fooocus/outputs"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant