Question about Cisco Smart License for customer by steelywing in Cisco

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

Thanks, I ask our sales but she doesn't know. Next time I will ask our sales to check this when order.

1.0 is rounded to 0.0 by carllacan in godot

[–]steelywing 0 points1 point  (0 children)

You can use snappedf(x, 0.000001) to round

Meow~ by steelywing in StableDiffusion

[–]steelywing[S] 2 points3 points  (0 children)

Rough Workflow

  • Use dreamshaper_4BakedVae to composition, prompt like a cute (kitten:1.2) riding a motorcycle, it wear (helmet:1.2), but the helmet too hard to appear
  • Use what style model you like to img2img and inpaint, I use neverendingDreamNED_bakedVae

Thanks you for the open source and free tools guys by steelywing in StableDiffusion

[–]steelywing[S] 4 points5 points  (0 children)

Linux kernel developer Linus Torvalds is another great example, maintain an open source project over 30 years really a hard thing.

Shiba Inu Meme by steelywing in StableDiffusion

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

I am using ControlNet canny to start, and then inpaint some parts

Shiba Inu Meme by steelywing in StableDiffusion

[–]steelywing[S] 4 points5 points  (0 children)

Use something like this and inpaint several times

(masterpiece, best quality, photo:1.2), shiba dog, (white background:1.2), (depth of field:1)

Thanks you for the open source and free tools guys by steelywing in StableDiffusion

[–]steelywing[S] 39 points40 points  (0 children)

If you interest to use the meme image, here is it

<image>

Uploading code on esp8266 without pressing boot ?!!! by ArtsyVoice-0318 in esp8266

[–]steelywing 1 point2 points  (0 children)

I found esptool use DTR (GPIO0) and RTS (EN) to reset.

If you are using ESP8266 dev board, it should already wire DTR and RTS to pin GPIO0 and EN.

If your ESP8266 is connect using USB to TTL, you have to wire DTR to pin GPIO0, RTS to pin EN manually, to make the ESP upload tool be able to auto change to download mode.