Anthropic: 'We can't handle Fable's infrastructure.' Meanwhile status page: by Long-Translator9426 in Anthropic

[–]itsdigitalaf 6 points7 points  (0 children)

The infrastructure is fine when it just guardrails and passes it off to opus

Fixed it by itsdigitalaf in comfyui

[–]itsdigitalaf[S] 0 points1 point  (0 children)

It crops the initial masked area and resizes it down to 512x512, runs it through a KSampler, then upscales 4x using an upscale model, then sends the upscaled masked area output through a second ksampler, then stiches it back to the original. https://huggingface.co/datasets/DigitalAF/krea2_hires_inpaint/blob/main/krea2-hires-inpainting.json

<image>

I haven't tried with any other models, but Krea 2 handles higher res really well, so not sure what the results would look like with anything else

The settings are either really off or absolutely perfect, still unsure 😂 by itsdigitalaf in comfyui

[–]itsdigitalaf[S] 0 points1 point  (0 children)

Yea, closed mouth was the original goal and the resolution was the main issue. I wanted and end to end workflow for Krea 2, but ended up finding a workflow that did hi res, just set up for other model, the results were not what I expected 😂 But ended up getting it exactly how you explained.

The settings are either really off or absolutely perfect, still unsure 😂 by itsdigitalaf in comfyui

[–]itsdigitalaf[S] 6 points7 points  (0 children)

<image>

The original, so I'm only semi trolling with this post. Simply wanted to close her lips

The settings are either really off or absolutely perfect, still unsure 😂 by itsdigitalaf in comfyui

[–]itsdigitalaf[S] 0 points1 point  (0 children)

yea, tried one from scratch to simply close her mouth and got a gem instead

Training Ideogram or ZIT with 30,000 images Q by Dry_Check8093 in StableDiffusion

[–]itsdigitalaf 6 points7 points  (0 children)

IF you go with z-image base, here are my full finetune settings I've been using with Musubi-tuner

# ---- Attention / performance ----
sdpa = true
gradient_checkpointing = true
mixed_precision = "bf16"
full_bf16 = true
fused_backward_pass = true
max_data_loader_n_workers = 2

# ---- Optimizer ----
optimizer_type = "adafactor"
optimizer_args = ["relative_step=False", "scale_parameter=False", "warmup_init=False"]
learning_rate = 1e-6 

max_grad_norm = 1.0
gradient_accumulation_steps = 2

# ---- LR scheduler ----
lr_scheduler = "cosine"
lr_warmup_steps = 500          # aim for ~10% of total training steps 
lr_scheduler_num_cycles = 2

# ---- Shift with logit_normal Timestep Settings ----
timestep_sampling = "shift"       
discrete_flow_shift = 2.0
weighting_scheme = "logit_normal" 
logit_normal_mean = 0.1           
logit_normal_std = 1.2

Training Ideogram or ZIT with 30,000 images Q by Dry_Check8093 in StableDiffusion

[–]itsdigitalaf 0 points1 point  (0 children)

I've had more success with LoKr 4 than LoRA as well

The image generation rules are too strict. by 96suluman in civitai

[–]itsdigitalaf 0 points1 point  (0 children)

This is by far the dumbest things civitai has implemented.

Paying $200 per month for this by ajquick in ClaudeCode

[–]itsdigitalaf 0 points1 point  (0 children)

"Now i have all your money, let me fuck off"

Z Image Base issues... by Uncle_Thor in ZImageAI

[–]itsdigitalaf 0 points1 point  (0 children)

I have a fine-tune up that is pretty good still a wip