// iterate over the images array and add each image to the potential_outputs array
// iterate over the images array and add each image to the potential_outputs array
@ -247,7 +248,7 @@ export class ShareDialogChooser extends ComfyDialog {
key:"comfyworkflows",
key:"comfyworkflows",
textContent:"ComfyWorkflows",
textContent:"ComfyWorkflows",
website:"https://comfyworkflows.com",
website:"https://comfyworkflows.com",
description:"Share ComfyUI art on comfyworkflows.com",
description:"Share & browse thousands of ComfyUI workflows and art 🎨<br/><br/><a style='color:white;' href='https://comfyworkflows.com' target='_blank'>ComfyWorkflows.com</a>",
onclick:()=>{
onclick:()=>{
showShareDialog('comfyworkflows').then((suc)=>{
showShareDialog('comfyworkflows').then((suc)=>{
suc&&this.close();
suc&&this.close();
@ -291,7 +292,7 @@ export class ShareDialogChooser extends ComfyDialog {
});
});
constdescription=$el("p",{
constdescription=$el("p",{
textContent:b.description,
innerHTML:b.description,
style:{
style:{
'text-align':'left',
'text-align':'left',
color:'white',
color:'white',
@ -580,7 +581,7 @@ export class ShareDialog extends ComfyDialog {
padding:"5px",
padding:"5px",
borderRadius:"5px",
borderRadius:"5px",
backgroundColor:"#222"
backgroundColor:"#222"
}
},
},[
},[
$el("summary",{
$el("summary",{
style:{
style:{
@ -591,7 +592,7 @@ export class ShareDialog extends ComfyDialog {
$el("h4",{
$el("h4",{
textContent:"Share key (found on your profile page)",
textContent:"Share key (found on your profile page)",
},[]),
},[]),
$el("p",{size:3,color:"white"},["When provided, your art will be saved to your account."]),
$el("p",{size:3,color:"white"},["If provided, your art will be saved to your account. Otherwise, it will be shared anonymously."]),
this.cw_sharekey_input,
this.cw_sharekey_input,
]),
]),
@ -741,7 +742,7 @@ export class ShareDialog extends ComfyDialog {
}
}
}
}
if(destinations.includes("comfyworkflows")&&!this.cw_sharekey_input.value&&!confirm("You have NOT set your ComfyWorkflows.com share key. Your art will NOT be connected to your account (it will be shared anonymously). Continue?")){
if(destinations.includes("comfyworkflows")&&!this.cw_sharekey_input.value&&false){//!confirm("You have NOT set your ComfyWorkflows.com share key. Your art will NOT be connected to your account (it will be shared anonymously). Continue?")) {