instruct-pix2pix
instruct-pix2pix copied to clipboard
Hello, when running import PIL import requests import torch from diffusers import StableDiffusionInstructPix2PixPipeline, EulerAncestralDiscreteScheduler model_id = "timbrooks/instruct-pix2pix" pipe = StableDiffusionInstructPix2PixPipeline.from_pretrained(model_id, torch_dtype=torch.float16, revision="fp16", safety_checker=None) pipe.to("cuda") pipe.enable_attention_slicing() i keep encountering "AttributeError: module...
This may be more of a matter of opinion, so feel free to reject this if it doesn't fit. Basically, I noticed that when I run edit_app.py gradio automatically runs...
adding tutorial link above tips section
I installed the extension, but after restarting auto 1111 I get this error: Error loading script: instruct-pix2pix.py Traceback (most recent call last): File "E:\MyProject\A.I\StableDiffusion\SD 2.0 install\stable-diffusion-webui\modules\scripts.py", line 205, in load_scripts...
RuntimeError: CUDA out of memory. Tried to allocate 30.00 MiB (GPU 0; 6.00 GiB total capacity; 4.95 GiB already allocated; 0 bytes free; 5.02 GiB reserved in total by PyTorch)...
Dear researchers, please also consider our newly introduce dynamic-pix2pix architecture, which increse the modeling abbility of pix2pix specially in exteremely limmited data scenarios. For more information: https://www.researchgate.net/publication/365448869_Dynamic-Pix2Pix_Noise_Injected_cGAN_for_Modeling_Input_and_Target_Domain_Joint_Distributions_with_Limited_Training_Data
I get this error. How can I correct it? ``` ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ F:\Work area\instruct-pix2pix\edit_cli.py:128 in │ │ │ │ 125 │ │ 126 │...
``` ubuntu@ip-XXXXXXXXX:~/projects/instruct-pix2pix$ python3 edit_cli.py --steps 5 --resolution 128 --seed 1371 --cfg-text 7.5 --cfg-image 1.2 --input imgs/example.jpg --output imgs/output.jpg --edit "turn him into a cyborg" Loading model from checkpoints/instruct-pix2pix-00-22000.ckpt Global Step:...
Thank you for your incredible work. Now, I'm trying to run train code with RTX 3090 (24GB). But, Even with batch size 1, I met out of memory exception, and...
I tried creating a virtual environment from the `environment.yaml` repository, on my computer and in google colab, in both cases almost nothing was installed automatically and I had to rebuild...