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

Opacity issue with generations using trained LoRA #56

Open
Saquib764 opened this issue Nov 12, 2024 · 1 comment
Open

Opacity issue with generations using trained LoRA #56

Saquib764 opened this issue Nov 12, 2024 · 1 comment

Comments

@Saquib764
Copy link

Saquib764 commented Nov 12, 2024

I trained two LoRA, and used the output model to inpaint. The trained LoRA is a character LoRA - girl and cat in the image.

I am trying to inpaint each character by masking them one by one. However, overall image seems to get dull(or faded) after each generation.

In the image, first image is the latest generation.

Screenshot 2024-11-12 at 12 37 53

Input looks similar to this-

{
  "image": "https://artistic-qr.s3.us-west-2.amazonaws.com/thefluxtrain/6a9ac40e-67a5-4ec8-a4ab-075ac13fcac2/f3cuwv.png",
  "model": "dev",
  "width": 512,
  "height": 512,
  "prompt": "The cartoon girl balikavadhu is sitting on a park bench, looking lovingly at her cat catvadhu. The cat catvadhu is curled up next to her, nuzzling against her in an affectionate manner. The girl balikavadhu has a warm smile on her face as she reaches out to stroke the catvadhu's fur. catvadhu's fur is fluffy and has a curly texture around the face, with a prominent tuft of fur at the top of the head. The background shows a peaceful park setting with trees, flowers, and a clear blue sky. perfect fingers.",
  "extra_lora": "https://replicate.delivery/xezq/0JdQvdL98LIXKRqof9qZOf6705eGaaaS4NrSzorlA2w5UTgnA/trained_model.tar",
  "lora_scale": 1,
  "aspect_ratio": "16:9",
  "output_format": "png",
  "guidance_scale": 4.12,
  "prompt_strength": 0.7,
  "extra_lora_scale": 1,
  "disable_safety_checker": true
}
@Saquib764
Copy link
Author

Probably the issue might be related to diffuser's inpaint pipeline.

huggingface/diffusers#9867

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant