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("AIARTCHAN/camelliamix_v2.0", dtype=torch.bfloat16, device_map="cuda")

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

camelliamix_v2.0

원본글

civitai

Download

License

Based on creativeml-openrail-m, additionally no commercial use, no redistribution.

병합모델

CamelliaMix_V1

dalcefopainting_3rd

Counterfeit-V2.5

Motomurabito Style LoRA

Hipoly 3D Model LoRA

Shojo Vibe LoRA

Kidmo//style LoRA

추천설정

Sampling method : DPM++ SDE Karras

Clip skip : 2

Hires.fix upscaler : R-ESRGAN 4x+Anime6B

CFG Scale : 7~10

img img img img

Downloads last month
38
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Spaces using AIARTCHAN/camelliamix_v2.0 5