Skip to content

Commit

Permalink
fix missing lora and re-introduce uc_text
Browse files Browse the repository at this point in the history
  • Loading branch information
aiXander authored Apr 17, 2024
1 parent 5f1cca9 commit 07f3c51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion logos/creation_interfaces/kojii_untitledxyz.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ def kojii_untitledxyz(request: KojiiUntitledxyzRequest, callback=None):
"text_inputs_to_interpolate_weights": "|".join(
[str(t) for t in text_inputs_to_interpolate_weights],
),
"lora_scale": 0.8,
"lora": "https://edenartlab-prod-data.s3.us-east-1.amazonaws.com/d2e6d1f8ccfca428ba42fa56a0384a4261d32bf1ee8b0dc952d99da9011daf39.tar",
"lora_scale": 0.8,
"uc_text": "person, car, sky, clouds, city, urban, people",
"seed": seed,
"guidance_scale": 8.0,
}
Expand Down

0 comments on commit 07f3c51

Please sign in to comment.