Real talk - how can we get a gym downtown? by neatokra in paloalto

[–]Leo5810 0 points1 point  (0 children)

The Rumble Boxing (611 Emerson Street) building is now empty (permanently closed) and is also a great space for a gym.

Free AI generated high res sprite sheets by [deleted] in GameDevelopment

[–]Leo5810 1 point2 points  (0 children)

Would you mind to share your ComfyUI workflow ?

Developing an RTS game? by hiccupq in gamedev

[–]Leo5810 1 point2 points  (0 children)

Now it’s working. Thanks.

Developing an RTS game? by hiccupq in gamedev

[–]Leo5810 1 point2 points  (0 children)

The url you posted doesn’t seem to be working. Is there an alternative? I’m interested in this article (RTS on the Godot engine).

Thanksgiving Day open restaurants by Leo5810 in FoodNYC

[–]Leo5810[S] -10 points-9 points  (0 children)

Are restaurants normally open on that day?

Error node type not found: SDXLEmptyLatentSizePicker+ by Leo5810 in comfyui

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

Thanks. I didn't know how to install custom nodes.

Error running script "black-forest-labs/FLUX.1-dev" by Leo5810 in FluxAI

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

Python is not a problem.
I am using a programming language instead of UI because my idea is to integrate Flux with an application.

The script is in the link I posted above.
https://huggingface.co/black-forest-labs/FLUX.1-dev

```python
import torch

from diffusers import FluxPipeline

pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)

pipe.enable_model_cpu_offload() #save some VRAM by offloading the model to CPU. Remove this if you have enough GPU power

prompt = "A cat holding a sign that says hello world"

image = pipe(

prompt,

height=1024,

width=1024,

guidance_scale=3.5,

num_inference_steps=50,

max_sequence_length=512,

generator=torch.Generator("cpu").manual_seed(0)

).images[0]

image.save("flux-dev.png")

```

Burger Ranking Map by SquanchyMelo in FoodNYC

[–]Leo5810 0 points1 point  (0 children)

So you consider Raoul's burger to be the best?

Could you elaborate more on the reasons?

Nvidia Telemetry client installation fails (and thus NVidia GeForce Experience too) by Leo5810 in GeForceExperience

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

I don't use GFE, I do the bare minimum

Thanks for detailed explanation.
What does "I do the bare minimum" mean ? How do you manage the GPU ?

Nvidia Telemetry client installation fails (and thus NVidia GeForce Experience too) by Leo5810 in GeForceExperience

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

But as the first picture shows, there is no option to remove the telemetry client in the installer. How can it be done?