Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezaSama authored Jan 3, 2025
1 parent 02af1db commit 1b3d143
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ <h1>AI FORGE</h1>
</div>

<script>
// ComfyUI server address - Updated with your address
const COMFYUI_SERVER = 'http://10.46.129.51:8188';

// Preview uploaded sketch
document.getElementById('sketchUpload').addEventListener('change', function(e) {
const file = e.target.files[0];
Expand Down

0 comments on commit 1b3d143

Please sign in to comment.