🚀 Canopus 照片寫實主義模型
Canopus 照片寫實主義模型專注於生成高質量的寫實圖像。不過該模型仍處於訓練階段,當前並非最終版本,可能存在瑕疵,在某些情況下表現欠佳。
🚀 快速開始
工作演示
參數 |
詳情 |
空間名稱 |
Canopus-Realism |
託管平臺 |
⚡Hugging Face Spaces⚡ |
默認主題 |
默認淺色主題,可更改 |
描述 |
Canopus-Realism 具備生成寫實圖像的能力,著重於輸出高質量的圖像。 |
模型描述
Canopus 照片寫實主義 - LoRA
圖像處理參數如下:
參數 |
值 |
參數 |
值 |
LR Scheduler |
constant |
Noise Offset |
0.03 |
Optimizer |
AdamW |
Multires Noise Discount |
0.1 |
Network Dim |
64 |
Multires Noise Iterations |
10 |
Network Alpha |
32 |
Repeat |
20 |
Epoch |
20 |
Save Every N Epochs |
1 |
安裝設置
pipe = StableDiffusionXLPipeline.from_pretrained(
"-------------xxxxxxxxx----------",
torch_dtype=torch.float16,
use_safetensors=True,
)
(or)
-----------------------------------------------------------
pipe = StableDiffusionXLPipeline.from_pretrained(
"stabilityai/stable-diffusion-xl-base-1.0",
torch_dtype=torch.float16,
use_safetensors=True,
)
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
pipe.load_lora_weights("prithivMLmods/Canopus-Realism-LoRA", weight_name="Canopus-Realism-LoRA.safetensors", adapter_name="rlms")
pipe.set_adapters("rlms")
pipe.to("cuda")
觸發提示
以下是一些觸發提示示例:
- A man dressed in sunglasses and brown jacket, in the style of cypherpunk, timeless beauty, exacting precision, uhd image, aleksandr deyneka, matte background, leather/hide --ar 67:101 --v 5
- A studio portrait of a brunette model wearing a dress in front of a natural background --v 6.0 --style raw
- Man in the style of dark beige and brown, uhd image, youthful protagonists, nonrepresentational
參數 |
值 |
Prompt |
Closeup of blonde woman depth of field, bokeh, shallow focus, minimalism, fujifilm xh2s with Canon EF lens, cinematic --ar 85:128 --v 6.0 --style raw |
Sampler |
euler |
模型下載
該模型的權重以 Safetensors 格式提供。
可在 Files & versions 標籤頁 下載。
📄 許可證
本模型採用 creativeml-openrail-m 許可證。