mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
Fix version description not showing. Fixes #210
This commit is contained in:
@@ -97,7 +97,7 @@ export function showCheckpointModal(checkpoint) {
|
|||||||
</div>
|
</div>
|
||||||
<div class="info-item full-width">
|
<div class="info-item full-width">
|
||||||
<label>About this version</label>
|
<label>About this version</label>
|
||||||
<div class="description-text">${checkpoint.description || 'N/A'}</div>
|
<div class="description-text">${checkpoint.civitai?.description || 'N/A'}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ export function showLoraModal(lora) {
|
|||||||
</div>
|
</div>
|
||||||
<div class="info-item full-width">
|
<div class="info-item full-width">
|
||||||
<label>About this version</label>
|
<label>About this version</label>
|
||||||
<div class="description-text">${lora.description || 'N/A'}</div>
|
<div class="description-text">${lora.civitai?.description || 'N/A'}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user