-
Hi,
Thanks a lot for open-sourcing the code; it has inspired me greatly! 😊
I am currently trying to set up a UNet architecture similar to the ones used in this repo to be applied to fields with …
-
Hello !
Forge with flux does'nt work this morning.
but yesterday: yes.
Neveroom seems not working (???)
Thanks !
On My HDD (D:), i have 110go free .....
```
Python 3.10.11 (tags/v3.10…
-
My GPU is 4060Ti with 16g VRAM and 32g RAM.I am encountering a CUDA Out of Memory error when training a network using the flux_train_network.py script, even though the system shows that there is suffi…
-
How could I construct a neck structure similar to unet by the output of some feature extraction layer (conv2D)
my code :from efficientnet_pytorch import EfficientNet
model = EfficientNet.from_name('…
-
from diffusers import StableDiffusionPipeline
pipe = StableDiffusionPipeline.from_pretrained("echarlaix/stable-diffusion-v1-5-inc-int8-dynamic").to("cpu")
# for reducing memory consumption get a…
-
Im having an issue when getting to the training steps, can anybody help?
2024-09-07 21:52:32 INFO move vae and unet back to original device flux_train_network.py:232
…
-
I’m reaching out to report an issue with image generation when using a custom 164 MB Lora that I created with Replicate, in conjunction with the Flux model. The generation time is significantly longer…
-
I'm using the code in the Usage section of the README, which produces a noise-filled image. Has anyone encountered a similar problem and how should I fix it?
```
import torch
from dalle2_pytorch im…
-
Hi, I'm reproducing the code with my PSV dataset and celebA-HQ dataset and it always reports an error right at the beginning of the run, what's going on?
(epoch: 1, iters: 6300, time: 0.130, data: …
-
### Expected Behavior
When using separate loaders for unet, clip and vae, in the console it says: model weight dtype torch.bfloat16, manual cast: None which is expected behavior for the combined mode…