How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("RedRayz/any_chenkin_noob_0.2.0", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Any Chenkin Noob XL 0.2

A fine-tuned chenkin noob for LoRA training

LoRAトレーニング用のchenkin noob

Recommended learning parameters(sd-scripts)

  • Resolution 1024
  • Optimizer: pytorch_otimizer.CAME
  • Learning rate: 8e-05
  • Network dim: 4
  • Network alpha: 1
  • Noise offset: 0
  • Debiased Estimation: True
  • Max token length: 75
Downloads last month
16
Safetensors
Model size
3B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for RedRayz/any_chenkin_noob_0.2.0

Finetuned
(6)
this model