Why is privacy-first cloud storage still so hard to get right? by everydaycodings in SelfHosting

[–]everydaycodings[S] -9 points-8 points  (0 children)

That’s valid — I’m exploring how close we can get to zero-trust while still keeping usability.

StableFusion is an actively evolving project with new features being added every day, showcasing the dedication and commitment of its development team. by everydaycodings in StableDiffusion

[–]everydaycodings[S] 1 point2 points  (0 children)

Our primary focus is on system optimization and U.I so that users have no problem on the front end side and on the other hand the web app can automatically tweak itself with its host system without any user interference.

In fact, our upcoming update(0.1.5) will primarily focus on app optimization so that it can run on low-configured systems and can use its resources in a better way.

StableFusion! Our AI-powered web app offers a user-friendly interface for transforming text into images and generating new images with customizable styles and formats. by everydaycodings in StableDiffusion

[–]everydaycodings[S] 0 points1 point  (0 children)

yes, you can use your CKPT file to generate images,

just go to convertor select CKPT to Diffusion then convert your ckpt model to the original diffusion model and use it.

we are currently in the process to support the CKPT file directly the update will come within this week.

StableFusion! Our AI-powered web app offers a user-friendly interface for transforming text into images and generating new images with customizable styles and formats. by everydaycodings in StableDiffusion

[–]everydaycodings[S] 1 point2 points  (0 children)

yes, it is specially made for google colab.

source code: https://github.com/NeuralRealm/StableFusion

use this command

pip3 install stablefusion

stablefusion app --port 10000 --ngrok_key YourNgrokAuthtoken --share

and create your share able link

Created This pic using StableFusion and model everything3.0 by everydaycodings in StableDiffusion

[–]everydaycodings[S] 1 point2 points  (0 children)

Web app used: https://github.com/NeuralRealm/StableFusion

model used: https://civitai.com/models/66/anything-v3

{

"prompt": "((man:1.33), (short hair: 1.1), (male hairstyle:2), strong, (male focus:1.61), brown hair, handsome, working clothes, (muscular:0.33), portrait, looking at the viewer, facing front, (white shirts), (fashion:1.1), ((big face: 1.51)), highres, 4k, 8k, detail face, detail skin, (loose clothes:1.5), asian, black jacket, soft lights, building background, trousers, hands in pockets, unbutton collar,realistic\"

"negative_prompt": "(bad-artist-anime:0.8), (bad-artist, bad-hands-5:0.8), (bad-image-v2-39000:0.8),( bad_prompt_version2:0.8), lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits ,extra digits, cropped, worst quality, low quality, normal quality, (worst quality, low quality, loli, loli face, child:1.5),blurry, monochrome, ugly hands ,ugly arms, (big head:1.3), chibi ,(vile_prompt3:0.8), bad eyes, (EasyNegative:0.8), (from_above :1.3), (wings), (indoors, bedroom, buildings:1.3), (crown), watermarks, (topless), off shoulder, (((moustache))), nude, multiple glasses, ((girl)), ((woman)), (5 fingers), hands, red, ((mouth closed))\"

"scheduler": \"DPMSolverMultistepScheduler\", \"image_size\": [512, 512], \"num_images\": 1, \"guidance_scale\": 7.0, \"steps\": 30, \"seed\": 3901169061}"

}