{% extends "layout.html" %} {% block content %}
Transfer {{ category.rstrip('s').title() }}
Transferring: {{ resource.name }} ({{ resource.slug }})
This will create a new entity in the target category. The original {{ category.rstrip('s') }} will remain unchanged.
Select where you want to transfer this {{ category.rstrip('s') }} to.
Name for the new entity in the target category.
Leave blank to auto-generate from the name.
AI Regeneration: The AI will analyze the {{ category.rstrip('s') }} profile and create a new JSON structure appropriate for the target category.
Without AI: A blank template will be created with basic information transferred.
Copy the associated LoRA file to the default directory for the target category.
Delete the original {{ category.rstrip('s') }} entry after successful transfer.
Important: The original JSON structure cannot be reused directly. Each category has different required fields and structure. AI regeneration ensures the new entity is properly formatted for its category.
Cancel
{% endblock %}